diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-02-03 16:13:24 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-02-03 16:13:24 +0900 |
| commit | e1655dad3a00a7b4026c653ff7c611811e7e34da (patch) | |
| tree | 0abad523f0b63c7915a38f5b063c9df573325cca | |
| parent | cf060ad6a6598edc58676dbbd49a78f733d5d499 (diff) | |
Comment out to disable ppc64le and s390x CI builds
They are cancelled after new permission.
https://github.com/IBM/actionspz/issues/75
Other Ubuntu jobs unexpectedly terminated with their cancellation.
| -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 2ed27e278b..0a4e19e229 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: |
