Skip to content

Commit b2ed31a

Browse files
committed
Update context-expansions
1 parent d3ae043 commit b2ed31a

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.evergreen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17370,7 +17370,7 @@ buildvariants:
1737017370
tasks:
1737117371
- name: e2e_tests_linux_arm64
1737217372
- name: e2e_tests_linux_arm64_openssl3
17373-
- name: e2e_rhel81_ppc64le
17373+
- name: e2e_rhel8_ppc64le
1737417374
display_name: "RHEL 8 PPC (E2E Tests)"
1737517375
run_on: rhel8-power-small
1737617376
tasks:
@@ -17750,7 +17750,7 @@ buildvariants:
1775017750
run_on: rhel8-zseries-small
1775117751
tasks:
1775217752
- name: pkg_test_rpmextract_rpm_s390x
17753-
- name: pkg_smoke_tests_rhel81_ppc64le
17753+
- name: pkg_smoke_tests_rhel8_ppc64le
1775417754
display_name: "package smoke tests (RHEL 8 ppc64le)"
1775517755
run_on: rhel8-power-small
1775617756
tasks:

.evergreen/compilation-context-expansions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export DISTRO_UPLOADLIST_REGEX="^(rhel70|win|rhel7-zseries|rhel81-power8|amazon2-arm64|macos)"
1+
export DISTRO_UPLOADLIST_REGEX="^(rhel70|win|rhel7-zseries|rhel8-power|amazon2-arm64|macos)"
22
export COMPILING_CONTEXT_FILE="$(pwd)/../tmp/compiling-context.yml"
33

44
if ! [[ "$DISTRO_ID" =~ $DISTRO_UPLOADLIST_REGEX ]]; then

.evergreen/compilation-context-expansions.test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ rhel7-zseries-large=true
3131
rhel7-zseries-small=true
3232
rhel76-large=false
3333
rhel80-small=false
34-
rhel81-power8-small=true
34+
rhel81-power8-small=false
35+
rhel8-power-small=true
3536
rhel82-arm64-small=false
3637
rhel83-fips=false
3738
rhel83-zseries-small=false

.evergreen/evergreen.yml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1863,7 +1863,7 @@ buildvariants:
18631863
tasks:
18641864
- name: e2e_tests_linux_arm64
18651865
- name: e2e_tests_linux_arm64_openssl3
1866-
- name: e2e_rhel81_ppc64le
1866+
- name: e2e_rhel8_ppc64le
18671867
display_name: "RHEL 8 PPC (E2E Tests)"
18681868
run_on: rhel8-power-small
18691869
tasks:
@@ -2015,7 +2015,7 @@ buildvariants:
20152015
run_on: rhel8-zseries-small
20162016
tasks:
20172017
- name: pkg_test_rpmextract_rpm_s390x
2018-
- name: pkg_smoke_tests_rhel81_ppc64le
2018+
- name: pkg_smoke_tests_rhel8_ppc64le
20192019
display_name: "package smoke tests (RHEL 8 ppc64le)"
20202020
run_on: rhel8-power-small
20212021
tasks:

0 commit comments

Comments
 (0)