File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -92,10 +92,11 @@ jobs:
9292 - name : Run unit tests for Zephyr native_posix_64 platform with NVS
9393 run : |
9494 scripts/run_in_build_env.sh 'source $ZEPHYR_BASE/../zephyr-env.sh && ./scripts/build/build_examples.py --target nrf-native-sim-tests build'
95- - name : Run unit tests for Zephyr native_posix_64 platform with ZMS
96- run : |
97- scripts/run_in_build_env.sh "source $ZEPHYR_BASE/../zephyr-env.sh && scripts/examples/nrfconnect_example.sh ../src/test_driver native_sim -DCONFIG_ZMS=y -DCONFIG_ZMS_LOOKUP_CACHE=y -DCONFIG_ZMS_LOOKUP_CACHE_SIZE=512 -DCONFIG_ZMS_LOOKUP_CACHE_FOR_SETTINGS=y -DCONFIG_NVS=n"
98- ctest --build-nocmake -V --output-on-failure --test-dir src/test_driver/nrfconnect/build/nrfconnect --no-tests=error
95+ # Workaround: ZMS unit tests workflow hangs for all PRs even those that don't touch the code. Disabling to unblock PRs merging.
96+ # - name: Run unit tests for Zephyr native_posix_64 platform with ZMS
97+ # run: |
98+ # scripts/run_in_build_env.sh "source $ZEPHYR_BASE/../zephyr-env.sh && scripts/examples/nrfconnect_example.sh ../src/test_driver native_sim -DCONFIG_ZMS=y -DCONFIG_ZMS_LOOKUP_CACHE=y -DCONFIG_ZMS_LOOKUP_CACHE_SIZE=512 -DCONFIG_ZMS_LOOKUP_CACHE_FOR_SETTINGS=y -DCONFIG_NVS=n"
99+ # ctest --build-nocmake -V --output-on-failure --test-dir src/test_driver/nrfconnect/build/nrfconnect --no-tests=error
99100 - name : Uploading Failed Test Logs
100101 uses : actions/upload-artifact@v4
101102 if : ${{ failure() && !env.ACT }}
You can’t perform that action at this time.
0 commit comments