Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop producing Habitat kernel2 packages #11037

Merged
merged 1 commit into from Feb 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion .bldr.toml
@@ -1,6 +1,5 @@
[chef-infra-client]
build_targets = [
"x86_64-linux",
"x86_64-linux-kernel2",
"x86_64-windows"
]
12 changes: 0 additions & 12 deletions .expeditor/habitat-test.pipeline.yml
Expand Up @@ -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
Expand Down
11 changes: 0 additions & 11 deletions .expeditor/verify.pipeline.yml
Expand Up @@ -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
Expand Down