Skip to content

Commit e0b748e

Browse files
golowanowaescolar
authored andcommitted
ci: footprint: extend data transform on all applications
In addition to 'footprints' application data, execute transformation step for all other applications listed in `plan.txt` to upload their memory footprint reports to the ELK storage as well. Signed-off-by: Dmitrii Golovanov <[email protected]>
1 parent a2c1933 commit e0b748e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/footprint-tracking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
python3 ./scripts/footprint/pack_as_twister.py -vvv \
105105
--plan ./scripts/footprint/plan.txt \
106106
--test-name='name.feature' \
107-
./footprint_data/*/footprints/*/*/
107+
./footprint_data/**/
108108
109109
- name: Upload to ElasticSearch
110110
env:

0 commit comments

Comments
 (0)