Skip to content

Commit 8c5874b

Browse files
committed
[DO NOT MERGE] Run dist-powerpc-linux on try builds
1 parent b153a01 commit 8c5874b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,8 @@ jobs:
544544
strategy:
545545
matrix:
546546
include:
547-
- name: dist-x86_64-linux
548-
os: ubuntu-20.04-16core-64gb
547+
- name: dist-powerpc-linux
548+
os: ubuntu-20.04-8core-32gb
549549
env: {}
550550
timeout-minutes: 600
551551
runs-on: "${{ matrix.os }}"

src/ci/github-actions/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -693,9 +693,8 @@ jobs:
693693
strategy:
694694
matrix:
695695
include:
696-
- &dist-x86_64-linux
697-
name: dist-x86_64-linux
698-
<<: *job-linux-16c
696+
- name: dist-powerpc-linux
697+
<<: *job-linux-8c
699698

700699
master:
701700
name: master

0 commit comments

Comments
 (0)