c65a4c0ee3
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
16 lines
299 B
YAML
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
|