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
tecnalia_robotics-public
templates
Commits
69cf062a
Commit
69cf062a
authored
6 years ago
by
Jon Azpiazu
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
+17
-3
17 additions, 3 deletions
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
with
17 additions
and
3 deletions
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
+
17
−
3
View file @
69cf062a
...
@@ -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
...
...
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