Skip to content

Commit

Permalink
tmp: deactivate PR builders
Browse files Browse the repository at this point in the history
This is going to be an apple dist test, no need to use resources
to test on linux builders.
  • Loading branch information
lqd committed Sep 5, 2023
1 parent 1d029f9 commit d25900f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 28 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,6 @@ jobs:
TOOLSTATE_REPO: "https://github.com/rust-lang-nursery/rust-toolstate"
CACHE_DOMAIN: ci-caches.rust-lang.org
if: "github.event_name == 'pull_request'"
continue-on-error: "${{ matrix.name == 'mingw-check-tidy' }}"
strategy:
matrix:
include:
- name: mingw-check
os: ubuntu-20.04-4core-16gb
env: {}
- name: mingw-check-tidy
os: ubuntu-20.04-4core-16gb
env: {}
- name: x86_64-gnu-llvm-15
os: ubuntu-20.04-16core-64gb
env: {}
- name: x86_64-gnu-tools
os: ubuntu-20.04-16core-64gb
env: {}
timeout-minutes: 600
runs-on: "${{ matrix.os }}"
steps:
Expand Down
24 changes: 12 additions & 12 deletions src/ci/github-actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,21 +311,21 @@ jobs:
<<: [*shared-ci-variables, *public-variables]
PR_CI_JOB: 1
if: github.event_name == 'pull_request'
continue-on-error: ${{ matrix.name == 'mingw-check-tidy' }}
strategy:
matrix:
include:
- name: mingw-check
<<: *job-linux-4c
# continue-on-error: ${{ matrix.name == 'mingw-check-tidy' }}
# strategy:
# matrix:
# include:
# - name: mingw-check
# <<: *job-linux-4c

- name: mingw-check-tidy
<<: *job-linux-4c
# - name: mingw-check-tidy
# <<: *job-linux-4c

- name: x86_64-gnu-llvm-15
<<: *job-linux-16c
# - name: x86_64-gnu-llvm-15
# <<: *job-linux-16c

- name: x86_64-gnu-tools
<<: *job-linux-16c
# - name: x86_64-gnu-tools
# <<: *job-linux-16c

auto:
<<: *base-ci-job
Expand Down

0 comments on commit d25900f

Please sign in to comment.