Skip to content

Commit

Permalink
chore(ci): do not run atlas cloud tests on PRs (#6540)
Browse files Browse the repository at this point in the history
  • Loading branch information
gribnoysup authored Dec 3, 2024
1 parent 7f7a7fd commit 2cdb342
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .evergreen/buildvariants-and-tasks.in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,8 @@ tasks:
- run-on-pr
- assigned_to_jira_team_compass_compass
- foliage_check_task_only
# These tests are expensive (literally) and shouldn't be running on PRs
patchable: false
commands:
- func: prepare
- func: install
Expand Down
1 change: 1 addition & 0 deletions .evergreen/buildvariants-and-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1726,6 +1726,7 @@ tasks:
- run-on-pr
- assigned_to_jira_team_compass_compass
- foliage_check_task_only
patchable: false
commands:
- func: prepare
- func: install
Expand Down

0 comments on commit 2cdb342

Please sign in to comment.