Skip to content

Commit

Permalink
remove emergency fallback tests for DELTA updates
Browse files Browse the repository at this point in the history
since an emergency failure that corrupts the backup will always result
DELTA fallback panic
  • Loading branch information
jpbland1 committed Jun 29, 2024
1 parent ed21562 commit fecf3d6
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/test-powerfail-simulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit fecf3d6

Please sign in to comment.