Skip to content

Commit cb71ca5

Browse files
authored
CI: Disable parallel test in spectest for NuttX (#3780)
1 parent b38a2e8 commit cb71ca5

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/spec_test_on_nuttx.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -327,19 +327,6 @@ jobs:
327327
working-directory: apps/interpreters/wamr/wamr
328328

329329
- name: Test
330-
if: matrix.target_config.target != 'xtensa'
331-
run: |
332-
cd apps/interpreters/wamr/wamr/tests/wamr-test-suites
333-
./test_wamr.sh -s spec ${{ matrix.wamr_test_option.mode }} -m ${{ matrix.target_config.target }} -b -Q -P -F ${{ steps.build_firmware_path.outputs.firmware }} ${{ matrix.wamr_feature_option.mode}}
334-
335-
# for xtensa, for some reasons, when running the tests
336-
# with test_wamr.sh -P, nuttx occasionally hangs after
337-
# "total segments stored 6" on the CI.
338-
# i (yamamoto) couldn't reproduce it locally (macOS) even
339-
# with the identical flash image.
340-
# for now, run the tests without -P.
341-
- name: Test
342-
if: matrix.target_config.target == 'xtensa'
343330
run: |
344331
cd apps/interpreters/wamr/wamr/tests/wamr-test-suites
345332
./test_wamr.sh -s spec ${{ matrix.wamr_test_option.mode }} -m ${{ matrix.target_config.target }} -b -Q -F ${{ steps.build_firmware_path.outputs.firmware }} ${{ matrix.wamr_feature_option.mode}}

0 commit comments

Comments
 (0)