summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Shchatko <mikhail.shchatko@mongodb.com>2023-05-17 07:43:57 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-05-17 08:23:43 +0000
commitef7b01c09dad0dd01b1a4ffecfef623de2b58cd9 (patch)
treed6858a06e0b0d9c59b9b2d19241726b9e203c45e
parent06797deec0c5806e56a70a7d156556e0b028da7f (diff)
downloadmongo-ef7b01c09dad0dd01b1a4ffecfef623de2b58cd9.tar.gz
SERVER-77169 Switch config shard tasks to gen tasks
-rw-r--r--etc/evergreen_yml_components/definitions.yml14
1 files changed, 6 insertions, 8 deletions
diff --git a/etc/evergreen_yml_components/definitions.yml b/etc/evergreen_yml_components/definitions.yml
index aa8dbe15801..a59f7ea8f77 100644
--- a/etc/evergreen_yml_components/definitions.yml
+++ b/etc/evergreen_yml_components/definitions.yml
@@ -5607,12 +5607,11 @@ tasks:
commands:
- func: "generate resmoke tasks"
-- <<: *task_template
- name: sharded_collections_jscore_passthrough_with_config_shard
+- <<: *gen_task_template
+ name: sharded_collections_jscore_passthrough_with_config_shard_gen
tags: ["sharding", "jscore"]
commands:
- - func: "do setup"
- - func: "run tests"
+ - func: "generate resmoke tasks"
- <<: *gen_task_template
name: sharded_collections_jscore_multiversion_gen
@@ -5634,12 +5633,11 @@ tasks:
- func: "do setup"
- func: "run tests"
-- <<: *task_template
- name: sharding_jscore_passthrough_with_config_shard
+- <<: *gen_task_template
+ name: sharding_jscore_passthrough_with_config_shard_gen
tags: ["sharding", "jscore", "common"]
commands:
- - func: "do setup"
- - func: "run tests"
+ - func: "generate resmoke tasks"
- <<: *gen_task_template
name: sharding_jscore_multiversion_gen