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 <cevich@redhat.com>
This commit is contained in:
Chris Evich
2024-01-10 13:57:36 -05:00
parent f1ea4fbb3d
commit 585fbe373d

View File

@ -454,6 +454,7 @@ osx_alt_build_task:
labels: labels:
os: darwin os: darwin
arch: arm64 arch: arm64
purpose: prod
env: &mac_env env: &mac_env
CIRRUS_SHELL: "/bin/bash" # sh is the default 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. CIRRUS_WORKING_DIR: "$HOME/ci/task-${CIRRUS_TASK_ID}" # Isolation: $HOME will be set to "ci" dir.