Skip to content

Commit

Permalink
Merge pull request containers#14944 from cevich/machine-label-task
Browse files Browse the repository at this point in the history
Cirrus: Trigger podman-machine task by label
  • Loading branch information
openshift-ci[bot] authored Jul 15, 2022
2 parents 10bf85c + d385914 commit aa7aedc
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -588,11 +588,14 @@ rootless_integration_test_task:
podman_machine_task:
name: *std_name_fmt
alias: podman_machine
# Required_pr_labels does not apply to non-PRs.
# Do not run on tags, branches, [CI:BUILD], or [CI:DOCS].
only_if: *not_tag_branch_build_docs
# Manually-triggered task: This is "expensive" to run.
# This task costs about $4 per attempt to execute.
# Only run it if a magic PR label is present.
# DO NOT ADD THIS TASK AS DEPENDENCY FOR `success_task`
# it will cause 'success' to block.
trigger_type: manual
# it will cause an infinate-block / never completing build.
required_pr_labels: test_podman_machine
depends_on:
- build
- local_integration_test
Expand Down Expand Up @@ -879,8 +882,8 @@ success_task:
- remote_integration_test
- container_integration_test
- rootless_integration_test
# Manually triggered task. If made automatic, remove bypass
# in contrib/cirrus/cirrus_yaml_test.py for this task.
# Label triggered task. If made automatic, remove line below
# AND bypass in contrib/cirrus/cirrus_yaml_test.py for this name.
# - podman_machine
- local_system_test
- remote_system_test
Expand Down

0 comments on commit aa7aedc

Please sign in to comment.