Skip to content

Commit

Permalink
fallback to stable for hab components
Browse files Browse the repository at this point in the history
Signed-off-by: Phani Sajja <[email protected]>
  • Loading branch information
sajjaphani committed Nov 27, 2024
1 parent 919000e commit 06507ab
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ steps:
HAB_LICENSE: "accept-no-persist"
HAB_BLDR_CHANNEL: "LTS-2024"
HAB_REFRESH_CHANNEL: "LTS-2024"
HAB_FALLBACK_CHANNEL: "lts24-aarch64-linux"
HAB_FALLBACK_CHANNEL: "stable"
BUILD_PKG_TARGET: "aarch64-linux"
command:
- sudo -E .expeditor/scripts/verify/build_package-aarch64.sh test-services/test-probe
Expand Down Expand Up @@ -886,7 +886,7 @@ steps:
HAB_LICENSE: "accept-no-persist"
HAB_BLDR_CHANNEL: "LTS-2024"
HAB_REFRESH_CHANNEL: "LTS-2024"
HAB_FALLBACK_CHANNEL: "lts24-aarch64-linux"
HAB_FALLBACK_CHANNEL: "stable"
BUILD_PKG_TARGET: "aarch64-linux"
command:
- sudo -E .expeditor/scripts/verify/build_package-aarch64.sh components/backline
Expand Down Expand Up @@ -915,7 +915,7 @@ steps:
HAB_LICENSE: "accept-no-persist"
HAB_BLDR_CHANNEL: "LTS-2024"
HAB_REFRESH_CHANNEL: "LTS-2024"
HAB_FALLBACK_CHANNEL: "lts24-aarch64-linux"
HAB_FALLBACK_CHANNEL: "stable"
BUILD_PKG_TARGET: "aarch64-linux"
command:
- sudo -E .expeditor/scripts/verify/build_package-aarch64.sh components/hab
Expand Down Expand Up @@ -944,7 +944,7 @@ steps:
HAB_LICENSE: "accept-no-persist"
HAB_BLDR_CHANNEL: "LTS-2024"
HAB_REFRESH_CHANNEL: "LTS-2024"
HAB_FALLBACK_CHANNEL: "lts24-aarch64-linux"
HAB_FALLBACK_CHANNEL: "stable"
BUILD_PKG_TARGET: "aarch64-linux"
command:
- sudo -E .expeditor/scripts/verify/build_package-aarch64.sh components/launcher
Expand Down Expand Up @@ -991,7 +991,7 @@ steps:
HAB_LICENSE: "accept-no-persist"
HAB_BLDR_CHANNEL: "LTS-2024"
HAB_REFRESH_CHANNEL: "LTS-2024"
HAB_FALLBACK_CHANNEL: "lts24-aarch64-linux"
HAB_FALLBACK_CHANNEL: "stable"
BUILD_PKG_TARGET: "aarch64-linux"
command:
- sudo -E .expeditor/scripts/verify/build_package-aarch64.sh components/pkg-export-container
Expand Down Expand Up @@ -1020,7 +1020,7 @@ steps:
HAB_LICENSE: "accept-no-persist"
HAB_BLDR_CHANNEL: "LTS-2024"
HAB_REFRESH_CHANNEL: "LTS-2024"
HAB_FALLBACK_CHANNEL: "lts24-aarch64-linux"
HAB_FALLBACK_CHANNEL: "stable"
BUILD_PKG_TARGET: "aarch64-linux"
command:
- sudo -E .expeditor/scripts/verify/build_package-aarch64.sh components/pkg-export-tar
Expand Down Expand Up @@ -1063,7 +1063,7 @@ steps:
HAB_LICENSE: "accept-no-persist"
HAB_BLDR_CHANNEL: "LTS-2024"
HAB_REFRESH_CHANNEL: "LTS-2024"
HAB_FALLBACK_CHANNEL: "lts24-aarch64-linux"
HAB_FALLBACK_CHANNEL: "stable"
BUILD_PKG_TARGET: "aarch64-linux"
command:
- sudo -E .expeditor/scripts/verify/build_package-aarch64.sh components/plan-build
Expand Down Expand Up @@ -1092,7 +1092,7 @@ steps:
HAB_LICENSE: "accept-no-persist"
HAB_BLDR_CHANNEL: "LTS-2024"
HAB_REFRESH_CHANNEL: "LTS-2024"
HAB_FALLBACK_CHANNEL: "lts24-aarch64-linux"
HAB_FALLBACK_CHANNEL: "stable"
BUILD_PKG_TARGET: "aarch64-linux"
command:
- sudo -E .expeditor/scripts/verify/build_package-aarch64.sh components/studio
Expand Down Expand Up @@ -1121,7 +1121,7 @@ steps:
HAB_LICENSE: "accept-no-persist"
HAB_BLDR_CHANNEL: "LTS-2024"
HAB_REFRESH_CHANNEL: "LTS-2024"
HAB_FALLBACK_CHANNEL: "lts24-aarch64-linux"
HAB_FALLBACK_CHANNEL: "stable"
BUILD_PKG_TARGET: "aarch64-linux"
command:
- sudo -E .expeditor/scripts/verify/build_package-aarch64.sh components/sup
Expand Down

0 comments on commit 06507ab

Please sign in to comment.