mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Switch docs build from c5 to c7i (#165082)
Switch docs build from c5 to c7i which should increase build performance by roughly 15-20% while reducing costs by 10-15%. Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
This commit is contained in:
2
.github/workflows/_docs.yml
vendored
2
.github/workflows/_docs.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
||||
# Let's try to figure out how this can be improved
|
||||
timeout-minutes: 360
|
||||
- docs_type: python
|
||||
runner: ${{ inputs.runner_prefix }}linux.2xlarge
|
||||
runner: ${{ inputs.runner_prefix }}linux.c7i.2xlarge
|
||||
# It takes less than 30m to finish python docs unless there are issues
|
||||
timeout-minutes: 30
|
||||
# Set a fixed name for this job instead of using the current matrix-generated name, i.e. build-docs (cpp, linux.12xlarge, 180)
|
||||
|
Reference in New Issue
Block a user