about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorMarcoIeni <11428655+MarcoIeni@users.noreply.github.com>2024-11-29 16:04:12 +0100
committerMarcoIeni <11428655+MarcoIeni@users.noreply.github.com>2024-11-29 16:04:12 +0100
commit5b9a77a09dffec853d37fe7f722166b3996823d6 (patch)
tree14f65effb8b2f86119d9cad53735cc907cebf3bf /src/bootstrap
parent0c4f3a45b86c77b0a89ff06703aa6097af35d924 (diff)
downloadrust-5b9a77a09dffec853d37fe7f722166b3996823d6.tar.gz
rust-5b9a77a09dffec853d37fe7f722166b3996823d6.zip
CI: split x86_64-mingw job
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/mk/Makefile.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/bootstrap/mk/Makefile.in b/src/bootstrap/mk/Makefile.in
index 92c8f5dc452..a1f38b9ac14 100644
--- a/src/bootstrap/mk/Makefile.in
+++ b/src/bootstrap/mk/Makefile.in
@@ -108,11 +108,13 @@ ci-msvc: ci-msvc-py ci-msvc-ps1
 
 ## MingW native builders
 
-# test both x and bootstrap entrypoints
+# Set of tests that should represent half of the time of the test suite.
+# Used to split tests across multiple CI runners.
+# Test both x and bootstrap entrypoints.
 ci-mingw-x:
-	$(Q)$(CFG_SRC_DIR)/x test --stage 2 tidy
+	$(Q)$(CFG_SRC_DIR)/x test --stage 2 --skip=compiler --skip=src
 ci-mingw-bootstrap:
-	$(Q)$(BOOTSTRAP) test --stage 2 --skip tidy
+	$(Q)$(BOOTSTRAP) test --stage 2 --skip=tests --skip=coverage-map --skip=coverage-run --skip=library --skip=tidyselftest
 ci-mingw: ci-mingw-x ci-mingw-bootstrap
 
 .PHONY: dist