Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tecnalia_robotics-public
templates
Commits
0600cc08
Commit
0600cc08
authored
Sep 22, 2021
by
Iñigo Moreno i Caireta
Browse files
Merge branch '39-yaml-lint-job-failed-317539' into 'master'
Resolve "yaml lint Job Failed #317539" Closes
#39
See merge request
!66
parents
48d1fa62
853928c6
Pipeline
#57002
passed with stage
in 11 seconds
Changes
14
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
View file @
0600cc08
include
:
-
project
:
tecnalia_robotics-public/gitlab_templates
file
:
ci-templates/auto-rules/kinetic-default.yml
\ No newline at end of file
file
:
ci-templates/auto-rules/kinetic-default.yml
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
View file @
0600cc08
include
:
-
project
:
tecnalia_robotics-public/gitlab_templates
file
:
ci-templates/auto-rules/with-rosinstall/kinetic-default.yml
\ No newline at end of file
file
:
ci-templates/auto-rules/with-rosinstall/kinetic-default.yml
ci-templates/auto-rules/kinetic-default.yml
View file @
0600cc08
include
:
ci-templates/auto-rules/no-default.yml
include
:
ci-templates/auto-rules/no-default.yml
variables
:
DEFAULT_DISTRO
:
kinetic
\ No newline at end of file
DEFAULT_DISTRO
:
kinetic
ci-templates/auto-rules/melodic-default.yml
View file @
0600cc08
include
:
ci-templates/auto-rules/no-default.yml
include
:
ci-templates/auto-rules/no-default.yml
variables
:
DEFAULT_DISTRO
:
melodic
\ No newline at end of file
DEFAULT_DISTRO
:
melodic
ci-templates/auto-rules/no-default.yml
View file @
0600cc08
include
:
ci-templates/core.yml
include
:
ci-templates/core.yml
workflow
:
rules
:
...
...
@@ -60,7 +60,6 @@ industrial_ci_noetic:
-
if
:
$BUILD_NOETIC
industrial_kinetic_deploy
:
extends
:
-
industrial_ci_kinetic
...
...
ci-templates/auto-rules/noetic-default.yml
View file @
0600cc08
include
:
ci-templates/auto-rules/no-default.yml
include
:
ci-templates/auto-rules/no-default.yml
variables
:
DEFAULT_DISTRO
:
noetic
\ No newline at end of file
DEFAULT_DISTRO
:
noetic
ci-templates/auto-rules/with-rosinstall/kinetic-default.yml
View file @
0600cc08
include
:
ci-templates/auto-rules/with-rosinstall/no-default.yml
include
:
ci-templates/auto-rules/with-rosinstall/no-default.yml
variables
:
DEFAULT_DISTRO
:
kinetic
\ No newline at end of file
DEFAULT_DISTRO
:
kinetic
ci-templates/auto-rules/with-rosinstall/melodic-default.yml
View file @
0600cc08
include
:
ci-templates/auto-rules/with-rosinstall/no-default.yml
include
:
ci-templates/auto-rules/with-rosinstall/no-default.yml
variables
:
DEFAULT_DISTRO
:
melodic
\ No newline at end of file
DEFAULT_DISTRO
:
melodic
ci-templates/auto-rules/with-rosinstall/no-default.yml
View file @
0600cc08
include
:
ci-templates/auto-rules/no-default.yml
include
:
ci-templates/auto-rules/no-default.yml
.industrial_ci
:
variables
:
UPSTREAM_WORKSPACE
:
.rosinstall
\ No newline at end of file
UPSTREAM_WORKSPACE
:
.rosinstall
ci-templates/auto-rules/with-rosinstall/noetic-default.yml
View file @
0600cc08
include
:
ci-templates/auto-rules/with-rosinstall/no-default.yml
include
:
ci-templates/auto-rules/with-rosinstall/no-default.yml
variables
:
DEFAULT_DISTRO
:
noetic
\ No newline at end of file
DEFAULT_DISTRO
:
noetic
ci-templates/core.yml
View file @
0600cc08
image
:
tecnalia-docker-dev.artifact.tecnalia.com/docker:git
...
...
@@ -22,10 +21,10 @@ before_script:
-
apk add --update bash coreutils tar wget
-
docker login tecnalia-docker-dev.artifact.tecnalia.com -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN}
include
:
include
:
-
ci-templates/syntax-check.yml
-
ci-templates/industrial-ci-templates.yml
default
:
tags
:
-
docker
\ No newline at end of file
-
docker
ci-templates/examples/manual_job.yml
View file @
0600cc08
...
...
@@ -6,4 +6,4 @@ industrial_ci_kinetic:
extends
:
.industrial-ci
variables
:
ROS_DISTRO
:
kinetic
UPSTREAM_WORKSPACE
:
.rosinstall
\ No newline at end of file
UPSTREAM_WORKSPACE
:
.rosinstall
ci-templates/examples/simple_include.yml
View file @
0600cc08
include
:
-
project
:
tecnalia_robotics-public/gitlab_templates
file
:
ci-templates/core.yml
\ No newline at end of file
file
:
ci-templates/core.yml
ci-templates/industrial-ci-templates.yml
View file @
0600cc08
.industrial_ci
:
stage
:
build
before_script
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment