Skip to content

Commit

Permalink
Updated linux two builds to build from stable
Browse files Browse the repository at this point in the history
Signed-off-by: Sougata Bhattacharjee <[email protected]>
  • Loading branch information
sougata-progress committed Oct 10, 2024
1 parent 3763d2e commit 9ad6b0d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .expeditor/release_habitat.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ steps:
- label: "[:linux: :two: build hab]"
command:
- .expeditor/scripts/release_habitat/build_component.sh hab
env:
HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: "stable"
expeditor:
executor:
docker:
Expand Down Expand Up @@ -111,6 +113,8 @@ steps:
- label: "[:linux: :two: build hab-plan-build]"
command:
- .expeditor/scripts/release_habitat/build_component.sh plan-build
env:
HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: "stable"
expeditor:
executor:
docker:
Expand Down Expand Up @@ -144,6 +148,8 @@ steps:
- label: "[:linux: :two: build hab-backline]"
command:
- .expeditor/scripts/release_habitat/build_component.sh backline
env:
HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: "stable"
expeditor:
executor:
docker:
Expand All @@ -166,6 +172,8 @@ steps:
- label: "[:linux: :two: build hab-studio]"
command:
- .expeditor/scripts/release_habitat/build_component.sh studio
env:
HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: "stable"
expeditor:
executor:
docker:
Expand Down Expand Up @@ -202,6 +210,8 @@ steps:
- label: "[:linux: :two: build launcher]"
command:
- .expeditor/scripts/release_habitat/build_component.sh launcher
env:
HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: "stable"
expeditor:
executor:
docker:
Expand Down Expand Up @@ -233,6 +243,8 @@ steps:
- label: "[:linux: :two: build hab-sup]"
command:
- .expeditor/scripts/release_habitat/build_component.sh sup
env:
HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: "stable"
expeditor:
executor:
docker:
Expand Down Expand Up @@ -285,6 +297,8 @@ steps:
- label: "[:linux: :two: build hab-pkg-export-tar]"
command:
- .expeditor/scripts/release_habitat/build_component.sh pkg-export-tar
env:
HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: "stable"
expeditor:
executor:
docker:
Expand Down Expand Up @@ -363,6 +377,8 @@ steps:
command:
- .expeditor/scripts/release_habitat/package_and_upload_binary.sh
if: build.creator.name == 'Chef Expeditor' || build.env("UPLOAD_AND_PROMOTE") == 'true'
env:
HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: "stable"
expeditor:
executor:
docker:
Expand Down
15 changes: 14 additions & 1 deletion .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,8 @@ steps:
env:
HAB_LICENSE: "accept-no-persist"
BUILD_PKG_TARGET: "x86_64-linux-kernel2"
HAB_BLDR_CHANNEL: "stable"
HAB_INTERNAL_BLDR_CHANNEL: "stable"
expeditor:
executor:
docker:
Expand All @@ -795,6 +797,8 @@ steps:
env:
HAB_LICENSE: "accept-no-persist"
BUILD_PKG_TARGET: "x86_64-linux-kernel2"
HAB_BLDR_CHANNEL: "stable"
HAB_INTERNAL_BLDR_CHANNEL: "stable"
expeditor:
executor:
docker:
Expand All @@ -806,7 +810,8 @@ steps:
env:
HAB_LICENSE: "accept-no-persist"
BUILD_PKG_TARGET: "x86_64-linux-kernel2"

HAB_BLDR_CHANNEL: "stable"
HAB_INTERNAL_BLDR_CHANNEL: "stable"
expeditor:
executor:
docker:
Expand All @@ -818,6 +823,8 @@ steps:
env:
HAB_LICENSE: "accept-no-persist"
BUILD_PKG_TARGET: "x86_64-linux-kernel2"
HAB_BLDR_CHANNEL: "stable"
HAB_INTERNAL_BLDR_CHANNEL: "stable"
expeditor:
executor:
docker:
Expand All @@ -829,6 +836,8 @@ steps:
env:
HAB_LICENSE: "accept-no-persist"
BUILD_PKG_TARGET: "x86_64-linux-kernel2"
HAB_BLDR_CHANNEL: "stable"
HAB_INTERNAL_BLDR_CHANNEL: "stable"
expeditor:
executor:
docker:
Expand All @@ -840,6 +849,8 @@ steps:
env:
HAB_LICENSE: "accept-no-persist"
BUILD_PKG_TARGET: "x86_64-linux-kernel2"
HAB_BLDR_CHANNEL: "stable"
HAB_INTERNAL_BLDR_CHANNEL: "stable"
expeditor:
executor:
docker:
Expand All @@ -851,6 +862,8 @@ steps:
env:
HAB_LICENSE: "accept-no-persist"
BUILD_PKG_TARGET: "x86_64-linux-kernel2"
HAB_BLDR_CHANNEL: "stable"
HAB_INTERNAL_BLDR_CHANNEL: "stable"
expeditor:
executor:
docker:
Expand Down

0 comments on commit 9ad6b0d

Please sign in to comment.