7a964280db
To debug lp1524717 - and other bugs in future related to the pre-provisioned test accounts code branch, I need the abililty to add debug statement on tempest-lib, while using the preprovisioned test accounts setup. This new experimental job allows doing exactly that by: - create a debugging patch in tempest-lib - pickup that patch via depends-on in a tempest patch - check experimental on the tempest patch Change-Id: I0feda498016686499493856b86a73f132613dd41
23 lines
760 B
YAML
23 lines
760 B
YAML
- job-group:
|
|
name: 'lib-forward-testing-{name}'
|
|
jobs:
|
|
- '{pipeline}-tempest-dsvm-neutron-src-{name}{job-suffix}':
|
|
pipeline: gate
|
|
node: 'devstack-precise || devstack-trusty'
|
|
job-suffix: ''
|
|
branch-override: default
|
|
- '{pipeline}-tempest-dsvm-test-accounts-src-{name}{job-suffix}':
|
|
pipeline: gate
|
|
node: 'devstack-precise || devstack-trusty'
|
|
job-suffix: ''
|
|
branch-override: default
|
|
|
|
- job-group:
|
|
name: 'stable-compat-jobs-{name}'
|
|
jobs:
|
|
- '{pipeline}-tempest-dsvm-neutron-src-{name}{job-suffix}':
|
|
pipeline: gate
|
|
node: 'devstack-precise || devstack-trusty'
|
|
job-suffix: '-liberty'
|
|
branch-override: stable/liberty
|