ef393bb145
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
21 lines
366 B
YAML
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
|