Skip to content

Commit

Permalink
Update context-expansions
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Oct 30, 2024
1 parent d3ae043 commit b2ed31a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17370,7 +17370,7 @@ buildvariants:
tasks:
- name: e2e_tests_linux_arm64
- name: e2e_tests_linux_arm64_openssl3
- name: e2e_rhel81_ppc64le
- name: e2e_rhel8_ppc64le
display_name: "RHEL 8 PPC (E2E Tests)"
run_on: rhel8-power-small
tasks:
Expand Down Expand Up @@ -17750,7 +17750,7 @@ buildvariants:
run_on: rhel8-zseries-small
tasks:
- name: pkg_test_rpmextract_rpm_s390x
- name: pkg_smoke_tests_rhel81_ppc64le
- name: pkg_smoke_tests_rhel8_ppc64le
display_name: "package smoke tests (RHEL 8 ppc64le)"
run_on: rhel8-power-small
tasks:
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/compilation-context-expansions.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export DISTRO_UPLOADLIST_REGEX="^(rhel70|win|rhel7-zseries|rhel81-power8|amazon2-arm64|macos)"
export DISTRO_UPLOADLIST_REGEX="^(rhel70|win|rhel7-zseries|rhel8-power|amazon2-arm64|macos)"
export COMPILING_CONTEXT_FILE="$(pwd)/../tmp/compiling-context.yml"

if ! [[ "$DISTRO_ID" =~ $DISTRO_UPLOADLIST_REGEX ]]; then
Expand Down
3 changes: 2 additions & 1 deletion .evergreen/compilation-context-expansions.test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ rhel7-zseries-large=true
rhel7-zseries-small=true
rhel76-large=false
rhel80-small=false
rhel81-power8-small=true
rhel81-power8-small=false
rhel8-power-small=true
rhel82-arm64-small=false
rhel83-fips=false
rhel83-zseries-small=false
Expand Down
4 changes: 2 additions & 2 deletions .evergreen/evergreen.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -1863,7 +1863,7 @@ buildvariants:
tasks:
- name: e2e_tests_linux_arm64
- name: e2e_tests_linux_arm64_openssl3
- name: e2e_rhel81_ppc64le
- name: e2e_rhel8_ppc64le
display_name: "RHEL 8 PPC (E2E Tests)"
run_on: rhel8-power-small
tasks:
Expand Down Expand Up @@ -2015,7 +2015,7 @@ buildvariants:
run_on: rhel8-zseries-small
tasks:
- name: pkg_test_rpmextract_rpm_s390x
- name: pkg_smoke_tests_rhel81_ppc64le
- name: pkg_smoke_tests_rhel8_ppc64le
display_name: "package smoke tests (RHEL 8 ppc64le)"
run_on: rhel8-power-small
tasks:
Expand Down

0 comments on commit b2ed31a

Please sign in to comment.