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 289aa54 commit a63d36bCopy full SHA for a63d36b
.evergreen/generated_configs/variants.yml
@@ -66,7 +66,7 @@ buildvariants:
66
# Atlas connect tests
67
- name: atlas-connect-rhel8
68
tasks:
69
- - name: .no-orchestration
+ - name: .test-no-orchestration
70
display_name: Atlas connect RHEL8
71
run_on:
72
- rhel87-small
.evergreen/scripts/generate_config.py
@@ -481,7 +481,7 @@ def create_atlas_connect_variants():
481
host = DEFAULT_HOST
482
return [
483
create_variant(
484
- [".no-orchestration"],
+ [".test-no-orchestration"],
485
get_variant_name("Atlas connect", host),
486
host=DEFAULT_HOST,
487
)
0 commit comments