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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tecnalia_robotics-public
templates
Compare revisions
master to test-use-fat-docker-image
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
tecnalia_robotics-public/gitlab_templates
Select target project
No results found
test-use-fat-docker-image
Select Git revision
Loading items
Swap
Target
tecnalia_robotics-public/gitlab_templates
Select target project
tecnalia_robotics-public/gitlab_templates
miguel.prada/gitlab_templates
2 results
master
Select Git revision
Loading items
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Add job to test the fast CI with fat image
· 69cf062a
Jon Azpiazu
authored
6 years ago
69cf062a
Update to run full CI job in merge requests
· 08100932
Jon Azpiazu
authored
6 years ago
08100932
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
+18
-3
18 additions, 3 deletions
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
with
18 additions
and
3 deletions
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
View file @
08100932
...
...
@@ -14,7 +14,7 @@ stages:
before_script
:
-
apk add --update bash coreutils tar wget python
industrial_ci
_kinetic
:
.
industrial_ci
:
stage
:
build
before_script
:
-
apk add --update bash coreutils tar
...
...
@@ -22,12 +22,27 @@ industrial_ci_kinetic:
-
docker login ${ARTIFACT_DOCKER_URL} -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN}
script
:
.ci_config/gitlab.sh
variables
:
ROS_DISTRO
:
kinetic
ROS_PARALLEL_JOBS
:
"
-j2"
# keep this for now, since there seems to be memory limit issues in the ci VM
UPSTREAM_WORKSPACE
:
file
ROSINSTALL_FILENAME
:
"
.rosinstall"
DOCKER_IMAGE
:
"
tecnalia-robotics.artifact.tecnalia.com/test-robotics/flexbotics-base-devel"
when
:
always
industrial_ci_kinetic
:
extends
:
.industrial_ci
only
:
-
kinetic-devel
-
merge_requests
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
...
...
This diff is collapsed.
Click to expand it.