summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2022-02-01 12:17:52 -0800
committerTim Smith <tsmith84@gmail.com>2022-02-01 12:30:01 -0800
commitb3b568b568a362223b4da3f9f77046d65ec56f1d (patch)
tree4c2f789d8591573306a74938ded9b28a040c6561
parent3a9679fb8cfc6a47d2c45aeaa1f8f28984e1ba3f (diff)
downloadchef-b3b568b568a362223b4da3f9f77046d65ec56f1d.tar.gz
Add some more logging
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--kitchen-tests/kitchen.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml
index f0d4c446f4..c2212df8c6 100644
--- a/kitchen-tests/kitchen.yml
+++ b/kitchen-tests/kitchen.yml
@@ -21,10 +21,15 @@ lifecycle:
- remote: echo "Chef container's Chef / Ohai release:"
- remote: /opt/chef/bin/chef-client -v
- remote: /opt/chef/bin/ohai -v
+ - remote: echo "Installing appbundler and appbundle-updater gems:"
- remote: /opt/chef/embedded/bin/gem install appbundler appbundle-updater --no-doc
+ - remote: echo "Installing devtoolset-8:"
+ includes:
+ - centos-6
- remote: scl enable devtoolset-8 '/opt/chef/embedded/bin/appbundle-updater chef chef <%= ENV['BUILDKITE_COMMIT'] || %x(git rev-parse HEAD).chomp %> --tarball --github <%= ENV['GITHUB_REPOSITORY'] || "chef/chef" %>'
includes:
- centos-6
+ - remote: echo "Updating Chef using appbundler-updater:"
- remote: /opt/chef/embedded/bin/appbundle-updater chef chef <%= ENV['BUILDKITE_COMMIT'] || %x(git rev-parse HEAD).chomp %> --tarball --github <%= ENV['GITHUB_REPOSITORY'] || "chef/chef" %>
excludes:
- centos-6