summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-07-16 10:43:15 -0700
committerTim Smith <tsmith@chef.io>2021-07-16 10:43:15 -0700
commit32c45fef36fa3894a677443670019e26802187ef (patch)
tree6f4713ee4df1827d006a7889bc0d5ff4312ffd38
parentac8c93f6242b190c4d98fda103dfd8314cb61fb0 (diff)
downloadchef-32c45fef36fa3894a677443670019e26802187ef.tar.gz
Remove external testing on the chef-16 branch
These fail as they require chef 17 and we don't really care here because workstation ships chef / knife from master so nothing on this branch impacts that. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/verify.pipeline.yml57
1 files changed, 1 insertions, 56 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 20576abcbc..e56e097261 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -281,64 +281,9 @@ steps:
image: rubydistros/ubuntu-18.04:2.6
#########################################################################
- # EXTERNAL GEM TESTING
+ # HABITAT TESTING
#########################################################################
-- label: "chef-zero gem :ruby: 2.7"
- commands:
- - /workdir/.expeditor/scripts/bk_container_prep.sh
- - bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
- - bundle exec tasks/bin/run_external_test chef/chef-zero master rake pedant
- expeditor:
- executor:
- docker:
- image: rubydistros/ubuntu-18.04:2.7
- environment:
- - PEDANT_OPTS=--skip-oc_id
- - CHEF_FS=true
-
-- label: "cheffish gem :ruby: 2.7"
- commands:
- - /workdir/.expeditor/scripts/bk_container_prep.sh
- - bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
- - bundle exec tasks/bin/run_external_test chef/cheffish master rake spec
- expeditor:
- executor:
- docker:
- image: rubydistros/ubuntu-18.04:2.7
-
-- label: "chefspec gem :ruby: 2.7"
- commands:
- - /workdir/.expeditor/scripts/bk_container_prep.sh
- - bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
- - bundle exec tasks/bin/run_external_test chefspec/chefspec master rake
- expeditor:
- executor:
- docker:
- image: rubydistros/ubuntu-18.04:2.7
-
-- label: "knife-windows gem :ruby: 2.7"
- commands:
- - /workdir/.expeditor/scripts/bk_container_prep.sh
- - bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
- - bundle exec tasks/bin/run_external_test chef/knife-windows master rake spec
- expeditor:
- executor:
- docker:
- image: rubydistros/ubuntu-18.04:2.7
-
-- label: "berkshelf gem :ruby: 2.7"
- commands:
- - /workdir/.expeditor/scripts/bk_container_prep.sh
- - apt-get update -y
- - apt-get install -y graphviz
- - bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
- - bundle exec tasks/bin/run_external_test berkshelf/berkshelf master rake
- expeditor:
- executor:
- docker:
- image: rubydistros/ubuntu-18.04:2.7
-
- label: ":habicat: Linux plan"
commands:
- sudo ./.expeditor/scripts/install-hab.sh 'x86_64-linux'