This repository was archived by the owner on Nov 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
.github/workflows/actions/setup-testcases Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 id : cache-testcases
1818 uses : actions/cache/restore@v4
1919 with :
20- path : ${{ inputs.arch }}-testcases
21- key : ${{ inputs.arch }}-testcases
20+ path : sdcard- ${{ inputs.arch }}.img.gz
21+ key : sdcard- ${{ inputs.arch }}.img.gz
2222 - name : Download testcases
2323 if : steps.cache-testcases.outputs.cache-hit != 'true'
2424 shell : bash
2828 - uses : actions/cache/save@v4
2929 if : steps.cache-testcases.outputs.cache-hit != 'true'
3030 with :
31- path : ${{ inputs.arch }}-testcases
32- key : ${{ inputs.arch }}-testcases
31+ path : sdcard- ${{ inputs.arch }}.img.gz
32+ key : sdcard- ${{ inputs.arch }}.img.gz
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ testcases_type=(
7777 " libctest"
7878)
7979
80- IMG_URL=https://github.com/Azure-stars/testsuits-for-oskernel/releases/download/v0.1 /sdcard-$ARCH .img.gz
80+ IMG_URL=https://github.com/Azure-stars/testsuits-for-oskernel/releases/download/v0.2 /sdcard-$ARCH .img.gz
8181if [ ! -f sdcard-$ARCH .img ]; then
8282 echo -e " ${CYAN_C} Downloading${END_C} $IMG_URL "
8383 wget -q $IMG_URL
You can’t perform that action at this time.
0 commit comments