-
Notifications
You must be signed in to change notification settings - Fork 316
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
fixes for release pipeline (aarch64) #9481
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Phani Sajja <[email protected]>
👷 Deploy Preview for chef-habitat processing.
|
You actually want the release channel to fall back t oLTS-2024. The "primary" HAB_BLDR_CHANNEL should be a dynamically created channel based on the I'm looking at https://buildkite.com/chef/habitat-sh-habitat-main-release-habitat/builds/2002 where the release pipeline is failing. For some reason hab-plan-build is not honoring |
For aarch64, we have core packages in the LTS-2024 channel, and the hab* packages built against them are placed in the stable channel. habitat/components/plan-build/bin/hab-plan-build.sh Lines 691 to 698 in 9ef672b
It appears that with the introduction of HAB_REFRESH_CHANNEL, the HAB_BLDR_CHANNEL is no longer honored for core packages. For |
Signed-off-by: Phani Sajja <[email protected]>
Signed-off-by: Phani Sajja <[email protected]>
Signed-off-by: Phani Sajja <[email protected]>
Signed-off-by: Phani Sajja <[email protected]>
Currently, the release pipeline is failing because it is falling back to the LTS-2024 channel, where none of the
hab*
packages exist. To unblock the release pipeline, the fallback channel has been updated tostable
.Note: The hab, hab-studio, hab-backline, and hab-plan-build packages with version 1.6.1178 have been promoted to the stable channel.