Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
tecnalia_robotics-public
templates
Merge requests
!70
Resolve "Update deprecated deploy job"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Update deprecated deploy job"
38-update-deprecated-deploy-job
into
master
Overview
70
Commits
43
Pipelines
38
Changes
9
Merged
Iñigo Moreno i Caireta
requested to merge
38-update-deprecated-deploy-job
into
master
3 years ago
Overview
59
Commits
43
Pipelines
38
Changes
9
Expand
Closes
#38 (closed)
Edited
3 years ago
by
Iñigo Moreno i Caireta
0
0
Merge request reports
Compare
master
version 36
c116c917
3 years ago
version 35
620f56e0
3 years ago
version 34
641149b1
3 years ago
version 33
be562e8d
3 years ago
version 32
3f455ccb
3 years ago
version 31
a79cf706
3 years ago
version 30
ecda507c
3 years ago
version 29
183b5ede
3 years ago
version 28
8b4d60a6
3 years ago
version 27
289d58f9
3 years ago
version 26
14d76ffa
3 years ago
version 25
503baae7
3 years ago
version 24
54f3cbb0
3 years ago
version 23
d6353984
3 years ago
version 22
e6c55564
3 years ago
version 21
ab5b028f
3 years ago
version 20
88a4573f
3 years ago
version 19
8902beeb
3 years ago
version 18
b9f2b05a
3 years ago
version 17
d84dd068
3 years ago
version 16
f1f5aae2
3 years ago
version 15
0a3a330a
3 years ago
version 14
8ff0c598
3 years ago
version 13
0e947ebe
3 years ago
version 12
1d9e4909
3 years ago
version 11
693a928f
3 years ago
version 10
860aefe7
3 years ago
version 9
5363052c
3 years ago
version 8
3adfe439
3 years ago
version 7
ac4f84f3
3 years ago
version 6
ca196865
3 years ago
version 5
185fa913
3 years ago
version 4
2dd09a24
3 years ago
version 3
d5f8c4fe
3 years ago
version 2
199ed084
3 years ago
version 1
de85c643
3 years ago
master (base)
and
latest version
latest version
d1022adf
43 commits,
3 years ago
version 36
c116c917
42 commits,
3 years ago
version 35
620f56e0
41 commits,
3 years ago
version 34
641149b1
40 commits,
3 years ago
version 33
be562e8d
39 commits,
3 years ago
version 32
3f455ccb
38 commits,
3 years ago
version 31
a79cf706
37 commits,
3 years ago
version 30
ecda507c
36 commits,
3 years ago
version 29
183b5ede
35 commits,
3 years ago
version 28
8b4d60a6
34 commits,
3 years ago
version 27
289d58f9
33 commits,
3 years ago
version 26
14d76ffa
31 commits,
3 years ago
version 25
503baae7
28 commits,
3 years ago
version 24
54f3cbb0
27 commits,
3 years ago
version 23
d6353984
26 commits,
3 years ago
version 22
e6c55564
25 commits,
3 years ago
version 21
ab5b028f
24 commits,
3 years ago
version 20
88a4573f
23 commits,
3 years ago
version 19
8902beeb
22 commits,
3 years ago
version 18
b9f2b05a
21 commits,
3 years ago
version 17
d84dd068
20 commits,
3 years ago
version 16
f1f5aae2
19 commits,
3 years ago
version 15
0a3a330a
18 commits,
3 years ago
version 14
8ff0c598
17 commits,
3 years ago
version 13
0e947ebe
16 commits,
3 years ago
version 12
1d9e4909
15 commits,
3 years ago
version 11
693a928f
14 commits,
3 years ago
version 10
860aefe7
13 commits,
3 years ago
version 9
5363052c
12 commits,
3 years ago
version 8
3adfe439
10 commits,
3 years ago
version 7
ac4f84f3
8 commits,
3 years ago
version 6
ca196865
7 commits,
3 years ago
version 5
185fa913
6 commits,
3 years ago
version 4
2dd09a24
5 commits,
3 years ago
version 3
d5f8c4fe
4 commits,
3 years ago
version 2
199ed084
2 commits,
3 years ago
version 1
de85c643
1 commit,
3 years ago
9 files
+
70
−
142
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
ci-templates/auto-rules/no-default.yml
+
13
−
47
Options
@@ -2,40 +2,23 @@ include: ci-templates/core.yml
workflow
:
rules
:
-
if
:
$CI_COMMIT_BRANCH &&
$CI_COMMIT_REF_NAME =~ /^kinetic-.*/
-
if
:
$CI_COMMIT_REF_NAME =~ /^kinetic-.*/
variables
:
DEFAULT_DISTRO
:
"
kinetic"
-
if
:
$CI_COMMIT_BRANCH &&
$CI_COMMIT_REF_NAME =~ /^melodic-.*/
-
if
:
$CI_COMMIT_REF_NAME =~ /^melodic-.*/
variables
:
DEFAULT_DISTRO
:
"
melodic"
-
if
:
$CI_COMMIT_BRANCH &&
$CI_COMMIT_REF_NAME =~ /^noetic-.*/
-
if
:
$CI_COMMIT_REF_NAME =~ /^noetic-.*/
variables
:
DEFAULT_DISTRO
:
"
noetic"
-
if
:
$CI_COMMIT_TAG && $CI_COMMIT_REF_NAME =~ /^kinetic-.*/
variables
:
DEFAULT_DISTRO
:
"
kinetic"
DEPLOY
:
"
true"
-
if
:
$CI_COMMIT_TAG && $CI_COMMIT_REF_NAME =~ /^melodic-.*/
variables
:
DEFAULT_DISTRO
:
"
melodic"
DEPLOY
:
"
true"
-
if
:
$CI_COMMIT_TAG && $CI_COMMIT_REF_NAME =~ /^noetic-.*/
variables
:
DEFAULT_DISTRO
:
"
noetic"
DEPLOY
:
"
true"
-
if
:
$CI_COMMIT_TAG
variables
:
DEPLOY
:
"
true"
-
if
:
$CI_COMMIT_BRANCH
industrial_ci_kinetic
:
extends
:
.industrial_ci
variables
:
ROS_DISTRO
:
kinetic
rules
:
-
if
:
$DEPLOY
when
:
never
-
if
:
$DEFAULT_DISTRO == "kinetic"
-
if
:
$BUILD_KINETIC
@@ -44,8 +27,6 @@ industrial_ci_melodic:
variables
:
ROS_DISTRO
:
melodic
rules
:
-
if
:
$DEPLOY
when
:
never
-
if
:
$DEFAULT_DISTRO == "melodic"
-
if
:
$BUILD_MELODIC
@@ -54,32 +35,17 @@ industrial_ci_noetic:
variables
:
ROS_DISTRO
:
noetic
rules
:
-
if
:
$DEPLOY
when
:
never
-
if
:
$DEFAULT_DISTRO == "noetic"
-
if
:
$BUILD_NOETIC
industrial_kinetic_deploy
:
extends
:
-
industrial_ci_kinetic
-
.industrial_ci_deploy
rules
:
-
if
:
$DEPLOY && $DEFAULT_DISTRO == "kinetic"
-
if
:
$DEPLOY && $BUILD_KINETIC
industrial_melodic_deploy
:
extends
:
-
industrial_ci_melodic
-
.industrial_ci_deploy
ddeploy
:
extends
:
.ddeploy
rules
:
-
if
:
$DEPLOY && $DEFAULT_DISTRO == "melodic"
-
if
:
$DEPLOY && $BUILD_MELODIC
industrial_noetic_deploy
:
extends
:
-
industrial_ci_noetic
-
.industrial_ci_deploy
rules
:
-
if
:
$DEPLOY && $DEFAULT_DISTRO == "noetic"
-
if
:
$DEPLOY && $BUILD_NOETIC
-
if
:
$CI_COMMIT_TAG
exists
:
-
ddeploy.yaml
when
:
always
-
exists
:
-
ddeploy.yaml
when
:
manual
allow_failure
:
true
Loading