Skip to content

Commit

Permalink
(cleanup) move scenario000 tp zuul.d/multinode-jobs.yaml
Browse files Browse the repository at this point in the history
It should not be in base.yaml.

Change-Id: I09fc39295f8869b86388e177ff44d47ff4ffed79
  • Loading branch information
EmilienM committed May 4, 2018
1 parent 07e10eb commit c065512
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
36 changes: 0 additions & 36 deletions zuul.d/base.yaml
Expand Up @@ -40,39 +40,3 @@
roles:
- zuul: openstack-infra/zuul-jobs
pre-run: playbooks/multinode-networking/pre.yaml

- job:
name: tripleo-ci-centos-7-scenario000-multinode-oooq-container-updates
description: |
Basic tripleo update job, this is not an upgrade job.
parent: tripleo-ci-dsvm-multinode
pre-run: playbooks/nodepool-provider/pre.yaml
run: playbooks/tripleo-ci/run.yaml
post-run: playbooks/tripleo-ci/post.yaml
timeout: 10800
voting: true
nodeset: legacy-centos-7-2-node
branches: ^(?!stable/(newton|ocata|pike|queens)).*$
vars:
toci_jobtype: multinode-1ctlr-featureset037
# Note (dmsimard): This enforces a minimum TTL for DNS records, see
# https://review.openstack.org/#/c/523178/ for context
unbound_cache_min_ttl: 900
required-projects:
- openstack-infra/tripleo-ci
- openstack/tripleo-quickstart
- openstack/tripleo-quickstart-extras
- openstack/tripleo-upgrade
irrelevant-files:
- ^.*\.md$
- ^.*\.rst$
- ^doc/.*$
- ^etc/.*$
- ^metadata.json$
- ^releasenotes/.*$
- ^requirements.txt$
- ^test-requirements.txt$
- ^spec/.*$
- ^Puppetfile.*$
- tox.ini
- ^setup.*$
36 changes: 36 additions & 0 deletions zuul.d/multinode-jobs.yaml
Expand Up @@ -289,3 +289,39 @@
branches: ^(?!stable/(newton|ocata|pike)).*$
vars:
toci_jobtype: multinode-1ctlr-featureset038

- job:
name: tripleo-ci-centos-7-scenario000-multinode-oooq-container-updates
description: |
Basic tripleo update job, this is not an upgrade job.
parent: tripleo-ci-dsvm-multinode
pre-run: playbooks/nodepool-provider/pre.yaml
run: playbooks/tripleo-ci/run.yaml
post-run: playbooks/tripleo-ci/post.yaml
timeout: 10800
voting: true
nodeset: legacy-centos-7-2-node
branches: ^(?!stable/(newton|ocata|pike|queens)).*$
vars:
toci_jobtype: multinode-1ctlr-featureset037
# Note (dmsimard): This enforces a minimum TTL for DNS records, see
# https://review.openstack.org/#/c/523178/ for context
unbound_cache_min_ttl: 900
required-projects:
- openstack-infra/tripleo-ci
- openstack/tripleo-quickstart
- openstack/tripleo-quickstart-extras
- openstack/tripleo-upgrade
irrelevant-files:
- ^.*\.md$
- ^.*\.rst$
- ^doc/.*$
- ^etc/.*$
- ^metadata.json$
- ^releasenotes/.*$
- ^requirements.txt$
- ^test-requirements.txt$
- ^spec/.*$
- ^Puppetfile.*$
- tox.ini
- ^setup.*$

0 comments on commit c065512

Please sign in to comment.