Skip to content

Commit 3f221c0

Browse files
authored
Small fixes for test-variants.yml (#1493)
* Exclude 5.0 from test-debian11-php82 build variant This was missed in a204130 * Add line breaks between build variants * Remove "local" from build variant names
1 parent e08e18f commit 3f221c0

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

.evergreen/config/test-variants.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
buildvariants:
55
# PHP 8.2: test all topologies on all versions of MongoDB
6-
- name: test-debian11-php82-local
6+
- name: test-debian11-php82
77
tags: ["test", "debian", "x64"]
88
display_name: "Test: Debian 11, PHP 8.2"
99
run_on: debian11-small
@@ -19,7 +19,7 @@ buildvariants:
1919
- ".sharded .local !.3.6 !.4.0 !.4.2 !.4.4 !.5.0"
2020
- ".loadbalanced .local !.3.6 !.4.0 !.4.2 !.4.4 !.5.0"
2121
- "test-atlas-connectivity"
22-
- ".ocsp !.4.4"
22+
- ".ocsp !.4.4 !.5.0"
2323
display_tasks:
2424
- name: "test-ocsp-latest"
2525
execution_tasks:
@@ -33,7 +33,8 @@ buildvariants:
3333
- name: "test-ocsp-6.0"
3434
execution_tasks:
3535
- ".ocsp .6.0"
36-
- name: test-debian92-php82-local
36+
37+
- name: test-debian92-php82
3738
tags: ["test", "debian", "x64"]
3839
display_name: "Test: Debian 9.2, PHP 8.2"
3940
run_on: debian92-small
@@ -59,7 +60,7 @@ buildvariants:
5960
- ".ocsp .4.4"
6061

6162
# Test remaining PHP versions with replica sets on Debian 11 with MongoDB 7.0
62-
- name: test-debian11-php81-local
63+
- name: test-debian11-php81
6364
tags: ["test", "debian", "x64"]
6465
display_name: "Test: Debian 11, PHP 8.1"
6566
run_on: debian11-small
@@ -71,7 +72,8 @@ buildvariants:
7172
name: "build-php-8.1"
7273
tasks:
7374
- ".replicaset .local .7.0 .auth"
74-
- name: test-debian11-php80-local
75+
76+
- name: test-debian11-php80
7577
tags: ["test", "debian", "x64"]
7678
display_name: "Test: Debian 11, PHP 8.0"
7779
run_on: debian11-small
@@ -83,7 +85,8 @@ buildvariants:
8385
name: "build-php-8.0"
8486
tasks:
8587
- ".replicaset .local .7.0 .auth"
86-
- name: test-debian11-php74-local
88+
89+
- name: test-debian11-php74
8790
tags: ["test", "debian", "x64"]
8891
display_name: "Test: Debian 11, PHP 7.4"
8992
run_on: debian11-small
@@ -97,7 +100,7 @@ buildvariants:
97100
- ".replicaset .local .7.0 .auth"
98101

99102
# Variants with different libmongoc
100-
- name: test-debian11-php82-local-libmongoc-lowest-supported
103+
- name: test-debian11-php82-libmongoc-lowest-supported
101104
display_name: "Test: Debian 11, PHP 8.2, libmongoc lowest"
102105
tags: ["test", "libmongoc", "debian", "x64"]
103106
run_on: debian11-small
@@ -110,7 +113,7 @@ buildvariants:
110113
tasks:
111114
- ".replicaset .local .7.0 .auth"
112115

113-
- name: test-debian11-php82-local-libmongoc-next-stable
116+
- name: test-debian11-php82-libmongoc-next-stable
114117
display_name: "Test: Debian 11, PHP 8.2, libmongoc next stable"
115118
tags: ["test", "libmongoc", "debian", "x64"]
116119
run_on: debian11-small
@@ -123,7 +126,7 @@ buildvariants:
123126
tasks:
124127
- ".replicaset .local .7.0 .auth"
125128

126-
- name: test-debian11-php82-local-libmongoc-latest
129+
- name: test-debian11-php82-libmongoc-latest
127130
tags: ["test", "libmongoc", "debian", "x64"]
128131
display_name: "Test: Debian 11, PHP 8.2, libmongoc latest"
129132
run_on: debian11-small

0 commit comments

Comments
 (0)