Skip to content
Snippets Groups Projects
Commit a72938f3 authored by Prada Sarasola, Miguel's avatar Prada Sarasola, Miguel
Browse files

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
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment