Drop non-isolated dsvm jobs
Tempest provides three different credential providers for tests: - dynamic credentials, which is what is used in all gate jobs - preprovisioned credentials, which is used in experimental and periodic jobs, not yet in the gate because of bug 1524717 - legacy credentials, which relies on deprecated configuration options, and which is itself deprecated. Support for those legacy settings is being removed from devstack in I65b56ff681d6c27094380693c953fbc3664eceb0. non-isolated jobs test the legacy credential provider, and should be removed completely, as we do not want to maintain this deprecated functionality anyways. Change-Id: Iebadb5d00eb00414697f7f87a51ddb42af29f616
This commit is contained in:
parent
14fcad07fe
commit
ee2aaa470e
@ -303,70 +303,6 @@
|
||||
- devstack-logs
|
||||
- console-log
|
||||
|
||||
- job-template:
|
||||
name: '{pipeline}-tempest-dsvm-full-non-isolated{job-suffix}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 125
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- link-logs
|
||||
- net-info
|
||||
- devstack-checkout
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TIMEOUT=120
|
||||
export DEVSTACK_GATE_TEMPEST=1
|
||||
export DEVSTACK_GATE_TEMPEST_DISABLE_TENANT_ISOLATION=1
|
||||
export BRANCH_OVERRIDE={branch-override}
|
||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||
fi
|
||||
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}-tempest-dsvm-neutron-full-non-isolated{job-suffix}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 185
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- link-logs
|
||||
- devstack-checkout
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TIMEOUT=180
|
||||
export DEVSTACK_GATE_TEMPEST=1
|
||||
export DEVSTACK_GATE_NEUTRON=1
|
||||
export DEVSTACK_GATE_TEMPEST_DISABLE_TENANT_ISOLATION=1
|
||||
export BRANCH_OVERRIDE={branch-override}
|
||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||
fi
|
||||
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}-tempest-dsvm-full-test-accounts{job-suffix}'
|
||||
node: '{node}'
|
||||
@ -2883,8 +2819,6 @@
|
||||
- '{pipeline}-tempest-dsvm-stress-keystonev3{job-suffix}'
|
||||
- '{pipeline}-tempest-dsvm-full-test-accounts{job-suffix}'
|
||||
- '{pipeline}-tempest-dsvm-neutron-full-test-accounts{job-suffix}'
|
||||
- '{pipeline}-tempest-dsvm-full-non-isolated{job-suffix}'
|
||||
- '{pipeline}-tempest-dsvm-neutron-full-non-isolated{job-suffix}'
|
||||
- '{pipeline}-tempest-dsvm-neutron-full-non-admin{job-suffix}'
|
||||
- '{pipeline}-tempest-dsvm-keystonev3-full{job-suffix}'
|
||||
- '{pipeline}-tempest-dsvm-neutron-keystonev3-full{job-suffix}'
|
||||
|
@ -9432,8 +9432,6 @@ projects:
|
||||
- gate-grenade-dsvm-forward
|
||||
- gate-tempest-dsvm-cells
|
||||
- gate-tempest-dsvm-ceilometer-mongodb-full
|
||||
- gate-tempest-dsvm-full-non-isolated
|
||||
- gate-tempest-dsvm-neutron-full-non-isolated
|
||||
- gate-tempest-dsvm-full-test-accounts
|
||||
- gate-tempest-dsvm-neutron-full-test-accounts
|
||||
- gate-tempest-dsvm-neutron-full-non-admin
|
||||
@ -9463,8 +9461,6 @@ projects:
|
||||
- periodic-tempest-dsvm-neutron-full-liberty
|
||||
- periodic-tempest-dsvm-postgres-full-liberty
|
||||
periodic-qa:
|
||||
- periodic-tempest-dsvm-full-non-isolated-master
|
||||
- periodic-tempest-dsvm-neutron-full-non-isolated-master
|
||||
- periodic-tempest-dsvm-full-test-accounts-master
|
||||
- periodic-tempest-dsvm-neutron-full-test-accounts-master
|
||||
- periodic-tempest-dsvm-neutron-full-non-admin-master
|
||||
|
Loading…
x
Reference in New Issue
Block a user