project-config/jenkins/jobs/storlets.yaml
Jeremy Stanley 724dad6b5f Remove revoke-sudo from storlets, trove functional
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
2016-03-08 03:31:46 +00:00

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