about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2020-06-20 16:39:55 +0200
committerGitHub <noreply@github.com>2020-06-20 16:39:55 +0200
commit7930ee68746249238ecaa846ebfa2bcdc97b1da7 (patch)
tree0b780ce8e121976a464912234b75942dcdbd2bec /src/ci
parent91bd3337e32a70c55dd5226c5310dd766f78ada4 (diff)
parentafde8601d6ba5a8dabe87ffe69e96060fb330007 (diff)
downloadrust-7930ee68746249238ecaa846ebfa2bcdc97b1da7.tar.gz
rust-7930ee68746249238ecaa846ebfa2bcdc97b1da7.zip
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
Diffstat (limited to 'src/ci')
-rw-r--r--src/ci/azure-pipelines/try.yml2
-rw-r--r--src/ci/github-actions/ci.yml5
2 files changed, 0 insertions, 7 deletions
diff --git a/src/ci/azure-pipelines/try.yml b/src/ci/azure-pipelines/try.yml
index 38a0685e0f7..818306a0092 100644
--- a/src/ci/azure-pipelines/try.yml
+++ b/src/ci/azure-pipelines/try.yml
@@ -26,8 +26,6 @@ jobs:
   strategy:
     matrix:
       dist-x86_64-linux: {}
-      dist-x86_64-linux-alt:
-        IMAGE: dist-x86_64-linux
 
 # The macOS and Windows builds here are currently disabled due to them not being
 # overly necessary on `try` builds. We also don't actually have anything that
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml
index a052d0879a3..daa2d55c043 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -281,11 +281,6 @@ jobs:
           - name: dist-x86_64-linux
             <<: *job-linux-xl
 
-          - name: dist-x86_64-linux-alt
-            env:
-              IMAGE: dist-x86_64-linux
-            <<: *job-linux-xl
-
   auto:
     <<: *base-ci-job
     name: auto