diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-02-12 16:42:20 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-02-12 16:42:20 -0800 |
commit | 57440613d302767c26f3ac2d0dc481358d567a54 (patch) | |
tree | bdfde88bacb5e86f8561c676e46f833d292dc336 /.expeditor/verify.pipeline.yml | |
parent | 01531f0d868af7cd5377f9c88429bcb427273b11 (diff) | |
download | chef-57440613d302767c26f3ac2d0dc481358d567a54.tar.gz |
Stop producing Habitat kernel2 packageshab_rhel6
RHEL 6 is EOL. Stop shipping these packages
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 661017c0c1..041a5c3269 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -591,17 +591,6 @@ steps: privileged: true single-use: true -- label: ":habicat: Linux plan (kernel2)" - commands: - - sudo ./.expeditor/scripts/install-hab.sh 'x86_64-linux-kernel2' - - sudo ./.expeditor/scripts/verify-plan.sh - timeout_in_minutes: 60 - expeditor: - executor: - linux: - privileged: true - single-use: true - - label: ":habicat: Windows plan" commands: - ./.expeditor/scripts/verify-plan.ps1 |