Skip to content

Commit

Permalink
Adding featureset020 jobs per branch
Browse files Browse the repository at this point in the history
These jobs will be executed when there is some change in
roles/validate-tempest/vars/tempest_skip_$release.yml file.
This will avoid the addition or removal of some test from the skip list
without proper test.

Change-Id: I50bec4a0e1b40a37dd64ec0449008c9691069773
  • Loading branch information
arxcruz committed Mar 12, 2019
1 parent f699115 commit 0500a6e
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions zuul.d/ovb-jobs.yaml
Expand Up @@ -34,6 +34,50 @@
nodes: 3ctlr_1comp
featureset: '035'

# Job to test changes in tempest-skip-$release

- job:
name: tripleo-ci-centos-7-ovb-1ctlr_1comp-featureset020-master
parent: tripleo-ci-base-ovb-rdo
timeout: 18000
vars:
nodes: 1ctlr_1comp
featureset: '020'
release: master

- job:
name: tripleo-ci-centos-7-ovb-1ctlr_1comp-featureset020-pike
parent: tripleo-ci-base-ovb-rdo
override-checkout: "stable/pike"
timeout: 18000
vars:
nodes: 1ctlr_1comp
featureset: '020'
branch_override: "stable/pike"
release: pike

- job:
name: tripleo-ci-centos-7-ovb-1ctlr_1comp-featureset020-queens
parent: tripleo-ci-base-ovb-rdo
override-checkout: "stable/queens"
timeout: 18000
vars:
nodes: 1ctlr_1comp
featureset: '020'
branch_override: "stable/queens"
release: queens

- job:
name: tripleo-ci-centos-7-ovb-1ctlr_1comp-featureset020-rocky
parent: tripleo-ci-base-ovb-rdo
override-checkout: "stable/rocky"
timeout: 18000
vars:
nodes: 1ctlr_1comp
featureset: '020'
branch_override: "stable/rocky"
release: rocky

# Job for testing featureset002 changes
- job:
name: tripleo-ci-centos-7-ovb-1ctlr_1comp-featureset002-upload
Expand Down

0 comments on commit 0500a6e

Please sign in to comment.