Skip to content

Instantly share code, notes, and snippets.

@EshaMaharishi
Created March 3, 2023 20:07
Show Gist options
  • Save EshaMaharishi/eb1f5c00fd38472aa509eb5dfcef0b00 to your computer and use it in GitHub Desktop.
Save EshaMaharishi/eb1f5c00fd38472aa509eb5dfcef0b00 to your computer and use it in GitHub Desktop.
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index ec8835979cc..aa83986c473 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -419,9 +419,10 @@ buildvariants:
- name: .stitch
- name: secondary_reads_passthrough_gen
- name: server_discovery_and_monitoring_json_test_TG
- - name: .serverless !.multiversion
- distros:
- - rhel80-xlarge
+ # Do not run serverless tests, since Atlas Serverless will no longer run on v6.0 in production.
+ # - name: .serverless !.multiversion
+ # distros:
+ # - rhel80-xlarge
- name: server_selection_json_test_TG
distros:
- rhel80-xlarge
@@ -1415,9 +1416,10 @@ buildvariants:
- name: .updatefuzzer
- name: secondary_reads_passthrough_gen
- name: server_discovery_and_monitoring_json_test_TG
- - name: .serverless
- distros:
- - rhel80-xlarge
+ # Do not run serverless tests, since Atlas Serverless will no longer run on v6.0 in production.
+ # - name: .serverless
+ # distros:
+ # - rhel80-xlarge
- name: server_selection_json_test_TG
distros:
- rhel80-xlarge
@@ -1541,7 +1543,8 @@ buildvariants:
- name: .crypt
distros:
- rhel80-xlarge
- - name: .serverless
+ # Do not run serverless tests, since Atlas Serverless will no longer run on v6.0 in production.
+ # - name: .serverless
- name: .updatefuzzer
- name: secondary_reads_passthrough_gen
# Disabling as the following tests are not aware of feature flags.
@@ -1616,9 +1619,10 @@ buildvariants:
- name: .sharding .jscore !.wo_snapshot !.multi_stmt
- name: .sharding .txns
- name: .stitch
- - name: .serverless
- distros:
- - rhel80-xlarge
+ # Do not run serverless tests, since Atlas Serverless will no longer run on v6.0 in production.
+ # - name: .serverless
+ # distros:
+ # - rhel80-xlarge
- name: .updatefuzzer
- name: audit
- name: burn_in_tags_gen
@@ -2289,7 +2293,8 @@ buildvariants:
- name: .sharding .jscore !.wo_snapshot
- name: .sharding .common !.csrs
- name: snmp
- - name: .serverless
+ # Do not run serverless tests, since Atlas Serverless will no longer run on v6.0 in production.
+ # - name: .serverless
- name: .watchdog
- name: .stitch
# Disabling the following tests as they are not aware of feature flags.
@@ -2365,7 +2370,8 @@ buildvariants:
- name: snmp
- name: .watchdog
- name: .stitch
- - name: .serverless
+ # Do not run serverless tests, since Atlas Serverless will no longer run on v6.0 in production.
+ # - name: .serverless
- name: unittest_shell_hang_analyzer_gen
- name: .updatefuzzer
- name: server_discovery_and_monitoring_json_test_TG
@@ -2436,7 +2442,8 @@ buildvariants:
- name: .sharding .common !.csrs
- name: snmp
- name: .stitch
- - name: .serverless
+ # Do not run serverless tests, since Atlas Serverless will no longer run on v6.0 in production.
+ # - name: .serverless
- name: .updatefuzzer
- name: watchdog_wiredtiger
# Disabling the following tests as they are not aware of feature flags.
@@ -2506,7 +2513,8 @@ buildvariants:
- name: snmp
- name: .stitch
- name: .updatefuzzer
- - name: .serverless
+ # Do not run serverless tests, since Atlas Serverless will no longer run on v6.0 in production.
+ # - name: .serverless
- name: watchdog_wiredtiger
- name: server_discovery_and_monitoring_json_test_TG
- name: server_selection_json_test_TG
diff --git a/etc/evergreen_nightly.yml b/etc/evergreen_nightly.yml
index abd31a0e91b..3a61333767d 100644
--- a/etc/evergreen_nightly.yml
+++ b/etc/evergreen_nightly.yml
@@ -298,9 +298,10 @@ buildvariants:
- name: .updatefuzzer
- name: secondary_reads_passthrough_gen
- name: server_discovery_and_monitoring_json_test_TG
- - name: .serverless
- distros:
- - rhel80-xlarge
+ # Do not run serverless tests, since Atlas Serverless will no longer run on v6.0 in production.
+ # - name: .serverless
+ # distros:
+ # - rhel80-xlarge
- name: server_selection_json_test_TG
distros:
- rhel80-xlarge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment