Skip to content

Commit

Permalink
fixes for release pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Phani Sajja <[email protected]>
  • Loading branch information
sajjaphani committed Nov 21, 2024
1 parent 37023c0 commit 29ca956
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .expeditor/release_habitat.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ steps:
agents:
queue: default-privileged-aarch64
env:
HAB_FALLBACK_CHANNEL: "LTS-2024"
HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: "stable"
BUILD_PKG_TARGET: "aarch64-linux"
command:
- sudo -E .expeditor/scripts/release_habitat/build_component.sh plan-build
Expand Down Expand Up @@ -162,7 +162,7 @@ steps:
agents:
queue: default-privileged-aarch64
env:
HAB_FALLBACK_CHANNEL: "LTS-2024"
HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: "stable"
BUILD_PKG_TARGET: "aarch64-linux"
command:
- sudo -E .expeditor/scripts/release_habitat/build_component.sh backline
Expand Down Expand Up @@ -195,7 +195,7 @@ steps:
agents:
queue: default-privileged-aarch64
env:
HAB_FALLBACK_CHANNEL: "LTS-2024"
HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: "stable"
BUILD_PKG_TARGET: "aarch64-linux"
command:
- sudo -E .expeditor/scripts/release_habitat/build_component.sh studio
Expand Down Expand Up @@ -242,7 +242,7 @@ steps:
agents:
queue: default-privileged-aarch64
env:
HAB_FALLBACK_CHANNEL: "LTS-2024"
HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: "stable"
BUILD_PKG_TARGET: "aarch64-linux"
command:
- sudo -E .expeditor/scripts/release_habitat/build_component.sh launcher
Expand Down Expand Up @@ -284,7 +284,7 @@ steps:
agents:
queue: default-privileged-aarch64
env:
HAB_FALLBACK_CHANNEL: "LTS-2024"
HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: "stable"
BUILD_PKG_TARGET: "aarch64-linux"
command:
- sudo -E .expeditor/scripts/release_habitat/build_component.sh sup
Expand Down Expand Up @@ -326,7 +326,7 @@ steps:
agents:
queue: default-privileged-aarch64
env:
HAB_FALLBACK_CHANNEL: "LTS-2024"
HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: "stable"
BUILD_PKG_TARGET: "aarch64-linux"
command:
- sudo -E .expeditor/scripts/release_habitat/build_component.sh pkg-export-container
Expand Down Expand Up @@ -356,7 +356,7 @@ steps:
agents:
queue: default-privileged-aarch64
env:
HAB_FALLBACK_CHANNEL: "LTS-2024"
HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: "stable"
BUILD_PKG_TARGET: "aarch64-linux"
command:
- sudo -E .expeditor/scripts/release_habitat/build_component.sh pkg-export-tar
Expand Down Expand Up @@ -422,7 +422,7 @@ steps:
agents:
queue: default-privileged-aarch64
env:
HAB_FALLBACK_CHANNEL: "LTS-2024"
HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: "stable"
BUILD_PKG_TARGET: "aarch64-linux"
command:
- sudo -E .expeditor/scripts/release_habitat/package_and_upload_binary.sh
Expand Down
2 changes: 1 addition & 1 deletion .expeditor/scripts/verify/build_package-aarch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -eou pipefail
package_path=${1?package_path argument required}

# Install hab from a temporarily uploaded aarch64 package
curl https://raw.githubusercontent.com/habitat-sh/habitat/main/components/hab/install.sh | sudo bash -s -- -t "$BUILD_PKG_TARGET" -c "$HAB_FALLBACK_CHANNEL" -v 1.6.1178
curl https://raw.githubusercontent.com/habitat-sh/habitat/main/components/hab/install.sh | sudo bash -s -- -t "$BUILD_PKG_TARGET"

# Since we are only verifying we don't have build failures, make everything
# temp!
Expand Down
2 changes: 1 addition & 1 deletion .expeditor/scripts/verify/run_cargo_test-aarch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eou pipefail

# Install hab from a temporarily uploaded aarch64 package
curl https://raw.githubusercontent.com/habitat-sh/habitat/main/components/hab/install.sh | sudo bash -s -- -t aarch64-linux -c lts24-aarch64-linux -v 1.6.1178
curl https://raw.githubusercontent.com/habitat-sh/habitat/main/components/hab/install.sh | sudo bash -s -- -t aarch64-linux

# shellcheck source=.expeditor/scripts/shared.sh
source .expeditor/scripts/verify/shared.sh
Expand Down

0 comments on commit 29ca956

Please sign in to comment.