Skip to content

Commit

Permalink
Try to forward variables to generated test pipelines in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Dec 5, 2024
1 parent 22e82b0 commit 2438e96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions ci/common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,5 @@ variables:
stage: test
trigger:
strategy: depend
forward:
pipeline_variables: true
6 changes: 0 additions & 6 deletions ci/ctest_to_gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ stages:
- test
- upload
variables:
FF_TIMESTAMPS: true
variables:
SLURM_EXCLUSIVE: ''
SLURM_EXACT: ''
Expand Down Expand Up @@ -81,9 +78,6 @@ image: $IMAGE
stages:
- test
variables:
FF_TIMESTAMPS: true
variables:
SLURM_EXCLUSIVE: ''
SLURM_EXACT: ''
Expand Down

0 comments on commit 2438e96

Please sign in to comment.