project-config/jenkins/jobs/tempest-jobs.yaml
Andreas Jaeger ce5aeea68e Remove tempest-dsvm-test-accounts-src from lib-forward-testing
In zuul/layout.yaml we only use
gate-tempest-dsvm-test-accounts-src-tempest-lib, no need to define
this job for an extra 45 repositories. Remove it from
lib-forward-testing and move it to tempest-lib.

Change-Id: Idc2da1037fc2b67e77838f826b020d8edff6e8e3
2016-02-09 22:16:18 +01:00

18 lines
505 B
YAML

- job-group:
name: 'lib-forward-testing-{name}'
jobs:
- '{pipeline}-tempest-dsvm-neutron-src-{name}{job-suffix}':
pipeline: gate
node: 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-trusty
job-suffix: '-liberty'
branch-override: stable/liberty