File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,10 +34,18 @@ jobs:
3434 run : podman exec target git clone https://github.com/redhat-performance/test_tools-wrappers.git test_tools/
3535
3636 - name : Run test
37- run : podman exec target ./pyperf-wrapper/pyperf/pyperf_run --pyperf_benchmarks 2to3,dulwich_log,go --use_pcp 1 --debug 2>&1 | tee run.log
37+ run : podman exec target ./pyperf-wrapper/pyperf/pyperf_run --pyperf_benchmarks 2to3,dulwich_log,go --use_pcp 1 --debug 2>&1 | tee pyperf_run.log
38+
39+ - name : Dump openmetrics
40+ run : podman exec target find /tmp -name "pyperf.0" -exec pmrep -a {} openmetrics.workload \; | tee pyperf_pmrep.txt
3841
3942 - name : Retreive test files
4043 run : podman cp target:/tmp/results_pyperf.zip results_pyperf.zip
4144
4245 - name : Extract test archives
4346 run : unzip results_pyperf.zip && tar -xf results_pyperf_tuned_none.tar
47+
48+ - name : Stow artifacts
49+ uses : actions/upload-artifact@v4
50+ with :
51+ path : pyperf*
You can’t perform that action at this time.
0 commit comments