Skip to content

Commit

Permalink
Enable timestamps in CI logs
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Dec 5, 2024
1 parent 0bbec23 commit 22e82b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ stages:
- build
- test

variables:
FF_TIMESTAMPS: true

##
## BUILDS
##
Expand Down
6 changes: 6 additions & 0 deletions ci/ctest_to_gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ stages:
- test
- upload
variables:
FF_TIMESTAMPS: true
variables:
SLURM_EXCLUSIVE: ''
SLURM_EXACT: ''
Expand Down Expand Up @@ -78,6 +81,9 @@ image: $IMAGE
stages:
- test
variables:
FF_TIMESTAMPS: true
variables:
SLURM_EXCLUSIVE: ''
SLURM_EXACT: ''
Expand Down

0 comments on commit 22e82b0

Please sign in to comment.