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
Prada Sarasola, Miguel
templates
Commits
502d8cf9
Commit
502d8cf9
authored
5 years ago
by
Jon Azpiazu
Browse files
Options
Downloads
Patches
Plain Diff
Finish unfinished merge
parent
fb51851c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
+0
-14
0 additions, 14 deletions
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
with
0 additions
and
14 deletions
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
+
0
−
14
View file @
502d8cf9
...
@@ -24,21 +24,11 @@ before_script:
...
@@ -24,21 +24,11 @@ before_script:
script
:
.ci_config/gitlab.sh
script
:
.ci_config/gitlab.sh
variables
:
variables
:
ADDITIONAL_DEBS
:
curl
ADDITIONAL_DEBS
:
curl
<<<<<<< HEAD
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"
BEFORE_SCRIPT
:
"
bash
<(curl
-Ls
https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/ci_run_entry_points.sh)
$$CATKIN_WORKSPACE"
BEFORE_SCRIPT
:
"
bash
<(curl
-Ls
https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/ci_run_entry_points.sh)
$$CATKIN_WORKSPACE"
CATKIN_CONFIG
:
'
--cmake-args
-DCMAKE_CXX_FLAGS=-Wno-ignored-attributes
-Wno-int-in-bool-context
--'
CATKIN_CONFIG
:
'
--cmake-args
-DCMAKE_CXX_FLAGS=-Wno-ignored-attributes
-Wno-int-in-bool-context
--'
=======
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
:
${ARTIFACT_DOCKER_URL}/flexbotics-base-devel
BEFORE_SCRIPT
:
bash <(curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/ci_run_entry_points.sh) $$CATKIN_WORKSPACE
CMAKE_ARGS
:
-DCMAKE_CXX_FLAGS=-Wno-ignored-attributes -Wno-int-in-bool-context
>
>>>>>>
master
when
:
always
when
:
always
tags
:
tags
:
-
docker
-
docker
...
@@ -54,13 +44,9 @@ industrial_ci_kinetic:
...
@@ -54,13 +44,9 @@ industrial_ci_kinetic:
industrial_ci_kinetic_deploy
:
industrial_ci_kinetic_deploy
:
extends
:
.industrial_ci
extends
:
.industrial_ci
variables
:
variables
:
<<<<<<< HEAD
ROS_DISTRO
:
kinetic
ROS_DISTRO
:
kinetic
DOCKER_IMAGE
:
"
${ARTIFACT_DOCKER_URL}/flexbotics-base-devel:${ROS_DISTRO}"
DOCKER_IMAGE
:
"
${ARTIFACT_DOCKER_URL}/flexbotics-base-devel:${ROS_DISTRO}"
AFTER_SCRIPT
:
"
wget
-q
-O
-
https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/pre-deploy-cleanup.bash
|
bash"
AFTER_SCRIPT
:
"
wget
-q
-O
-
https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/pre-deploy-cleanup.bash
|
bash"
=======
AFTER_SCRIPT
:
wget -q -O - https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/pre-deploy-cleanup.bash | bash
>
>>>>>>
master
DOCKER_COMMIT
:
industrial_ci_image
DOCKER_COMMIT
:
industrial_ci_image
script
:
script
:
-
.ci_config/gitlab.sh
-
.ci_config/gitlab.sh
...
...
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