From 89f9ab12708eb8db9f1329ff78c72484b8487b7d Mon Sep 17 00:00:00 2001 From: JC Date: Tue, 16 Sep 2025 09:48:52 -0700 Subject: [PATCH] [CI] Add 30 minute timeout to `Fetch sources` and use 12 jobs for Windows (#1001) --- .github/workflows/therock-ci-linux.yml | 1 + .github/workflows/therock-ci-windows.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/therock-ci-linux.yml b/.github/workflows/therock-ci-linux.yml index 59d801b6e0..e95d3506ed 100644 --- a/.github/workflows/therock-ci-linux.yml +++ b/.github/workflows/therock-ci-linux.yml @@ -68,6 +68,7 @@ jobs: git config fetch.parallel 10 - name: Fetch sources + timeout-minutes: 30 run: | ./TheRock/build_tools/fetch_sources.py --jobs 12 --no-include-math-libs diff --git a/.github/workflows/therock-ci-windows.yml b/.github/workflows/therock-ci-windows.yml index 87add45312..578089ef81 100644 --- a/.github/workflows/therock-ci-windows.yml +++ b/.github/workflows/therock-ci-windows.yml @@ -82,9 +82,10 @@ jobs: uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0 - name: Fetch sources + timeout-minutes: 30 run: | git config --global core.longpaths true - python ./TheRock/build_tools/fetch_sources.py --jobs 96 --no-include-math-libs + python ./TheRock/build_tools/fetch_sources.py --jobs 12 --no-include-math-libs - name: Configure Projects env: