3333 with :
3434 upload_app_binaries_artifact : " ragger_elfs"
3535 flags : " use_test_keys"
36+ build_comparison : true
37+ enable_stack_consumption : true
3638
3739 ragger_tests :
3840 name : Run ragger tests using the reusable workflow
@@ -41,13 +43,15 @@ jobs:
4143 with :
4244 download_app_binaries_artifact : " ragger_elfs"
4345 regenerate_snapshots : ${{ inputs.golden_run == 'Open a PR' }}
46+ post_stack_consumption : true
4447
4548 build_clone_app :
4649 name : Build Clone app using the reusable workflow
4750 uses : LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1
4851 with :
4952 flags : " CHAIN=thundercore"
5053 upload_app_binaries_artifact : " clone_elfs"
54+ enable_stack_consumption : true
5155
5256 ragger_clone_tests :
5357 name : Run ragger Clone tests using the reusable workflow
6165 additional_app_binaries_artifact_dir : ./tests/ragger/.test_dependencies/clone/build/
6266 test_options : " --setup lib_mode"
6367 regenerate_snapshots : ${{ inputs.golden_run == 'Open a PR' }}
68+ post_stack_consumption : true
6469 stack_consumption_section_id : " clone_app_stack_consumption"
6570
6671 build_mem_app :
7075 upload_app_binaries_artifact : " memory_elfs"
7176 flags : " memory_profiling"
7277 run_for_devices : ' ["nanox"]'
73- build_comparison : false
74- enable_stack_consumption : false
7578
7679 ragger_mem_tests :
7780 name : Run Memory tests using the reusable workflow
8285 run_for_devices : ' ["nanox"]'
8386 upload_snapshots_on_failure : false
8487 capture_file : pytest-logs-combined
85- post_stack_consumption : false
8688
8789 ragger_mem_results :
8890 name : Process pytest logs
0 commit comments