Skip to content

Commit 8c4e27e

Browse files
committed
generate config
1 parent afbce56 commit 8c4e27e

File tree

2 files changed

+43
-26
lines changed

2 files changed

+43
-26
lines changed

.evergreen/generated_configs/tasks.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
tasks:
2+
# Atlas connect tests
3+
- name: test-atlas-connect
4+
commands:
5+
- func: assume ec2 role
6+
- func: run tests
7+
vars:
8+
TEST_NAME: atlas_connect
9+
tags: [atlas_connect]
10+
211
# Aws tests
312
- name: test-auth-aws-4.4-regular
413
commands:
@@ -680,6 +689,20 @@ tasks:
680689
AWS_ROLE_SESSION_NAME: test
681690
tags: [auth-aws, auth-aws-web-identity]
682691

692+
# Enterprise auth tests
693+
- name: test-enterprise-ath
694+
commands:
695+
- func: run server
696+
vars:
697+
TEST_NAME: enterprise_auth
698+
AUTH: auth
699+
- func: assume ec2 role
700+
- func: run tests
701+
vars:
702+
TEST_NAME: enterprise_auth
703+
AUTH: auth
704+
tags: [enterprise_auth]
705+
683706
# Kms tests
684707
- name: test-gcpkms
685708
commands:

.evergreen/generated_configs/variants.yml

Lines changed: 20 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ buildvariants:
4949
# Atlas connect tests
5050
- name: atlas-connect-rhel8-python3.9
5151
tasks:
52-
- name: atlas-connect
52+
- name: .atlas_connect
5353
display_name: Atlas connect RHEL8 Python3.9
5454
run_on:
5555
- rhel87-small
5656
expansions:
5757
PYTHON_BINARY: /opt/python/3.9/bin/python3
5858
- name: atlas-connect-rhel8-python3.13
5959
tasks:
60-
- name: atlas-connect
60+
- name: .atlas_connect
6161
display_name: Atlas connect RHEL8 Python3.13
6262
run_on:
6363
- rhel87-small
@@ -510,59 +510,53 @@ buildvariants:
510510
tags: [encryption_tag]
511511

512512
# Enterprise auth tests
513-
- name: auth-enterprise-macos-python3.9-auth
513+
- name: auth-enterprise-macos-python3.9
514514
tasks:
515-
- name: test-enterprise-auth
516-
display_name: Auth Enterprise macOS Python3.9 Auth
515+
- name: .enterprise_auth
516+
display_name: Auth Enterprise macOS Python3.9
517517
run_on:
518518
- macos-14
519519
expansions:
520-
AUTH: auth
521520
PYTHON_BINARY: /Library/Frameworks/Python.Framework/Versions/3.9/bin/python3
522-
- name: auth-enterprise-rhel8-python3.10-auth
521+
- name: auth-enterprise-rhel8-python3.10
523522
tasks:
524-
- name: test-enterprise-auth
525-
display_name: Auth Enterprise RHEL8 Python3.10 Auth
523+
- name: .enterprise_auth
524+
display_name: Auth Enterprise RHEL8 Python3.10
526525
run_on:
527526
- rhel87-small
528527
expansions:
529-
AUTH: auth
530528
PYTHON_BINARY: /opt/python/3.10/bin/python3
531-
- name: auth-enterprise-rhel8-python3.11-auth
529+
- name: auth-enterprise-rhel8-python3.11
532530
tasks:
533-
- name: test-enterprise-auth
534-
display_name: Auth Enterprise RHEL8 Python3.11 Auth
531+
- name: .enterprise_auth
532+
display_name: Auth Enterprise RHEL8 Python3.11
535533
run_on:
536534
- rhel87-small
537535
expansions:
538-
AUTH: auth
539536
PYTHON_BINARY: /opt/python/3.11/bin/python3
540-
- name: auth-enterprise-rhel8-python3.12-auth
537+
- name: auth-enterprise-rhel8-python3.12
541538
tasks:
542-
- name: test-enterprise-auth
543-
display_name: Auth Enterprise RHEL8 Python3.12 Auth
539+
- name: .enterprise_auth
540+
display_name: Auth Enterprise RHEL8 Python3.12
544541
run_on:
545542
- rhel87-small
546543
expansions:
547-
AUTH: auth
548544
PYTHON_BINARY: /opt/python/3.12/bin/python3
549-
- name: auth-enterprise-win64-python3.13-auth
545+
- name: auth-enterprise-win64-python3.13
550546
tasks:
551-
- name: test-enterprise-auth
552-
display_name: Auth Enterprise Win64 Python3.13 Auth
547+
- name: .enterprise_auth
548+
display_name: Auth Enterprise Win64 Python3.13
553549
run_on:
554550
- windows-64-vsMulti-small
555551
expansions:
556-
AUTH: auth
557552
PYTHON_BINARY: C:/python/Python313/python.exe
558-
- name: auth-enterprise-rhel8-pypy3.10-auth
553+
- name: auth-enterprise-rhel8-pypy3.10
559554
tasks:
560-
- name: test-enterprise-auth
561-
display_name: Auth Enterprise RHEL8 PyPy3.10 Auth
555+
- name: .enterprise_auth
556+
display_name: Auth Enterprise RHEL8 PyPy3.10
562557
run_on:
563558
- rhel87-small
564559
expansions:
565-
AUTH: auth
566560
PYTHON_BINARY: /opt/python/pypy3.10/bin/python3
567561

568562
# Free threaded tests

0 commit comments

Comments
 (0)