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
Prada Sarasola, Miguel
templates
Commits
a72938f3
Commit
a72938f3
authored
Nov 26, 2018
by
Prada Sarasola, Miguel
Browse files
Configure faster CI job when pushing branches other than kinetic-devel
parent
2f19e3b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
View file @
a72938f3
...
...
@@ -14,7 +14,7 @@ stages:
before_script
:
-
apk add --update bash coreutils tar wget python
industrial_ci_kinetic
:
.
industrial_ci_kinetic
_base
:
stage
:
build
before_script
:
-
apk add --update bash coreutils tar
...
...
@@ -27,6 +27,18 @@ industrial_ci_kinetic:
ROSINSTALL_FILENAME
:
"
.rosinstall"
when
:
always
industrial_ci_kinetic
:
extends
:
.industrial_ci_kinetic_base
only
:
-
kinetic-devel
industrial_ci_kinetic_fast
:
extends
:
.industrial_ci_kinetic_base
except
:
-
kinetic-devel
variables
:
DOCKER_BASE_IMAGE
:
"
tecnaliarobotics/flxbtcs:post_rosdep"
##########################################################
## Simple check for basic Python syntax errors; this is much less thorough than
## other options like pylint, but much faster and less strict
...
...
Write
Preview
Supports
Markdown
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