Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Merge requests
!63
Move benchmarks to dedicated directory
Code
Änderungen prüfen
Branch auschecken
Herunterladen
Patches
Unformatierter Diff
Merged
Move benchmarks to dedicated directory
issue-39-dedicated-benchmarks-directory
into
master
Overview
0
Commits
5
Pipelines
10
Changes
1
Merged
Sören Henning
requested to merge
issue-39-dedicated-benchmarks-directory
into
master
4 years ago
Overview
0
Commits
5
Pipelines
10
Changes
1
Expand
Closes
#39 (closed)
Edited
4 years ago
by
Sören Henning
0
0
Merge request reports
Viewing commit
d654a278
Prev
Next
Show latest version
1 file
+
6
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d654a278
Avoid creation of detachted pipelines
· d654a278
Sören Henning
authored
4 years ago
.gitlab-ci.yml
+
6
−
2
Options
workflow
:
rules
:
-
if
:
$CI_MERGE_REQUEST_ID
when
:
never
-
when
:
always
stages
:
stages
:
-
triggers
-
triggers
@@ -8,10 +14,8 @@ benchmarks:
@@ -8,10 +14,8 @@ benchmarks:
strategy
:
depend
strategy
:
depend
rules
:
rules
:
-
if
:
"
$CI_COMMIT_TAG"
-
if
:
"
$CI_COMMIT_TAG"
when
:
always
-
changes
:
-
changes
:
-
benchmarks/*
-
benchmarks/*
when
:
always
-
when
:
manual
-
when
:
manual
allow_failure
:
true
allow_failure
:
true
\ No newline at end of file
Loading