project-config/jenkins/jobs/kolla.yaml
Steven Dake ef393bb145 Don't run kolla functional gate as root
Because of a recent change, docker image building cannot be done
as the root user.  This is a good thing ;)  But breaks the current
gate.

Also we have a setup_docker.sh script already in our tools directory,
so rename the script we are running to setup_gate.sh because that is
actually what the script does.

Change-Id: I8f86616fb19b4b03f34fe40acf1689f6b174ff98
2015-05-24 19:46:00 -07:00

21 lines
366 B
YAML

- job-template:
name: '{pipeline}-kolla-functional-f21'
node: '{node}'
wrappers:
- build-timeout:
timeout: 90
- timestamps
builders:
- link-logs
- net-info
- gerrit-git-prep
- shell: |
#!/bin/bash -xe
tests/setup_gate.sh
tox -e images
publishers:
- console-log