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 973cc7d commit d027dabCopy full SHA for d027dab
.evergreen/generated_configs/variants.yml
@@ -59,6 +59,12 @@ buildvariants:
59
NO_EXT: "1"
60
61
# Atlas connect tests
62
+ - name: atlas-connect-rhel8
63
+ tasks:
64
+ - name: .min-max-python
65
+ display_name: Atlas connect RHEL8
66
+ run_on:
67
+ - rhel87-small
68
69
# Atlas data lake tests
70
- name: atlas-data-lake-ubuntu-22-python3.9
.evergreen/scripts/generate_config.py
@@ -475,7 +475,7 @@ def create_doctests_variants():
475
476
def create_atlas_connect_variants():
477
host = DEFAULT_HOST
478
- [
+ return [
479
create_variant(
480
[".min-max-python"],
481
get_variant_name("Atlas connect", host),
0 commit comments