Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
templates
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tecnalia_robotics-public
templates
Commits
06f478ca
Commit
06f478ca
authored
Feb 13, 2019
by
Prada Sarasola, Miguel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use new image naming scheme for docker images
Closes tecnalia_robotics/common_config#19
parent
276accec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
+1
-1
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
+1
-1
No files found.
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
View file @
06f478ca
...
...
@@ -25,7 +25,7 @@ industrial_ci_kinetic:
variables
:
ROS_DISTRO
:
kinetic
ROS_PARALLEL_JOBS
:
"
-j2"
# keep this for now, since there seems to be memory limit issues in the ci VM
DOCKER_IMAGE
:
"
${ARTIFACT_DOCKER_URL}/
${ARTIFACT_DOCKER_REGISTRY_NAME}/
flexbotics-base-devel"
DOCKER_IMAGE
:
"
${ARTIFACT_DOCKER_URL}/flexbotics-base-devel"
BEFORE_SCRIPT
:
"
wget
-q
-O
-
https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/ci_run_entry_points.sh
|
bash"
CATKIN_CONFIG
:
'
--cmake-args
-DCMAKE_CXX_FLAGS=-Wno-ignored-attributes
-Wno-int-in-bool-context
--'
when
:
always
...
...
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
View file @
06f478ca
...
...
@@ -27,7 +27,7 @@ industrial_ci_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
:
"
${ARTIFACT_DOCKER_URL}/
${ARTIFACT_DOCKER_REGISTRY_NAME}/
flexbotics-base-devel"
DOCKER_IMAGE
:
"
${ARTIFACT_DOCKER_URL}/flexbotics-base-devel"
BEFORE_SCRIPT
:
"
wget
-q
-O
-
https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/ci_run_entry_points.sh
|
bash"
CATKIN_CONFIG
:
'
--cmake-args
-DCMAKE_CXX_FLAGS=-Wno-ignored-attributes
-Wno-int-in-bool-context
--'
when
:
always
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment