3
3
#
4
4
buildvariants :
5
5
# PHP 8.2: test all topologies on all versions of MongoDB
6
- - name : test-debian11-php82-local
6
+ - name : test-debian11-php82
7
7
tags : ["test", "debian", "x64"]
8
8
display_name : " Test: Debian 11, PHP 8.2"
9
9
run_on : debian11-small
@@ -19,7 +19,7 @@ buildvariants:
19
19
- " .sharded .local !.3.6 !.4.0 !.4.2 !.4.4 !.5.0"
20
20
- " .loadbalanced .local !.3.6 !.4.0 !.4.2 !.4.4 !.5.0"
21
21
- " test-atlas-connectivity"
22
- - " .ocsp !.4.4"
22
+ - " .ocsp !.4.4 !.5.0 "
23
23
display_tasks :
24
24
- name : " test-ocsp-latest"
25
25
execution_tasks :
@@ -33,7 +33,8 @@ buildvariants:
33
33
- name : " test-ocsp-6.0"
34
34
execution_tasks :
35
35
- " .ocsp .6.0"
36
- - name : test-debian92-php82-local
36
+
37
+ - name : test-debian92-php82
37
38
tags : ["test", "debian", "x64"]
38
39
display_name : " Test: Debian 9.2, PHP 8.2"
39
40
run_on : debian92-small
@@ -59,7 +60,7 @@ buildvariants:
59
60
- " .ocsp .4.4"
60
61
61
62
# 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
63
64
tags : ["test", "debian", "x64"]
64
65
display_name : " Test: Debian 11, PHP 8.1"
65
66
run_on : debian11-small
@@ -71,7 +72,8 @@ buildvariants:
71
72
name : " build-php-8.1"
72
73
tasks :
73
74
- " .replicaset .local .7.0 .auth"
74
- - name : test-debian11-php80-local
75
+
76
+ - name : test-debian11-php80
75
77
tags : ["test", "debian", "x64"]
76
78
display_name : " Test: Debian 11, PHP 8.0"
77
79
run_on : debian11-small
@@ -83,7 +85,8 @@ buildvariants:
83
85
name : " build-php-8.0"
84
86
tasks :
85
87
- " .replicaset .local .7.0 .auth"
86
- - name : test-debian11-php74-local
88
+
89
+ - name : test-debian11-php74
87
90
tags : ["test", "debian", "x64"]
88
91
display_name : " Test: Debian 11, PHP 7.4"
89
92
run_on : debian11-small
@@ -97,7 +100,7 @@ buildvariants:
97
100
- " .replicaset .local .7.0 .auth"
98
101
99
102
# Variants with different libmongoc
100
- - name : test-debian11-php82-local- libmongoc-lowest-supported
103
+ - name : test-debian11-php82-libmongoc-lowest-supported
101
104
display_name : " Test: Debian 11, PHP 8.2, libmongoc lowest"
102
105
tags : ["test", "libmongoc", "debian", "x64"]
103
106
run_on : debian11-small
@@ -110,7 +113,7 @@ buildvariants:
110
113
tasks :
111
114
- " .replicaset .local .7.0 .auth"
112
115
113
- - name : test-debian11-php82-local- libmongoc-next-stable
116
+ - name : test-debian11-php82-libmongoc-next-stable
114
117
display_name : " Test: Debian 11, PHP 8.2, libmongoc next stable"
115
118
tags : ["test", "libmongoc", "debian", "x64"]
116
119
run_on : debian11-small
@@ -123,7 +126,7 @@ buildvariants:
123
126
tasks :
124
127
- " .replicaset .local .7.0 .auth"
125
128
126
- - name : test-debian11-php82-local- libmongoc-latest
129
+ - name : test-debian11-php82-libmongoc-latest
127
130
tags : ["test", "libmongoc", "debian", "x64"]
128
131
display_name : " Test: Debian 11, PHP 8.2, libmongoc latest"
129
132
run_on : debian11-small
0 commit comments