Skip to content

Commit 67a3e6d

Browse files
authored
Update .gitlab-ci.yml for Perlmutter CI
1 parent 5bcbb76 commit 67a3e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ metrics-perlmutter:
128128
- export RESULTS="/global/homes/j/jeanbez/h5bench-ci-metrics/perlmutter/$(date +%s)"
129129
- mkdir -p $RESULTS
130130
- echo "Fetching Darshan log file"
131-
- cp /pscratch/darshanlogs/$(date +%Y)/$(date +%-m)/$(date +%u)/jeanbez_h5bench* ${RESULTS}
131+
- cp /pscratch/darshanlogs/$(date +%Y)/$(date +%-m)/$(date +%d | sed 's/^0*//')/jeanbez_h5bench* ${RESULTS}
132132
- echo "Fetching runtime files"
133133
- cp h5bench-suite-sync.err ${RESULTS}
134134
- cp h5bench-suite-sync.out ${RESULTS}

0 commit comments

Comments
 (0)