mirror of
https://github.com/containers/podman.git
synced 2025-06-19 00:06:43 +08:00
Merge pull request #21224 from cevich/add_worker_label
Run mac jobs on labeled hosts
This commit is contained in:
@ -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.
|
||||||
|
Reference in New Issue
Block a user