Skip to content

Commit d6707dd

Browse files
committed
fixup! fixup! Issue #5 use --basetemp to have controlled output folder
1 parent 73e66f6 commit d6707dd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/benchmarks.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
run: |
2323
cd qa/benchmarks
2424
mkdir report
25-
mkdir tmp-results
25+
mkdir tmp_path_root
2626
pytest \
2727
--random-subset=1 \
2828
-k max_ndvi_fail_intentionally \
2929
--html report/report.html --self-contained-html \
3030
--track-metrics-report=report/metrics.json \
31-
--basetemp=tmp-results \
31+
--basetemp=tmp_path_root \
3232
--upload-assets-run-id="gh-$GITHUB_RUN_ID" \
3333
--upload-assets-endpoint-url="https://s3.waw3-1.cloudferro.com" \
3434
--upload-assets-bucket="APEx-benchmarks"
@@ -42,7 +42,7 @@ jobs:
4242
run: ls -alR qa/benchmarks/report
4343
- name: List local results
4444
if: always()
45-
run: ls -alR qa/benchmarks/tmp-results
45+
run: ls -alR qa/benchmarks/tmp_path_root
4646
- name: upload report
4747
uses: actions/upload-artifact@v4
4848
if: always()

qa/benchmarks/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
report/
2+
tmp_path_root/

0 commit comments

Comments
 (0)