diff options
author | Mehdi Abaakouk <sileht@redhat.com> | 2018-01-16 09:45:10 +0100 |
---|---|---|
committer | Mehdi Abaakouk <sileht@redhat.com> | 2018-01-16 09:49:13 +0100 |
commit | f08653117f393858bd2837b57e690d16d222a567 (patch) | |
tree | 12748a24a11c5c2049af98491e3cf9a18e750bf5 | |
parent | 0e30d9d53530164751a7ccdbb4df2673f63d1e20 (diff) | |
download | ceilometer-f08653117f393858bd2837b57e690d16d222a567.tar.gz |
gate: move tripleo job to experimental
Change-Id: I1791bb7b28c8717ad3886e970427e3c48a4fa01e
-rw-r--r-- | .zuul.yaml | 31 |
1 files changed, 16 insertions, 15 deletions
@@ -18,6 +18,15 @@ - ^(test-|)requirements.txt$ - ^setup.cfg$ - telemetry-dsvm-integration + gate: + jobs: + - grenade-dsvm-ceilometer: + irrelevant-files: + - ^(test-|)requirements.txt$ + - ^setup.cfg$ + - telemetry-dsvm-integration + experimental: + jobs: # TripleO jobs that deploy Telemetry. # Note we don't use a project-template here, so it's easier # to disable voting on one specific job if things go wrong. @@ -26,18 +35,10 @@ # and beyond. # If you need any support to debug these jobs in case of # failures, please reach us on #tripleo IRC channel. - - tripleo-ci-centos-7-scenario001-multinode-oooq: - voting: false - - tripleo-ci-centos-7-scenario001-multinode-oooq-container: - voting: false - - tripleo-ci-centos-7-scenario002-multinode-oooq: - voting: false - - tripleo-ci-centos-7-scenario002-multinode-oooq-container: - voting: false - gate: - jobs: - - grenade-dsvm-ceilometer: - irrelevant-files: - - ^(test-|)requirements.txt$ - - ^setup.cfg$ - - telemetry-dsvm-integration + # NOTE(sileht): These job takes 3 hours and fail most of the times. + # While other jobs take 20-30 minutes + # We can reenable it when they take less times. + - tripleo-ci-centos-7-scenario001-multinode-oooq + - tripleo-ci-centos-7-scenario001-multinode-oooq-container + - tripleo-ci-centos-7-scenario002-multinode-oooq + - tripleo-ci-centos-7-scenario002-multinode-oooq-container |