From fecf3d6436a5fc853c8136f37066f90e74b47b94 Mon Sep 17 00:00:00 2001 From: John Bland Date: Fri, 28 Jun 2024 21:00:53 -0400 Subject: [PATCH] remove emergency fallback tests for DELTA updates since an emergency failure that corrupts the backup will always result DELTA fallback panic --- .../workflows/test-powerfail-simulator.yml | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/.github/workflows/test-powerfail-simulator.yml b/.github/workflows/test-powerfail-simulator.yml index 0ebacb1f3..aff781275 100644 --- a/.github/workflows/test-powerfail-simulator.yml +++ b/.github/workflows/test-powerfail-simulator.yml @@ -235,14 +235,6 @@ jobs: run: | tools/scripts/sim-update-powerfail-resume.sh - - name: Rebuild wolfboot.elf - run: | - make clean && make test-sim-internal-flash-with-delta-update - - - name: Run emergency fallback test - run: | - tools/scripts/sim-update-emergency-fallback.sh - # TEST with encryption (aes128) - name: make clean @@ -325,14 +317,6 @@ jobs: run: | tools/scripts/sim-update-powerfail-resume.sh - - name: Rebuild wolfboot.elf - run: | - make clean && make test-sim-external-flash-with-enc-delta-update - - - name: Run emergency fallback test - run: | - tools/scripts/sim-update-emergency-fallback.sh - # TEST with encryption (aes128) and NVM_WRITEONCE - name: make clean @@ -497,14 +481,6 @@ jobs: run: | tools/scripts/sim-update-powerfail-resume.sh - - name: Rebuild wolfboot.elf - run: | - make clean && make test-sim-external-flash-with-enc-delta-update - - - name: Run emergency fallback test - run: | - tools/scripts/sim-update-emergency-fallback.sh - # TEST with backup disabled - name: make clean run: |