Skip to content

Commit 7930ee6

Browse files
authored
Rollup merge of #73444 - pietroalbini:ci-remove-try-alt, r=Mark-Simulacrum
ci: disable alt build during try builds The alt build is not actually needed often, and it can be added back on a case-by-case basis if a specific PR needs access to it. This will free up a builder. r? @Mark-Simulacrum
2 parents 91bd333 + afde860 commit 7930ee6

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

.github/workflows/ci.yml

-4
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,6 @@ jobs:
152152
- name: dist-x86_64-linux
153153
os: ubuntu-latest-xl
154154
env: {}
155-
- name: dist-x86_64-linux-alt
156-
env:
157-
IMAGE: dist-x86_64-linux
158-
os: ubuntu-latest-xl
159155
timeout-minutes: 600
160156
runs-on: "${{ matrix.os }}"
161157
steps:

src/ci/azure-pipelines/try.yml

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
strategy:
2727
matrix:
2828
dist-x86_64-linux: {}
29-
dist-x86_64-linux-alt:
30-
IMAGE: dist-x86_64-linux
3129

3230
# The macOS and Windows builds here are currently disabled due to them not being
3331
# overly necessary on `try` builds. We also don't actually have anything that

src/ci/github-actions/ci.yml

-5
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,6 @@ jobs:
281281
- name: dist-x86_64-linux
282282
<<: *job-linux-xl
283283

284-
- name: dist-x86_64-linux-alt
285-
env:
286-
IMAGE: dist-x86_64-linux
287-
<<: *job-linux-xl
288-
289284
auto:
290285
<<: *base-ci-job
291286
name: auto

0 commit comments

Comments
 (0)