Skip to content
Snippets Groups Projects
Commit 69cf062a authored by Jon Azpiazu's avatar Jon Azpiazu
Browse files

Add job to test the fast CI with fat image

parent cc76803d
No related branches found
No related tags found
No related merge requests found
...@@ -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:
stage: build stage: build
before_script: before_script:
- apk add --update bash coreutils tar - apk add --update bash coreutils tar
...@@ -22,12 +22,26 @@ industrial_ci_kinetic: ...@@ -22,12 +22,26 @@ industrial_ci_kinetic:
- docker login ${ARTIFACT_DOCKER_URL} -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN} - docker login ${ARTIFACT_DOCKER_URL} -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN}
script: .ci_config/gitlab.sh script: .ci_config/gitlab.sh
variables: variables:
ROS_DISTRO: kinetic
ROS_PARALLEL_JOBS: "-j2" # keep this for now, since there seems to be memory limit issues in the ci VM ROS_PARALLEL_JOBS: "-j2" # keep this for now, since there seems to be memory limit issues in the ci VM
UPSTREAM_WORKSPACE: file UPSTREAM_WORKSPACE: file
ROSINSTALL_FILENAME: ".rosinstall" ROSINSTALL_FILENAME: ".rosinstall"
DOCKER_IMAGE: "tecnalia-robotics.artifact.tecnalia.com/test-robotics/flexbotics-base-devel" DOCKER_IMAGE: "tecnalia-robotics.artifact.tecnalia.com/test-robotics/flexbotics-base-devel"
when: always
industrial_ci_kinetic:
extends: .industrial_ci
only:
- kinetic-devel
variables:
ROS_DISTRO: kinetic
DOCKER_IMAGE: "tecnalia-robotics.artifact.tecnalia.com/test-robotics/flexbotics-base-devel"
industrial_ci_kinetic_fast:
extends: .industrial_ci
except:
- kinetic-devel
variables:
ROS_DISTRO: kinetic
DOCKER_IMAGE: "tecnalia-robotics.artifact.tecnalia.com/test-robotics/flexbotics-fat-devel"
########################################################## ##########################################################
## 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment