diff options
author | Tim Smith <tsmith@chef.io> | 2021-07-16 11:25:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-16 11:25:48 -0700 |
commit | 32390a1450efb1d4ae7f56a60dee8c884f1adf34 (patch) | |
tree | 6f4713ee4df1827d006a7889bc0d5ff4312ffd38 | |
parent | ac8c93f6242b190c4d98fda103dfd8314cb61fb0 (diff) | |
parent | 32c45fef36fa3894a677443670019e26802187ef (diff) | |
download | chef-32390a1450efb1d4ae7f56a60dee8c884f1adf34.tar.gz |
Merge pull request #11829 from chef/testing
Remove external testing on the chef-16 branch
-rw-r--r-- | .expeditor/verify.pipeline.yml | 57 |
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' |