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
This commit is contained in:
parent
f69ddf800e
commit
7c0ffdaf28
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user