724dad6b5f
The I670641b676231233f1dd583ea36421f8ffef8f8e change incorrectly added a revoke-sudo macro to the gate-storlets-functional and gate-trove-buildimage-{datastore} jobs which did not previously have it, so remove it to get them working correctly again. It also added one to dev-zuul-coverage, but I expect that was missing as an oversight so not undoing it here. Change-Id: Ic427c053602017da3d77b01193b4215f57de6fdd
15 lines
282 B
YAML
15 lines
282 B
YAML
- job:
|
|
name: 'gate-storlets-functional'
|
|
node: ubuntu-trusty
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- install-distro-packages
|
|
- shell: |
|
|
#!/bin/bash -xe
|
|
tests/setup_functional_test.sh
|
|
tox -e func
|
|
|
|
publishers:
|
|
- console-log
|