From 7c0ffdaf28d661ede475e6ba302effd9b51e0929 Mon Sep 17 00:00:00 2001 From: Jens Rosenboom Date: Fri, 26 May 2017 10:24:31 +0000 Subject: [PATCH] Make broken chef jobs experimental for now The centos-7 and multinode jobs are consistenly broken, but take a pretty long time to fail. Put them into the experimental queue so that they can still continue to be improved, but don't hold up regular patches too much. Leave the ubuntu-xenial job in place, as there are patches in flight that should make this one mostly working once we get the rubygems mirror into action. Change-Id: I906c489bbf5b49e6a65176e8c19e71e7ac08eaed --- zuul/layout.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index b5896b7418..56a7174579 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -755,11 +755,12 @@ project-templates: - name: chef-rake-jobs check: - 'gate-{name}-chef-rake' - - 'gate-{name}-chef-rake-integration-centos-7-nv' - 'gate-{name}-chef-rake-integration-ubuntu-xenial-nv' - - 'gate-{name}-chef-rake-integration-multinode-ubuntu-xenial-nv' gate: - 'gate-{name}-chef-rake' + experimental: + - 'gate-{name}-chef-rake-integration-centos-7-nv' + - 'gate-{name}-chef-rake-integration-multinode-ubuntu-xenial-nv' # Note that we only publish specs by official # teams on specs.o.o - the publish-specs job should not