diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-04-25 12:23:01 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-04-27 19:12:30 -0700 |
commit | 463d7fa24264fbe1f3030daba2040f601a6b4661 (patch) | |
tree | 1635222a8b7dbc1d75fd3d550d7df7ed16f3701b /.expeditor | |
parent | 87eb4537b3502da5b7ba95ada4fbe91f11e3311f (diff) | |
download | chef-463d7fa24264fbe1f3030daba2040f601a6b4661.tar.gz |
Install modern GCC on our RHEL 6 tester and remove Oracle 6
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 6c60188083..2b06113617 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -488,21 +488,6 @@ steps: privileged: true single-use: true -- label: ":test-kitchen: Tests :oracle_linux: 6" - commands: - - scripts/bk_tests/bk_linux_exec.sh - - cd kitchen-tests - - ~/.asdf/shims/bundle exec kitchen test end-to-end-oraclelinux-6 - artifact_paths: - - $PWD/.kitchen/logs/kitchen.log - env: - KITCHEN_YAML: kitchen.yml - expeditor: - executor: - linux: - privileged: true - single-use: true - - label: ":test-kitchen: Tests :oracle_linux: 7" commands: - scripts/bk_tests/bk_linux_exec.sh |