We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e7230 commit 12ecd07Copy full SHA for 12ecd07
.evergreen/generated_configs/tasks.yml
@@ -1239,7 +1239,7 @@ tasks:
1239
- func: run tests
1240
vars:
1241
TEST_NAME: search_index
1242
- tags: [search-index]
+ tags: [search_index]
1243
1244
# Server tests
1245
- name: test-4.0-standalone-auth-ssl-sync
.evergreen/scripts/generate_config.py
@@ -948,7 +948,7 @@ def create_search_index_tasks():
948
vars = dict(TEST_NAME="search_index")
949
test_func = FunctionCall(func="run tests", vars=vars)
950
task_name = "test-search-index-helpers"
951
- tags = ["search-index"]
+ tags = ["search_index"]
952
commands = [assume_func, server_func, test_func]
953
return [EvgTask(name=task_name, tags=tags, commands=commands)]
954
0 commit comments