Skip to content

Commit 1da9426

Browse files
committed
i think this is really it
Signed-off-by: Matt Wrock <matt@mattwrock.com>
1 parent e095e8e commit 1da9426

1 file changed

Lines changed: 20 additions & 14 deletions

File tree

.expeditor/verify.pipeline.yml

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ steps:
190190

191191
- label: "[unit] :linux: common"
192192
command:
193-
- .expeditor/scripts/verify/run_cargo_test.sh common
193+
- HAB_BLDR_CHANNEL=base-2025 .expeditor/scripts/verify/run_cargo_test.sh common
194194
agents:
195195
queue: 'default-privileged'
196196
plugins:
@@ -210,6 +210,7 @@ steps:
210210
queue: default-privileged-aarch64
211211
env:
212212
HAB_LICENSE: "accept-no-persist"
213+
HAB_BLDR_CHANNEL: "base-2025"
213214
BUILD_PKG_TARGET: "aarch64-linux"
214215
command:
215216
- .expeditor/scripts/verify/run_cargo_test-aarch64.sh common
@@ -429,6 +430,7 @@ steps:
429430
queue: default-privileged-aarch64
430431
env:
431432
HAB_LICENSE: "accept-no-persist"
433+
HAB_BLDR_CHANNEL: "base-2025"
432434
BUILD_PKG_TARGET: "aarch64-linux"
433435
command:
434436
- .expeditor/scripts/verify/run_cargo_test-aarch64.sh sup --features "lock_as_rwlock"
@@ -820,26 +822,30 @@ steps:
820822
automatic:
821823
limit: 1
822824

823-
- label: "[build] :linux: backline"
824-
env:
825-
HAB_LICENSE: "accept-no-persist"
826-
BUILD_PKG_TARGET: "x86_64-linux"
825+
# SHOULD BE UNCOMMENTED WHEN NEWER VERSION OF HAB IS RELEASED
827826

828-
command:
829-
- .expeditor/scripts/verify/build_package.sh components/backline
830-
expeditor:
831-
executor:
832-
docker:
833-
privileged: true
834-
retry:
835-
automatic:
836-
limit: 1
827+
# - label: "[build] :linux: backline"
828+
# env:
829+
# HAB_LICENSE: "accept-no-persist"
830+
# BUILD_PKG_TARGET: "x86_64-linux"
831+
832+
# command:
833+
# - .expeditor/scripts/verify/build_package.sh components/backline
834+
# expeditor:
835+
# executor:
836+
# docker:
837+
# privileged: true
838+
# retry:
839+
# automatic:
840+
# limit: 1
837841

838842
- label: "[build] :linux: aarch64 backline"
839843
agents:
840844
queue: default-privileged-aarch64
841845
env:
842846
HAB_LICENSE: "accept-no-persist"
847+
HAB_BLDR_CHANNEL: "base-2025"
848+
HAB_REFRESH_CHANNEL: "base-2025"
843849
BUILD_PKG_TARGET: "aarch64-linux"
844850
command:
845851
- sudo -E .expeditor/scripts/verify/build_package-aarch64.sh components/backline

0 commit comments

Comments
 (0)