From 74e532f259fd903a4cdd06df14b170c7667c2f7f Mon Sep 17 00:00:00 2001 From: muthuja Date: Tue, 17 Sep 2024 13:15:16 +0530 Subject: [PATCH 1/7] test aarch64 docker quque for habitat Signed-off-by: muthuja --- .expeditor/verify.pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index e530563d..f2ccff88 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -10,7 +10,7 @@ steps: - label: "[build] :linux: aarch64 hab" agents: - queue: default-aarch64 + queue: docker-linux-amazon-2023-arm64 env: HAB_LICENSE: "accept-no-persist" BUILD_PKG_TARGET: "aarch64-linux" From 15985beded7d8ae6e817bc7c68ef893f36256bc1 Mon Sep 17 00:00:00 2001 From: muthuja Date: Tue, 17 Sep 2024 13:17:29 +0530 Subject: [PATCH 2/7] test aarch64 docker quque for habitat Signed-off-by: muthuja --- .expeditor/verify.pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index f2ccff88..48cd3a05 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -10,7 +10,7 @@ steps: - label: "[build] :linux: aarch64 hab" agents: - queue: docker-linux-amazon-2023-arm64 + queue: docker-linux-amazon-2023-arm64-chef-canary env: HAB_LICENSE: "accept-no-persist" BUILD_PKG_TARGET: "aarch64-linux" From a18abc3a98b3d0f95964023fe5732937db2a7345 Mon Sep 17 00:00:00 2001 From: muthuja Date: Tue, 17 Sep 2024 19:31:51 +0530 Subject: [PATCH 3/7] test aarch64 docker quque for habitat Signed-off-by: muthuja --- .expeditor/verify.pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 48cd3a05..f2ccff88 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -10,7 +10,7 @@ steps: - label: "[build] :linux: aarch64 hab" agents: - queue: docker-linux-amazon-2023-arm64-chef-canary + queue: docker-linux-amazon-2023-arm64 env: HAB_LICENSE: "accept-no-persist" BUILD_PKG_TARGET: "aarch64-linux" From 7699861f08008c0c414bd3eb863729ae95b934aa Mon Sep 17 00:00:00 2001 From: muthuja Date: Tue, 17 Sep 2024 19:49:23 +0530 Subject: [PATCH 4/7] test aarch64 docker quque for habitat Signed-off-by: muthuja --- .expeditor/verify.pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index f2ccff88..b071615f 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -11,6 +11,9 @@ steps: - label: "[build] :linux: aarch64 hab" agents: queue: docker-linux-amazon-2023-arm64 + plugins: + - docker#v3.13.0: + image: "rust:1.62.1-buster" env: HAB_LICENSE: "accept-no-persist" BUILD_PKG_TARGET: "aarch64-linux" From c61d5d8b270f25a7425ef12485bd4a74446fc305 Mon Sep 17 00:00:00 2001 From: muthuja Date: Wed, 18 Sep 2024 19:53:07 +0530 Subject: [PATCH 5/7] test aarch64 docker quque for habitat Signed-off-by: muthuja --- .expeditor/verify.pipeline.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index b071615f..b3be6c70 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -10,10 +10,7 @@ steps: - label: "[build] :linux: aarch64 hab" agents: - queue: docker-linux-amazon-2023-arm64 - plugins: - - docker#v3.13.0: - image: "rust:1.62.1-buster" + queue: default-privileged-aarch64 env: HAB_LICENSE: "accept-no-persist" BUILD_PKG_TARGET: "aarch64-linux" From 376b6342b1b1db3fd50cf2a6afa707fdb9c15d8b Mon Sep 17 00:00:00 2001 From: muthuja Date: Thu, 26 Sep 2024 21:49:36 +0530 Subject: [PATCH 6/7] test aarch64 docker quque for habitat Signed-off-by: muthuja --- .expeditor/verify.pipeline.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index b3be6c70..9f058fcd 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -15,8 +15,4 @@ steps: HAB_LICENSE: "accept-no-persist" BUILD_PKG_TARGET: "aarch64-linux" command: - - .expeditor/scripts/verify/build_package.sh components/hab - expeditor: - executor: - docker: - privileged: true \ No newline at end of file + - .expeditor/scripts/verify/build_package.sh components/hab \ No newline at end of file From 25a4c9baa9f0dc190460c5d877ec657e1d5e7eaf Mon Sep 17 00:00:00 2001 From: muthuja Date: Thu, 26 Sep 2024 21:50:05 +0530 Subject: [PATCH 7/7] test aarch64 docker quque for habitat Signed-off-by: muthuja --- .expeditor/verify.pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 9f058fcd..07f2ffda 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -10,7 +10,7 @@ steps: - label: "[build] :linux: aarch64 hab" agents: - queue: default-privileged-aarch64 + queue: queue=default-privileged-aarch64-CHEF-16068 env: HAB_LICENSE: "accept-no-persist" BUILD_PKG_TARGET: "aarch64-linux"