Skip to content

Commit ecebb98

Browse files
committed
skip-ci [skip-ci] Forgot to include one letter on the chmod permissions for the CI perf test
1 parent d50def5 commit ecebb98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
- ./bin/spheral-ats --gpu --ciRun --numNodes 2 --logs gpu_perf_logs $INSTALL_DIR/$PERF_ATS_FILE
2525
# Copy caliper files to the benchmark directory and don't complain if you cant
2626
- cp gpu_perf_logs/*.cali $PERF_OUT_DIR 2>/dev/null || true
27-
- chmod -R gu+r $PERF_OUT_DIR
27+
- chmod -R gu+rx $PERF_OUT_DIR
2828
- chgrp -R sduser $PERF_OUT_DIR
2929

3030
toss_gcc_mpi_perf:

0 commit comments

Comments
 (0)