Skip to content

Commit fef5a6b

Browse files
committed
ci: use arch:arm64 instead of runner:apm-k8s-arm-metal
- Replace unavailable runner tag with standard arch:arm64 - Project lacks access to apm-k8s-arm-metal runner pool This commit made by [/dd:git:commit:quick](https://github.com/DataDog/claude-marketplace/tree/main/dd/commands/git/commit/quick.md)
1 parent 033e35b commit fef5a6b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitlab/benchmarks/.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ benchmarks-candidate-amd64:
7070

7171
benchmarks-candidate-aarch64:
7272
extends: .benchmark_job
73-
tags: ["runner:apm-k8s-arm-metal"]
73+
tags: ["arch:arm64"]
7474
image: $BENCHMARK_IMAGE_ARM64
7575
variables:
7676
KUBERNETES_MEMORY_REQUEST: 200Gi

.gitlab/dd-trace-integration/.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ integration-test-x64-musl:
221221

222222
integration-test-arm64-glibc:
223223
extends: .integration_test_base
224-
tags: [ "runner:apm-k8s-arm-metal" ]
224+
tags: [ "arch:arm64" ]
225225
image: ${BUILD_IMAGE_ARM64}
226226
parallel:
227227
matrix:
@@ -235,7 +235,7 @@ integration-test-arm64-glibc:
235235

236236
integration-test-arm64-musl:
237237
extends: .integration_test_base
238-
tags: [ "runner:apm-k8s-arm-metal" ]
238+
tags: [ "arch:arm64" ]
239239
image: ${BUILD_IMAGE_ARM64_MUSL}
240240
parallel:
241241
matrix:

0 commit comments

Comments
 (0)