Skip to content

Commit 91d0d89

Browse files
authored
PYTHON-4943 Clean up EVG Variant Display Names (mongodb#1994)
1 parent 81bef71 commit 91d0d89

File tree

3 files changed

+216
-124
lines changed

3 files changed

+216
-124
lines changed

.evergreen/config.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1766,7 +1766,7 @@ tasks:
17661766

17671767
buildvariants:
17681768
- name: "no-server"
1769-
display_name: "No server test"
1769+
display_name: "No server"
17701770
run_on:
17711771
- rhel84-small
17721772
tasks:
@@ -1779,31 +1779,26 @@ buildvariants:
17791779
tasks:
17801780
- name: "coverage-report"
17811781

1782-
- name: testgcpkms-variant
1783-
display_name: "GCP KMS"
1782+
- name: testkms-variant
1783+
display_name: "KMS"
17841784
run_on:
17851785
- debian11-small
17861786
tasks:
17871787
- name: testgcpkms_task_group
17881788
batchtime: 20160 # Use a batchtime of 14 days as suggested by the CSFLE test README
17891789
- testgcpkms-fail-task
1790-
1791-
- name: testazurekms-variant
1792-
display_name: "Azure KMS"
1793-
run_on: debian11-small
1794-
tasks:
17951790
- name: testazurekms_task_group
17961791
batchtime: 20160 # Use a batchtime of 14 days as suggested by the CSFLE test README
17971792
- testazurekms-fail-task
17981793

17991794
- name: rhel8-test-lambda
1800-
display_name: AWS Lambda handler tests
1795+
display_name: FaaS Lambda
18011796
run_on: rhel87-small
18021797
tasks:
18031798
- name: test_aws_lambda_task_group
18041799

18051800
- name: rhel8-import-time
1806-
display_name: Import Time Check
1801+
display_name: Import Time
18071802
run_on: rhel87-small
18081803
tasks:
18091804
- name: "check-import-time"
@@ -1816,7 +1811,7 @@ buildvariants:
18161811
- name: "backport-pr"
18171812

18181813
- name: "perf-tests"
1819-
display_name: "Performance Benchmark Tests"
1814+
display_name: "Performance Benchmarks"
18201815
batchtime: 10080 # 7 days
18211816
run_on: rhel90-dbx-perf-large
18221817
tasks:

0 commit comments

Comments
 (0)