mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-29 00:59:07 -05:00
Merge dev: Windows non-blocking CI
This commit is contained in:
10
.github/workflows/tinytorch-validate-dev.yml
vendored
10
.github/workflows/tinytorch-validate-dev.yml
vendored
@@ -211,6 +211,8 @@ jobs:
|
||||
needs: configure
|
||||
if: needs.configure.outputs.run_inline == 'true'
|
||||
timeout-minutes: 30
|
||||
# Windows runners have flaky infrastructure issues - don't block CI
|
||||
continue-on-error: ${{ contains(matrix.os, 'windows') }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@@ -254,6 +256,8 @@ jobs:
|
||||
needs.configure.outputs.run_unit == 'true' &&
|
||||
(needs.stage-1-inline.result == 'success' || needs.stage-1-inline.result == 'skipped')
|
||||
timeout-minutes: 30
|
||||
# Windows runners have flaky infrastructure issues - don't block CI
|
||||
continue-on-error: ${{ contains(matrix.os, 'windows') }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@@ -295,6 +299,8 @@ jobs:
|
||||
needs.configure.outputs.run_integration == 'true' &&
|
||||
(needs.stage-1-inline.result == 'success' || needs.stage-1-inline.result == 'skipped')
|
||||
timeout-minutes: 15
|
||||
# Windows runners have flaky infrastructure issues - don't block CI
|
||||
continue-on-error: ${{ contains(matrix.os, 'windows') }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@@ -336,6 +342,8 @@ jobs:
|
||||
needs.configure.outputs.run_cli == 'true' &&
|
||||
(needs.stage-1-inline.result == 'success' || needs.stage-1-inline.result == 'skipped')
|
||||
timeout-minutes: 10
|
||||
# Windows runners have flaky infrastructure issues - don't block CI
|
||||
continue-on-error: ${{ contains(matrix.os, 'windows') }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@@ -379,6 +387,8 @@ jobs:
|
||||
(needs.stage-3-integration.result == 'success' || needs.stage-3-integration.result == 'skipped') &&
|
||||
(needs.stage-4-cli.result == 'success' || needs.stage-4-cli.result == 'skipped')
|
||||
timeout-minutes: 15
|
||||
# Windows runners have flaky infrastructure issues - don't block CI
|
||||
continue-on-error: ${{ contains(matrix.os, 'windows') }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user