Merge pull request #21224 from cevich/add_worker_label

Run mac jobs on labeled hosts
This commit is contained in:
openshift-merge-bot[bot] 2024-01-12 19:38:57 +00:00 committed by GitHub
commit a7b81b3078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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.