Skip to content

Commit 2cdb342

Browse files
authored
chore(ci): do not run atlas cloud tests on PRs (#6540)
1 parent 7f7a7fd commit 2cdb342

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.evergreen/buildvariants-and-tasks.in.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,8 @@ tasks:
516516
- run-on-pr
517517
- assigned_to_jira_team_compass_compass
518518
- foliage_check_task_only
519+
# These tests are expensive (literally) and shouldn't be running on PRs
520+
patchable: false
519521
commands:
520522
- func: prepare
521523
- func: install

.evergreen/buildvariants-and-tasks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1726,6 +1726,7 @@ tasks:
17261726
- run-on-pr
17271727
- assigned_to_jira_team_compass_compass
17281728
- foliage_check_task_only
1729+
patchable: false
17291730
commands:
17301731
- func: prepare
17311732
- func: install

0 commit comments

Comments
 (0)