diff options
author | Lamont Granquist <lamont@opscode.com> | 2021-04-28 18:22:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 18:22:17 -0700 |
commit | 6bcd53f943cdbb502db7e580e81fb902d291ac3c (patch) | |
tree | 42722a25beb77f085a220d73de4bcbd04d36d956 /.expeditor | |
parent | a7b9b98c7dd1146ebd8c4b0ec77d450b74150b14 (diff) | |
parent | 000156fbf0b0b9da4b651bd9286ad68f0a1626c6 (diff) | |
download | chef-6bcd53f943cdbb502db7e580e81fb902d291ac3c.tar.gz |
Merge pull request #11475 from chef/lcg/remove-chef-sugar-testing
Remove Chef Sugar from CI testing matrix
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 20ffb41278..ce97dfb9d0 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -258,16 +258,6 @@ steps: # EXTERNAL GEM TESTING ######################################################################### -- label: "chef-sugar gem :ruby: 3.0" - 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-sugar master rake - expeditor: - executor: - docker: - image: rubydistros/ubuntu-18.04:3.0 - - label: "chef-zero gem :ruby: 3.0" commands: - /workdir/.expeditor/scripts/bk_container_prep.sh |