Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .evergreen/config/build-variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,6 @@ buildvariants:
run_on: debian11-small
tasks:
- name: "build-all-php"
- name: build-debian10
display_name: "Build: Debian 10"
tags: ["build", "debian", "x64", "pr", "tag"]
run_on: debian10-small
tasks:
- name: "build-all-php"
- name: build-debian92
display_name: "Build: Debian 9.2"
tags: ["build", "debian", "x64", "pr", "tag"]
run_on: debian92-small
tasks:
- name: "build-all-php"

# RHEL
- name: build-rhel90
Expand Down
24 changes: 12 additions & 12 deletions .evergreen/config/generated/test-variant/legacy-php-full.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 18 additions & 18 deletions .evergreen/config/generated/test-variant/modern-php-full.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions .evergreen/config/templates/test-variant/legacy-php-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
- ".ocsp .5.0"

# Test versions < 5.0
- name: test-debian92-php-%phpVersion%
tags: ["test", "debian", "x64", "php%phpVersion%", "pr", "tag"]
display_name: "Test: Debian 9.2, PHP %phpVersion%"
run_on: debian92-small
- name: test-rhel80-php-%phpVersion%
tags: ["test", "rhel", "x64", "php%phpVersion%", "pr", "tag"]
display_name: "Test: RHEL 8.0, PHP %phpVersion%"
run_on: rhel80-small
expansions:
FETCH_BUILD_VARIANT: "build-debian92"
FETCH_BUILD_VARIANT: "build-rhel8"
FETCH_BUILD_TASK: "build-php-%phpVersion%"
depends_on:
- variant: "build-debian92"
- variant: "build-rhel8"
name: "build-php-%phpVersion%"
tasks:
# Remember to add new major versions here as they are released
Expand Down
12 changes: 6 additions & 6 deletions .evergreen/config/templates/test-variant/modern-php-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@
- ".ocsp .5.0"

# Test versions < 5.0
- name: test-debian92-php-%phpVersion%
tags: ["test", "debian", "x64", "php%phpVersion%", "pr", "tag"]
display_name: "Test: Debian 9.2, PHP %phpVersion%"
run_on: debian92-small
- name: test-rhel80-php-%phpVersion%
tags: ["test", "rhel", "x64", "php%phpVersion%", "pr", "tag"]
display_name: "Test: RHEL 8.0, PHP %phpVersion%"
run_on: rhel80-small
expansions:
FETCH_BUILD_VARIANT: "build-debian92"
FETCH_BUILD_VARIANT: "build-rhel8"
FETCH_BUILD_TASK: "build-php-%phpVersion%"
depends_on:
- variant: "build-debian92"
- variant: "build-rhel8"
name: "build-php-%phpVersion%"
tasks:
# Remember to add new major versions here as they are released
Expand Down