summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheahuychou Mao <mao.cheahuychou@gmail.com>2021-04-07 19:16:46 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-04-08 16:40:41 +0000
commit4361538c5e3802aaea44cc00855799df0799eed5 (patch)
treeeeb2755b040f6017e3bbf09311190d41bb2518cb
parent376a983186c48cacd42f0205b93a90aef3b30690 (diff)
downloadmongo-4361538c5e3802aaea44cc00855799df0799eed5.tar.gz
SERVER-50482 Create a tenant_migration tag and make non-required build variants run tasks with the tag
-rw-r--r--etc/evergreen.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index bb3fa73f266..3f630b0d9aa 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -5911,6 +5911,7 @@ tasks:
fallback_num_sub_suites: 37
- name: tenant_migration_jscore_passthrough_gen
+ tags: ["tenant_migration"]
commands:
- func: "generate resmoke tasks"
vars:
@@ -5920,6 +5921,7 @@ tasks:
fallback_num_sub_suites: 10
- name: tenant_migration_causally_consistent_jscore_passthrough_gen
+ tags: ["tenant_migration"]
commands:
- func: "generate resmoke tasks"
vars:
@@ -5929,7 +5931,7 @@ tasks:
fallback_num_sub_suites: 10
- name: tenant_migration_multi_stmt_txn_jscore_passthrough_gen
- tags: ["txn"]
+ tags: ["tenant_migration", "txn"]
commands:
- func: "generate resmoke tasks"
vars:
@@ -9988,9 +9990,6 @@ buildvariants:
- name: mqlrun
- name: .multi_shard
- name: multi_stmt_txn_jscore_passthrough_with_migration_gen
- - name: tenant_migration_jscore_passthrough_gen
- - name: tenant_migration_causally_consistent_jscore_passthrough_gen
- - name: tenant_migration_multi_stmt_txn_jscore_passthrough_gen
- name: multiversion_gen
- name: .query_fuzzer
- name: .random_multiversion_ds
@@ -10025,6 +10024,7 @@ buildvariants:
- name: sharded_multi_stmt_txn_jscore_passthrough
- name: snmp
- name: .stitch
+ - name: .tenant_migration
- name: .updatefuzzer
- name: secondary_reads_passthrough_gen
# Disabling as the following tests are not aware of feature flags.
@@ -11795,6 +11795,7 @@ buildvariants:
- name: .sharding .jscore !.wo_snapshot
- name: .sharding .common !.csrs
- name: snmp
+ - name: .tenant_migration
- name: .watchdog
- name: .stitch
# Disabling the following tests as they are not aware of feature flags.
@@ -11952,6 +11953,7 @@ buildvariants:
- name: .sharding .common !.csrs
- name: snmp
- name: .stitch
+ - name: .tenant_migration
- name: .updatefuzzer
- name: watchdog_wiredtiger
# Disabling the following tests as they are not aware of feature flags.