Skip to content

Commit

Permalink
Add tag checks aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Jun 26, 2024
1 parent 7e11f6e commit 8fb27cf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,26 @@ github_pr_aliases: &github_pr_aliases

commit_queue_aliases: *github_pr_aliases

github_checks_aliases:
- variant: ".*"
task: ".*"

git_tag_aliases:
- git_tag: "^[0-9]+.[0-9]+.[0-9]+"
remote_path: ""
variant_tags: ["tag"]
task_tags: ["tag"]

patch_aliases:
- alias: pull-request
variant_tags: ["pr"]
task_tags: ["pr"]
- alias: pull-request-latest-php
variant_tags: ["php8.3", "pr"]
task: ".*"
- alias: full-pipeline
variant: ".*"
task: ".*"

# Include files that contain various tasks, task groups, and build variant definitions
include:
Expand Down

0 comments on commit 8fb27cf

Please sign in to comment.