Skip to content

Commit bb35fe3

Browse files
authored
Switch test_kmt_local_setup_macos to ARM64 runner (#46099)
### What does this PR do? Run the `test_kmt_local_setup_macos` CI job on ARM64 macOS runners. ### Motivation I started observing longer queue times than usual for CI this job and realized it was still running on x86_64 macOS runners. Not sure yet whether queue times will improve, but since the vast [majority](https://metabase-analytics.us1.prod.dog/question/135006-macos-agent-host-count-per-real-cpu-type) of macOS agents now run on Apple Silicon, it doesn't "harm" to switch the job to ARM64 runners (more representative testing environment). Co-authored-by: regis.desgroppes <regis.desgroppes@datadoghq.com>
1 parent b5d25a3 commit bb35fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab/build/source_test/kmt_tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ test_kmt_local_setup_macos:
4343
- !reference [.install_python_dependencies]
4444
# See there is no virtualization, we need to clean the environment regularly
4545
- !reference [.macos_runner_maintenance]
46-
tags: ["macos:sonoma-amd64", "specific:true"]
46+
tags: ["macos:sonoma-arm64", "specific:true"]
4747
variables:
4848
# Some requirements cannot be tested in the CI yet:
4949
# - Docker,Compiler,UserInDockerGroup: no docker-in-docker support in these jobs yet

0 commit comments

Comments
 (0)