5151 run : |
5252 tools/scripts/sim-update-powerfail-resume.sh
5353
54+ - name : Rebuild wolfboot.elf
55+ run : |
56+ make clean && make test-sim-internal-flash-with-update
57+
58+ - name : Run emergency fallback test
59+ run : |
60+ tools/scripts/sim-update-emergency-fallback.sh
61+
5462
5563 # TEST with NVM_WRITEONCE enabled
5664 - name : make clean
8997 run : |
9098 tools/scripts/sim-update-powerfail-resume.sh
9199
100+ - name : Rebuild wolfboot.elf
101+ run : |
102+ make clean && make test-sim-internal-flash-with-update
103+
104+ - name : Run emergency fallback test
105+ run : |
106+ tools/scripts/sim-update-emergency-fallback.sh
107+
92108
93109 # TEST with NVM_WRITEONCE AND FLAGS_HOME enabled
94110 - name : make clean
@@ -127,6 +143,14 @@ jobs:
127143 run : |
128144 tools/scripts/sim-update-powerfail-resume.sh
129145
146+ - name : Rebuild wolfboot.elf
147+ run : |
148+ make clean && make test-sim-internal-flash-with-update
149+
150+ - name : Run emergency fallback test
151+ run : |
152+ tools/scripts/sim-update-emergency-fallback.sh
153+
130154
131155 # TEST with NVM_WRITEONCE AND FLAGS_HOME AND FLAGS_INVERT enabled
132156 - name : make clean
@@ -165,6 +189,14 @@ jobs:
165189 run : |
166190 tools/scripts/sim-update-powerfail-resume.sh
167191
192+ - name : Rebuild wolfboot.elf
193+ run : |
194+ make clean && make test-sim-external-flash-with-update
195+
196+ - name : Run emergency fallback test
197+ run : |
198+ tools/scripts/sim-update-emergency-fallback.sh
199+
168200
169201 # TEST with DELTA updates
170202 - name : make clean
@@ -189,15 +221,15 @@ jobs:
189221
190222 - name : Rebuild wolfboot.elf
191223 run : |
192- make test-sim-internal-flash-with-delta-update
224+ make clean && make test-sim-internal-flash-with-delta-update
193225
194226 - name : Run update-revert test (DELTA)
195227 run : |
196228 tools/scripts/sim-update-fallback.sh
197229
198230 - name : Rebuild wolfboot.elf
199231 run : |
200- make test-sim-internal-flash-with-delta-update
232+ make clean && make test-sim-internal-flash-with-delta-update
201233
202234 - name : Run update-revert test with power failures (DELTA)
203235 run : |
@@ -248,6 +280,14 @@ jobs:
248280 run : |
249281 tools/scripts/sim-update-powerfail-resume.sh
250282
283+ - name : Rebuild wolfboot.elf
284+ run : |
285+ make clean && make test-sim-external-flash-with-enc-update
286+
287+ - name : Run emergency fallback test
288+ run : |
289+ tools/scripts/sim-update-emergency-fallback.sh
290+
251291 # TEST with encryption (aes128) and delta updates
252292 - name : make clean
253293 run : |
@@ -322,6 +362,14 @@ jobs:
322362 run : |
323363 tools/scripts/sim-update-powerfail-resume.sh
324364
365+ - name : Rebuild wolfboot.elf
366+ run : |
367+ make clean && make test-sim-external-flash-with-enc-update
368+
369+ - name : Run emergency fallback test
370+ run : |
371+ tools/scripts/sim-update-emergency-fallback.sh
372+
325373 # TEST with encryption (aes128) and NVM_WRITEONCE and FLAGS_HOME
326374
327375 - name : make clean
@@ -355,6 +403,14 @@ jobs:
355403 run : |
356404 tools/scripts/sim-update-powerfail-resume.sh
357405
406+ - name : Rebuild wolfboot.elf
407+ run : |
408+ make clean && make test-sim-external-flash-with-enc-update
409+
410+ - name : Run emergency fallback test
411+ run : |
412+ tools/scripts/sim-update-emergency-fallback.sh
413+
358414 # TEST with encryption (aes128) and NVM_WRITEONCE and FLAGS_HOME and FLAGS_INVERT
359415
360416 - name : make clean
@@ -388,6 +444,14 @@ jobs:
388444 run : |
389445 tools/scripts/sim-update-powerfail-resume.sh
390446
447+ - name : Rebuild wolfboot.elf
448+ run : |
449+ make clean && make test-sim-external-flash-with-enc-update
450+
451+ - name : Run emergency fallback test
452+ run : |
453+ tools/scripts/sim-update-emergency-fallback.sh
454+
391455 # TEST with encryption (aes128) and NVM_WRITEONCE and DELTA updates
392456 - name : make clean
393457 run : |
@@ -451,6 +515,7 @@ jobs:
451515 - name : Run update test with DISABLE_BACKUP and powefail
452516 run : |
453517 tools/scripts/sim-update-powerfail-resume-nobackup.sh
518+
454519 # TEST with backup disabled + NVM_WRITEONCE
455520 - name : make clean
456521 run : |
@@ -478,6 +543,7 @@ jobs:
478543 - name : Run update test with DISABLE_BACKUP and powefail
479544 run : |
480545 tools/scripts/sim-update-powerfail-resume-nobackup.sh
546+
481547 # TEST with backup disabled + FLAGS_HOME
482548 - name : make clean
483549 run : |
0 commit comments