Skip to content

Commit d25900f

Browse files
committed
tmp: deactivate PR builders
This is going to be an apple dist test, no need to use resources to test on linux builders.
1 parent 1d029f9 commit d25900f

File tree

2 files changed

+12
-28
lines changed

2 files changed

+12
-28
lines changed

.github/workflows/ci.yml

-16
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,6 @@ jobs:
4545
TOOLSTATE_REPO: "https://github.com./rust-lang-nursery/rust-toolstate"
4646
CACHE_DOMAIN: ci-caches.rust-lang.org
4747
if: "github.event_name == 'pull_request'"
48-
continue-on-error: "${{ matrix.name == 'mingw-check-tidy' }}"
49-
strategy:
50-
matrix:
51-
include:
52-
- name: mingw-check
53-
os: ubuntu-20.04-4core-16gb
54-
env: {}
55-
- name: mingw-check-tidy
56-
os: ubuntu-20.04-4core-16gb
57-
env: {}
58-
- name: x86_64-gnu-llvm-15
59-
os: ubuntu-20.04-16core-64gb
60-
env: {}
61-
- name: x86_64-gnu-tools
62-
os: ubuntu-20.04-16core-64gb
63-
env: {}
6448
timeout-minutes: 600
6549
runs-on: "${{ matrix.os }}"
6650
steps:

src/ci/github-actions/ci.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -311,21 +311,21 @@ jobs:
311311
<<: [*shared-ci-variables, *public-variables]
312312
PR_CI_JOB: 1
313313
if: github.event_name == 'pull_request'
314-
continue-on-error: ${{ matrix.name == 'mingw-check-tidy' }}
315-
strategy:
316-
matrix:
317-
include:
318-
- name: mingw-check
319-
<<: *job-linux-4c
314+
# continue-on-error: ${{ matrix.name == 'mingw-check-tidy' }}
315+
# strategy:
316+
# matrix:
317+
# include:
318+
# - name: mingw-check
319+
# <<: *job-linux-4c
320320

321-
- name: mingw-check-tidy
322-
<<: *job-linux-4c
321+
# - name: mingw-check-tidy
322+
# <<: *job-linux-4c
323323

324-
- name: x86_64-gnu-llvm-15
325-
<<: *job-linux-16c
324+
# - name: x86_64-gnu-llvm-15
325+
# <<: *job-linux-16c
326326

327-
- name: x86_64-gnu-tools
328-
<<: *job-linux-16c
327+
# - name: x86_64-gnu-tools
328+
# <<: *job-linux-16c
329329

330330
auto:
331331
<<: *base-ci-job

0 commit comments

Comments
 (0)