diff --git a/.bldr.toml b/.bldr.toml index 438c5464849..7c45d57d803 100644 --- a/.bldr.toml +++ b/.bldr.toml @@ -1,6 +1,5 @@ [chef-infra-client] build_targets = [ "x86_64-linux", - "x86_64-linux-kernel2", "x86_64-windows" ] diff --git a/.expeditor/habitat-test.pipeline.yml b/.expeditor/habitat-test.pipeline.yml index 859d4eb1f11..22f29162b57 100644 --- a/.expeditor/habitat-test.pipeline.yml +++ b/.expeditor/habitat-test.pipeline.yml @@ -21,18 +21,6 @@ steps: privileged: true single-use: true -- label: ":linux: Validate Linux (kernel2)" - commands: - - sudo ./.expeditor/scripts/install-hab.sh x86_64-linux-kernel2 - - 'echo "--- :hammer_and_wrench: Installing $EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64LINUXKERNEL2"' - - sudo hab pkg install $EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64LINUXKERNEL2 - - sudo ./habitat/tests/test.sh $EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64LINUXKERNEL2 - expeditor: - executor: - linux: - privileged: true - single-use: true - - label: ":windows: Validate Habitat Builds of Chef Infra" commands: - powershell -File ./.expeditor/scripts/ensure-minimum-viable-hab.ps1 diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 661017c0c1f..041a5c32697 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