summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-11-12 12:00:54 -0800
committerTim Smith <tsmith84@gmail.com>2019-11-12 12:00:54 -0800
commit1aaccd8369b096a6134412a1a22db865cd198e4e (patch)
treec2bb39d98f213863c88abaebf504446b30007a05
parentae5a9aabfc6e1eec5581c45c300fb4286304e97b (diff)
downloadchef-1aaccd8369b096a6134412a1a22db865cd198e4e.tar.gz
Switch our tests back to chef-sugar
The repo is defaulting to chef-sugar now. We'll continue to ship -ng to support anyone that switched to it, but it's not the main gem. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/verify.pipeline.yml2
-rw-r--r--kitchen-tests/cookbooks/end_to_end/metadata.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 2dfd8de90e..75e660ace7 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -298,7 +298,7 @@ steps:
# EXTERNAL GEM TESTING
#########################################################################
-- label: "Test chef-sugar-ng gem :ruby: 2.6"
+- label: "Test chef-sugar gem :ruby: 2.6"
commands:
- /workdir/scripts/bk_tests/bk_container_prep.sh
- bundle install --jobs=3 --retry=3 --without omnibus_package docgen
diff --git a/kitchen-tests/cookbooks/end_to_end/metadata.rb b/kitchen-tests/cookbooks/end_to_end/metadata.rb
index 5914e07a1a..9394d16408 100644
--- a/kitchen-tests/cookbooks/end_to_end/metadata.rb
+++ b/kitchen-tests/cookbooks/end_to_end/metadata.rb
@@ -3,7 +3,7 @@ license "Apache-2.0"
description "Installs/Configures base"
version "1.0.0"
-gem "chef-sugar-ng"
+gem "chef-sugar"
depends "chef-client"
depends "logrotate"