File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change 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)"
22export COMPILING_CONTEXT_FILE=" $( pwd) /../tmp/compiling-context.yml"
33
44if ! [[ " $DISTRO_ID " =~ $DISTRO_UPLOADLIST_REGEX ]]; then
Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ rhel7-zseries-large=true
3131rhel7-zseries-small=true
3232rhel76-large=false
3333rhel80-small=false
34- rhel81-power8-small=true
34+ rhel81-power8-small=false
35+ rhel8-power-small=true
3536rhel82-arm64-small=false
3637rhel83-fips=false
3738rhel83-zseries-small=false
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments