Skip to content

Commit

Permalink
provide a clearer indication for intended use of github_actions_label…
Browse files Browse the repository at this point in the history
…s placeholders

Co-authored-by: Daniel Ching <[email protected]>
  • Loading branch information
h-vetinari and carterbox committed Jan 16, 2025
1 parent 4ca75bc commit e41e1b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,10 @@ docker_image: # [os.environ.get("BUILD_PLA
- quay.io/condaforge/linux-anvil-ppc64le:alma9 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and os.environ.get("BUILD_PLATFORM") == "linux-ppc64le" and os.environ.get("DEFAULT_LINUX_VERSION", "alma9") == "alma9"]

# to be overridden per feedstock; part of zip so that CPU builds can choose different agents than GPU builds
github_actions_labels: # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- dummy # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- dummy # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- dummy # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
github_actions_labels: # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- cirun-openstack-cpu-placeholder # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- cirun-openstack-gpu-placeholder # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- cirun-openstack-gpu-placeholder # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]

zip_keys:
- # [unix]
Expand Down

0 comments on commit e41e1b6

Please sign in to comment.