Skip to content

Commit 57d0b88

Browse files
committed
fix: Change debug logs location
1 parent 25f42de commit 57d0b88

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.gitlab/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
name: "reports"
2121
paths:
2222
- reports/
23-
- backup-reports/
23+
- debug-logs/
2424
expire_in: 3 months
2525
variables:
2626
UPSTREAM_PROJECT_ID: $CI_PROJECT_ID # The ID of the current project. This ID is unique across all projects on the GitLab instance.

benchmark/utils/run-sirun-benchmarks.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ run_benchmark() {
2828

2929
message "${type} benchmark: ${app} finished"
3030

31-
mkdir -p "${ARTIFACTS_DIR}/../backup-reports/"
32-
cp -r "${REPORTS_DIR}" "${ARTIFACTS_DIR}/../backup-reports/"
33-
3431
cd ..
3532
fi
3633
}

0 commit comments

Comments
 (0)