Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] Disable win cpu docker job test #5033

Merged
merged 2 commits into from
May 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/scripts/win_build_test_cpu.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ if (-not $?) { exit 1 }
WriteInfo("Build finished")
ccache -s -v

$env:TI_ENABLE_PADDLE = "0"
WriteInfo("Testing Taichi")
python tests/run_tests.py -vr2 -t4 -k "not torch and not paddle" -a cpu
WriteInfo("Test finished")
# We skip the test for the moment due to the long job execution time.
#$env:TI_ENABLE_PADDLE = "0"
#WriteInfo("Testing Taichi")
#python tests/run_tests.py -vr2 -t4 -k "not torch and not paddle" -a cpu
#WriteInfo("Test finished")