Skip to content

Commit 1370611

Browse files
committed
Auto merge of rust-lang#138690 - jieyouxu:temp-disable-fuchsia, r=Kobzol
Temporarily disable Fuchsia test job to unblock queue See <https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/fuchsia.20failure/with/506637259> for efforts to fix the test job. This PR temporarily disables the Fuchsia test job to unblock the queue, so that neither the Fuchsia maintainers nor T-infra maintainers should feel pressured to fix the job ASAP. Please feel free to re-enable once the test job is fixed. FYI `@erickt` since you or other Fuchsia maintainers will need to revert this change to merge Fuchsia test job fixes in the future. r? infra-ci
2 parents 75530e9 + 351e0f7 commit 1370611

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

src/ci/github-actions/jobs.yml

+10-7
Original file line numberDiff line numberDiff line change
@@ -260,13 +260,16 @@ auto:
260260
- name: test-various
261261
<<: *job-linux-4c
262262

263-
- name: x86_64-fuchsia
264-
# Only run this job on the nightly channel. Fuchsia requires
265-
# nightly features to compile, and this job would fail if
266-
# executed on beta and stable.
267-
only_on_channel: nightly
268-
doc_url: https://rustc-dev-guide.rust-lang.org/tests/fuchsia.html
269-
<<: *job-linux-8c
263+
# FIXME: temporarily disabled due to fuchsia server rate limits. See
264+
# <https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/fuchsia.20failure/with/506637259>.
265+
#
266+
#- name: x86_64-fuchsia
267+
# # Only run this job on the nightly channel. Fuchsia requires
268+
# # nightly features to compile, and this job would fail if
269+
# # executed on beta and stable.
270+
# only_on_channel: nightly
271+
# doc_url: https://rustc-dev-guide.rust-lang.org/tests/fuchsia.html
272+
# <<: *job-linux-8c
270273

271274
# Tests integration with Rust for Linux.
272275
# Builds stage 1 compiler and tries to compile a few RfL examples with it.

0 commit comments

Comments
 (0)