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 14:52:31 +0000
commit69fe62f002e8ff54a832aecb3b9df01f25d25775 (patch)
tree41f779de6a436b89bb379b8499b50ceb506d90fc
parentb86eacc32461d660420a0b64d88c17afc25acf2d (diff)
downloadmongo-69fe62f002e8ff54a832aecb3b9df01f25d25775.tar.gz
SERVER-77169 Switch config shard tasks to gen tasks
(cherry picked from commit ef7b01c09dad0dd01b1a4ffecfef623de2b58cd9)
-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 22eeeec0e1e..0b12193eec7 100644
--- a/etc/evergreen_yml_components/definitions.yml
+++ b/etc/evergreen_yml_components/definitions.yml
@@ -5564,12 +5564,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
@@ -5591,12 +5590,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