From 59bd77a7c7b56deb5c5d020e26952dbdbb3cacc1 Mon Sep 17 00:00:00 2001 From: Tzahi Sabo Date: Thu, 7 May 2026 10:26:24 -0700 Subject: [PATCH] Remove redundant tests from h2_reg.yml Signed-off-by: Tzahi Sabo --- .github/workflows/h2_reg.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/h2_reg.yml b/.github/workflows/h2_reg.yml index f1273852a..90c30ac7f 100644 --- a/.github/workflows/h2_reg.yml +++ b/.github/workflows/h2_reg.yml @@ -42,21 +42,6 @@ jobs: - name: Build run: make USE_PKW=0 ARCHV=$ARCHV TARGET=opt -j"$(nproc)" - - name: Sanity test - kernel unit test (atomic) - working-directory: kernel/util/atomic/test - run: | - make tst USE_PKW=0 ARCHV=$ARCHV - grep -q "TEST PASSED" results.txt - - - name: Sanity test - booter hello - run: | - hexagon-sim --simulated_returnval \ - --subsystem_base 0xfe28 \ - --cosim_file scripts/timer_v${ARCHV}.cfg \ - -- install/bin/booter booter/hello \ - | tee hello_output.txt - grep -q "Hello, World!" hello_output.txt - - name: Regression test run: | make -O test USE_PKW=0 ARCHV=$ARCHV