Skip to content
Snippets Groups Projects

Configure faster CI job when pushing branches other than kinetic-devel

Closed Prada Sarasola, Miguel requested to merge fast-ci into master
1 file
+ 13
1
Compare changes
  • Side-by-side
  • Inline
@@ -14,7 +14,7 @@ stages:
@@ -14,7 +14,7 @@ stages:
before_script:
before_script:
- apk add --update bash coreutils tar wget python
- apk add --update bash coreutils tar wget python
industrial_ci_kinetic:
.industrial_ci_kinetic_base:
stage: build
stage: build
before_script:
before_script:
- apk add --update bash coreutils tar
- apk add --update bash coreutils tar
@@ -27,6 +27,18 @@ industrial_ci_kinetic:
@@ -27,6 +27,18 @@ industrial_ci_kinetic:
ROSINSTALL_FILENAME: ".rosinstall"
ROSINSTALL_FILENAME: ".rosinstall"
when: always
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
## Simple check for basic Python syntax errors; this is much less thorough than
## other options like pylint, but much faster and less strict
## other options like pylint, but much faster and less strict
Loading