remove one of ec2-api gating job
removing job that runs tempest tests against ec2 api. because there are no tests in tempest for ec2/s3 now... Change-Id: Iebc8c805b37db6a82614d00e904a34d2f369d844
This commit is contained in:
parent
213dd8adb1
commit
e5d2388bb9
@ -1,47 +1,3 @@
|
||||
- job-template:
|
||||
name: '{pipeline}-tempest-dsvm-ec2api{job-suffix}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 125
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- link-logs
|
||||
- net-info
|
||||
- devstack-checkout
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TIMEOUT=120
|
||||
# NOTE(sdague): which of tempest / neutron should be run
|
||||
# here is pretty up for grabs, but this can be adjusted over
|
||||
# time.
|
||||
export DEVSTACK_GATE_TEMPEST=1
|
||||
# Construct a regex to limiting scope of tempest
|
||||
export DEVSTACK_GATE_TEMPEST_REGEX="tempest.thirdparty.boto"
|
||||
export DEVSTACK_GATE_NEUTRON=1
|
||||
export BRANCH_OVERRIDE={branch-override}
|
||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||
fi
|
||||
# Because we are testing a non standard project, add the
|
||||
# our project repository. This makes zuul do the right
|
||||
# reference magic for testing changes.
|
||||
export PROJECTS="openstack/ec2-api $PROJECTS"
|
||||
# note the actual url here is somewhat irrelevant because it
|
||||
# caches in nodepool, however make it a valid url for
|
||||
# documentation purposes.
|
||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin ec2-api git://git.openstack.org/openstack/ec2-api"
|
||||
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
|
||||
publishers:
|
||||
- devstack-logs
|
||||
- console-log
|
||||
|
||||
- job-template:
|
||||
name: '{pipeline}-functional-{network}-dsvm-ec2api{job-suffix}'
|
||||
node: '{node}'
|
||||
|
@ -1256,11 +1256,6 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
- '{pipeline}-tempest-dsvm-ec2api{job-suffix}':
|
||||
pipeline: gate
|
||||
node: devstack-trusty
|
||||
job-suffix: ''
|
||||
branch-override: default
|
||||
- '{pipeline}-functional-{network}-dsvm-ec2api{job-suffix}':
|
||||
pipeline: gate
|
||||
node: devstack-trusty
|
||||
|
@ -1078,9 +1078,6 @@ jobs:
|
||||
- name: gate-functional-nova-network-dsvm-gceapi
|
||||
voting: false
|
||||
|
||||
- name: gate-tempest-dsvm-ec2api
|
||||
voting: false
|
||||
|
||||
- name: ec2-api-rally-dsvm-fakevirt
|
||||
voting: false
|
||||
|
||||
@ -4635,7 +4632,6 @@ projects:
|
||||
- name: check-requirements
|
||||
- name: publish-to-pypi
|
||||
check:
|
||||
- gate-tempest-dsvm-ec2api
|
||||
- gate-functional-neutron-dsvm-ec2api
|
||||
- gate-functional-nova-network-dsvm-ec2api
|
||||
experimental:
|
||||
|
Loading…
Reference in New Issue
Block a user