project-config/jenkins/jobs/kolla.yaml
Jeff Peeler c65a4c0ee3 kolla: add sudo for setup_docker.sh
Otherwise, the script will fail.

Also add for tox invocation until potential group issue is sorted out
(group membership applied to current running shell).

Change-Id: Ic84d5435761deae0d28909c813cb1d87540fbb21
2015-05-14 18:40:18 -04:00

16 lines
299 B
YAML

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