Skip to content

Commit 982a40b

Browse files
committed
artifact the files
1 parent fc2bb78 commit 982a40b

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/test_run.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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*

0 commit comments

Comments
 (0)