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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tecnalia_robotics-public
templates
Merge requests
!3
Configure faster CI job when pushing branches other than kinetic-devel
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
Configure faster CI job when pushing branches other than kinetic-devel
fast-ci
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Closed
Configure faster CI job when pushing branches other than kinetic-devel
Prada Sarasola, Miguel
requested to merge
fast-ci
into
master
Nov 26, 2018
Overview
0
Commits
1
Pipelines
0
Changes
1
Follow up to tecnalia_robotics/flexbotics/flexbotics_legacy!25.
0
0
Merge request reports
Compare
master
version 1
a72938f3
Nov 26, 2018
master (base)
and
latest version
latest version
a72938f3
1 commit,
Dec 17, 2018
version 1
a72938f3
1 commit,
Nov 26, 2018
1 file
+
13
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
+
13
−
1
View file @ a72938f3
Show full file
@@ -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
Loading