Skip to content

Commit 36c6fa2

Browse files
Merge v1.x into v2.x (#1472)
2 parents 5888c6d + 4030523 commit 36c6fa2

File tree

4 files changed

+26
-94
lines changed

4 files changed

+26
-94
lines changed

.evergreen/config/build-variants.yml

-12
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,6 @@ buildvariants:
1515
run_on: debian11-small
1616
tasks:
1717
- name: "build-all-php"
18-
- name: build-debian10
19-
display_name: "Build: Debian 10"
20-
tags: ["build", "debian", "x64", "pr", "tag"]
21-
run_on: debian10-small
22-
tasks:
23-
- name: "build-all-php"
24-
- name: build-debian92
25-
display_name: "Build: Debian 9.2"
26-
tags: ["build", "debian", "x64", "pr", "tag"]
27-
run_on: debian92-small
28-
tasks:
29-
- name: "build-all-php"
3018

3119
# RHEL
3220
- name: build-rhel90

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

+15-57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
- name: test-debian92-php-%phpVersion%-local-lowest
2-
tags: ["test", "debian", "x64", "php%phpVersion%", "pr", "tag"]
3-
display_name: "Test: Debian 9.2, PHP %phpVersion%, Lowest Dependencies"
4-
run_on: debian92-small
1+
- name: test-rhel80-php-%phpVersion%-local-lowest
2+
tags: ["test", "rhel", "x64", "php%phpVersion%", "pr", "tag"]
3+
display_name: "Test: RHEL 8.0, PHP %phpVersion%, Lowest Dependencies"
4+
run_on: rhel80-small
55
expansions:
6-
FETCH_BUILD_VARIANT: "build-debian92"
6+
FETCH_BUILD_VARIANT: "build-rhel80"
77
FETCH_BUILD_TASK: "build-php-%phpVersion%-lowest"
88
PHP_VERSION: "%phpVersion%"
99
DEPENDENCIES: "lowest"
1010
depends_on:
11-
- variant: "build-debian92"
11+
- variant: "build-rhel80"
1212
name: "build-php-%phpVersion%-lowest"
1313
tasks:
1414
- ".replicaset .local .4.0 !.csfle"

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

+5-19
Original file line numberDiff line numberDiff line change
@@ -40,36 +40,22 @@
4040
- ".loadbalanced .local !.csfle !.4.0 !.4.2 !.4.4 !.7.0 !.8.0 !.rapid !.latest"
4141

4242
# Test versions < 5.0
43-
- name: test-debian92-php-%phpVersion%-local
43+
- name: test-rhel80-php-%phpVersion%
4444
tags: ["test", "debian", "x64", "php%phpVersion%", "pr", "tag"]
45-
display_name: "Test: Debian 9.2, PHP %phpVersion%"
46-
run_on: debian92-small
45+
display_name: "Test: RHEL 8.0, PHP %phpVersion%"
46+
run_on: rhel80-small
4747
expansions:
48-
FETCH_BUILD_VARIANT: "build-debian92"
48+
FETCH_BUILD_VARIANT: "build-rhel80"
4949
FETCH_BUILD_TASK: "build-php-%phpVersion%"
5050
PHP_VERSION: "%phpVersion%"
5151
depends_on:
52-
- variant: "build-debian92"
52+
- variant: "build-rhel80"
5353
name: "build-php-%phpVersion%"
5454
tasks:
5555
# Remember to add new major versions here as they are released
5656
- ".standalone .local !.csfle !.6.0 !.7.0 !.8.0 !.rapid !.latest"
5757
- ".replicaset .local !.csfle !.6.0 !.7.0 !.8.0 !.rapid !.latest"
5858
- ".sharded .local !.csfle !.6.0 !.7.0 !.8.0 !.rapid !.latest"
5959
- ".loadbalanced .local !.csfle !.6.0 !.7.0 !.8.0 !.rapid !.latest"
60-
61-
# Test Atlas and CSFLE on RHEL 8
62-
- name: test-rhel80-php-%phpVersion%-atlas
63-
tags: ["test", "debian", "x64", "php%phpVersion%", "pr", "tag"]
64-
display_name: "Test: RHEL 8.0, PHP %phpVersion%"
65-
run_on: rhel80-small
66-
expansions:
67-
FETCH_BUILD_VARIANT: "build-rhel80"
68-
FETCH_BUILD_TASK: "build-php-%phpVersion%"
69-
PHP_VERSION: "%phpVersion%"
70-
depends_on:
71-
- variant: "build-rhel80"
72-
name: "build-php-%phpVersion%"
73-
tasks:
7460
- "test_atlas_task_group"
7561
- ".csfle"

0 commit comments

Comments
 (0)