Skip to content

Commit

Permalink
update fallback channel and remove arm binary upload
Browse files Browse the repository at this point in the history
Signed-off-by: Phani Sajja <[email protected]>
  • Loading branch information
sajjaphani committed Nov 12, 2024
1 parent c9befb7 commit 5866c8c
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions .expeditor/release_habitat.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ steps:
# Release!
#######################################################################

- label: "[:linux: build hab (ARM)]"
command:
- .expeditor/scripts/release_habitat/package_and_upload_arm_binary.sh
agents:
queue: docker-linux-arm64

- label: "[:linux: build hab]"
command:
- .expeditor/scripts/release_habitat/build_component.sh hab
Expand All @@ -42,7 +36,7 @@ steps:
agents:
queue: default-privileged-aarch64
env:
HAB_FALLBACK_CHANNEL: "lts24-aarch64-linux"
HAB_FALLBACK_CHANNEL: "LTS-2024"
BUILD_PKG_TARGET: "aarch64-linux"
command:
- sudo -E .expeditor/scripts/release_habitat/build_component.sh hab
Expand Down Expand Up @@ -124,7 +118,7 @@ steps:
agents:
queue: default-privileged-aarch64
env:
HAB_FALLBACK_CHANNEL: "lts24-aarch64-linux"
HAB_FALLBACK_CHANNEL: "LTS-2024"
BUILD_PKG_TARGET: "aarch64-linux"
command:
- sudo -E .expeditor/scripts/release_habitat/build_component.sh plan-build
Expand Down Expand Up @@ -168,7 +162,7 @@ steps:
agents:
queue: default-privileged-aarch64
env:
HAB_FALLBACK_CHANNEL: "lts24-aarch64-linux"
HAB_FALLBACK_CHANNEL: "LTS-2024"
BUILD_PKG_TARGET: "aarch64-linux"
command:
- sudo -E .expeditor/scripts/release_habitat/build_component.sh backline
Expand Down Expand Up @@ -201,7 +195,7 @@ steps:
agents:
queue: default-privileged-aarch64
env:
HAB_FALLBACK_CHANNEL: "lts24-aarch64-linux"
HAB_FALLBACK_CHANNEL: "LTS-2024"
BUILD_PKG_TARGET: "aarch64-linux"
command:
- sudo -E .expeditor/scripts/release_habitat/build_component.sh studio
Expand Down Expand Up @@ -248,7 +242,7 @@ steps:
agents:
queue: default-privileged-aarch64
env:
HAB_FALLBACK_CHANNEL: "lts24-aarch64-linux"
HAB_FALLBACK_CHANNEL: "LTS-2024"
BUILD_PKG_TARGET: "aarch64-linux"
command:
- sudo -E .expeditor/scripts/release_habitat/build_component.sh launcher
Expand Down Expand Up @@ -290,7 +284,7 @@ steps:
agents:
queue: default-privileged-aarch64
env:
HAB_FALLBACK_CHANNEL: "lts24-aarch64-linux"
HAB_FALLBACK_CHANNEL: "LTS-2024"
BUILD_PKG_TARGET: "aarch64-linux"
command:
- sudo -E .expeditor/scripts/release_habitat/build_component.sh sup
Expand Down Expand Up @@ -332,7 +326,7 @@ steps:
agents:
queue: default-privileged-aarch64
env:
HAB_FALLBACK_CHANNEL: "lts24-aarch64-linux"
HAB_FALLBACK_CHANNEL: "LTS-2024"
BUILD_PKG_TARGET: "aarch64-linux"
command:
- sudo -E .expeditor/scripts/release_habitat/build_component.sh pkg-export-container
Expand Down Expand Up @@ -362,7 +356,7 @@ steps:
agents:
queue: default-privileged-aarch64
env:
HAB_FALLBACK_CHANNEL: "lts24-aarch64-linux"
HAB_FALLBACK_CHANNEL: "LTS-2024"
BUILD_PKG_TARGET: "aarch64-linux"
command:
- sudo -E .expeditor/scripts/release_habitat/build_component.sh pkg-export-tar
Expand Down Expand Up @@ -428,7 +422,7 @@ steps:
agents:
queue: default-privileged-aarch64
env:
HAB_FALLBACK_CHANNEL: "lts24-aarch64-linux"
HAB_FALLBACK_CHANNEL: "LTS-2024"
BUILD_PKG_TARGET: "aarch64-linux"
command:
- sudo -E .expeditor/scripts/release_habitat/package_and_upload_binary.sh
Expand Down

0 comments on commit 5866c8c

Please sign in to comment.