Skip to content

Commit

Permalink
Use RHEL 8 to test old server versions (#1700)
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus authored Sep 27, 2024
1 parent 2ef0ff2 commit 17979e4
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 54 deletions.
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

0 comments on commit 17979e4

Please sign in to comment.