diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-02-04 14:02:17 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-02-04 14:40:49 +0900 |
| commit | d26940e807844f9f64a964fbdc3ec6fb63998c58 (patch) | |
| tree | 7e9334178dd243dd5f52225ae8f8db09bc73c7f8 | |
| parent | cb303ff4b82dca932cb7342e9f7fd337d69dc175 (diff) | |
Revert "Comment out to disable ppc64le and s390x CI builds"
This reverts commit e1655dad3a00a7b4026c653ff7c611811e7e34da.
| -rw-r--r-- | .github/workflows/ubuntu.yml | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 0a4e19e229..2ed27e278b 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -177,30 +177,30 @@ jobs: SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot if: ${{ failure() }} - # make-ibm: - # strategy: - # matrix: - # include: - # - test_task: check - # os: ubuntu-24.04-ppc64le - # - test_task: check - # os: ubuntu-24.04-s390x - # fail-fast: false - - # env: *make-env - - # runs-on: ${{ matrix.os }} - - # if: >- - # ${{github.repository == 'ruby/ruby' - # && !(false - # || contains(github.event.head_commit.message, '[DOC]') - # || contains(github.event.pull_request.title, '[DOC]') - # || contains(github.event.pull_request.labels.*.name, 'Documentation') - # || (github.event_name == 'push' && github.event.pull_request.user.login == 'dependabot[bot]') - # )}} - - # steps: *make-steps + make-ibm: + strategy: + matrix: + include: + - test_task: check + os: ubuntu-24.04-ppc64le + - test_task: check + os: ubuntu-24.04-s390x + fail-fast: false + + env: *make-env + + runs-on: ${{ matrix.os }} + + if: >- + ${{github.repository == 'ruby/ruby' + && !(false + || contains(github.event.head_commit.message, '[DOC]') + || contains(github.event.pull_request.title, '[DOC]') + || contains(github.event.pull_request.labels.*.name, 'Documentation') + || (github.event_name == 'push' && github.event.pull_request.user.login == 'dependabot[bot]') + )}} + + steps: *make-steps # Separated from `make` job to avoid making it a required status check ruby-bench: |
