Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CardMech
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KIT
Mpp
CardMech
Commits
75c61e82
Commit
75c61e82
authored
1 year ago
by
Laura Stengel
Browse files
Options
Downloads
Patches
Plain Diff
upd ref, added if to cardmech only pipeline
parent
11e2b939
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!259
Resolve "Pipeline runtime"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+10
-0
10 additions, 0 deletions
.gitlab-ci.yml
mpp
+1
-1
1 addition, 1 deletion
mpp
with
11 additions
and
1 deletion
.gitlab-ci.yml
+
10
−
0
View file @
75c61e82
...
@@ -40,6 +40,16 @@ ctest-cardmech:
...
@@ -40,6 +40,16 @@ ctest-cardmech:
# - ./test/elasticity/TestQuadraticBeamProblem
# - ./test/elasticity/TestQuadraticBeamProblem
# - ./test/elasticity/TestPressureElasticity
# - ./test/elasticity/TestPressureElasticity
ctest-only-cardmech
:
extends
:
.test_template
variables
:
JOB_PRIORITY
:
'
frequently'
only
:
[
$TRIGGER_ORIGIN != 'mpp_pipeline' && ($BENCHMARK == 'none') && ($RUN_PROJECTS == 'all')
&& ($JOB_PRIORITY == $PRIORITY || $JOB_PRIORITY == 'frequently')
]
dependencies
:
-
build-cardmech
script
:
# Todo why is ctest not used? Job may take max 10min to be frequently executed!!
-
ctest --output-on-failure
mpitest-cardmech
:
mpitest-cardmech
:
extends
:
.test_template
extends
:
.test_template
...
...
This diff is collapsed.
Click to expand it.
mpp
@
d643675f
Compare
bbdbc5a3
...
d643675f
Subproject commit
bbdbc5a344a6aef4fdc4223c1fee97473f32b37d
Subproject commit
d643675feabbe499fe2fc12b87b9532a18681ab3
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment