From 33a17ecc53cdcc6eac163281c8ba86bc575e0207 Mon Sep 17 00:00:00 2001 From: L2ncE Date: Thu, 8 Jun 2023 14:28:27 +0800 Subject: [PATCH 1/2] [ci] add taichiCourse01 release tests --- .github/workflows/scripts/unix_test.sh | 32 +++++++++++++++++++++++++- .github/workflows/scripts/win_test.ps1 | 26 ++++++++++++++++++++- 2 files changed, 56 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scripts/unix_test.sh b/.github/workflows/scripts/unix_test.sh index 010685c2a6102..de9c029ac4595 100755 --- a/.github/workflows/scripts/unix_test.sh +++ b/.github/workflows/scripts/unix_test.sh @@ -41,7 +41,7 @@ if [ "$TI_RUN_RELEASE_TESTS" == "1" ]; then python3 -m pip install PyYAML git clone https://github.com/taichi-dev/taichi-release-tests pushd taichi-release-tests - git checkout 20230607 + git checkout 20230608 mkdir -p repos/taichi/python/taichi EXAMPLES=$(cat < Date: Mon, 19 Jun 2023 15:11:14 +0800 Subject: [PATCH 2/2] optimize: Ignore taichi_sph for now and add marching squares --- .github/workflows/scripts/unix_test.sh | 29 +------------------------- .github/workflows/scripts/win_test.ps1 | 23 +------------------- 2 files changed, 2 insertions(+), 50 deletions(-) diff --git a/.github/workflows/scripts/unix_test.sh b/.github/workflows/scripts/unix_test.sh index de9c029ac4595..6889034613e2c 100755 --- a/.github/workflows/scripts/unix_test.sh +++ b/.github/workflows/scripts/unix_test.sh @@ -41,7 +41,7 @@ if [ "$TI_RUN_RELEASE_TESTS" == "1" ]; then python3 -m pip install PyYAML git clone https://github.com/taichi-dev/taichi-release-tests pushd taichi-release-tests - git checkout 20230608 + git checkout 20230619 mkdir -p repos/taichi/python/taichi EXAMPLES=$(cat <