Skip to content

Commit f2900db

Browse files
authored
Fix build (#1365)
* Don't run serverless tests on Debian 11 * Don't run mongodb-latest tests on Debian 11
1 parent 88cffbb commit f2900db

File tree

2 files changed

+12
-18
lines changed

2 files changed

+12
-18
lines changed

.evergreen/config/generated/test-variant/legacy-php-full.yml

Lines changed: 8 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.evergreen/config/templates/test-variant/legacy-php-full.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@
1414
name: "build-php-%phpVersion%"
1515
tasks:
1616
# Remember to add new major versions here as they are released
17-
- ".standalone .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0"
18-
- ".replicaset .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0"
19-
- ".sharded .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0"
20-
- ".loadbalanced .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0"
21-
- "test_serverless_task_group"
22-
- "test_serverless_proxy_task_group"
17+
- ".standalone .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0 !.rapid !.latest"
18+
- ".replicaset .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0 !.rapid !.latest"
19+
- ".sharded .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0 !.rapid !.latest"
20+
- ".loadbalanced .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0 !.rapid !.latest"
2321
- "test-atlas-data-lake"
2422

2523
# Test versions < 5.0

0 commit comments

Comments
 (0)