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
Prada Sarasola, Miguel
templates
Commits
a72938f3
Commit
a72938f3
authored
6 years ago
by
Prada Sarasola, Miguel
Browse files
Options
Downloads
Patches
Plain Diff
Configure faster CI job when pushing branches other than kinetic-devel
parent
2f19e3b1
Branches
fast-ci
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
+13
-1
13 additions, 1 deletion
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
with
13 additions
and
1 deletion
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
+
13
−
1
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment