From 585fbe373d1330cc78ce4ecce7a16dd057ee767d Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Wed, 10 Jan 2024 13:57:36 -0500 Subject: [PATCH] Run mac jobs on labeled hosts This is needed to support an upcoming management script change. I've already updated all the workers to be sensitive to this label. Ref: https://github.com/cirruslabs/cirrus-cli/blob/master/PERSISTENT-WORKERS.md#reserved-labels Signed-off-by: Chris Evich --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index 89ec58e6d3..678e6febe3 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -454,6 +454,7 @@ osx_alt_build_task: labels: os: darwin arch: arm64 + purpose: prod env: &mac_env CIRRUS_SHELL: "/bin/bash" # sh is the default CIRRUS_WORKING_DIR: "$HOME/ci/task-${CIRRUS_TASK_ID}" # Isolation: $HOME will be set to "ci" dir.