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
91413d7d
Commit
91413d7d
authored
3 years ago
by
Iñigo Moreno i Caireta
Browse files
Options
Downloads
Patches
Plain Diff
Migrate industrial-ci to master
parent
2b2a1732
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
+3
-3
3 additions, 3 deletions
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
+5
-6
5 additions, 6 deletions
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
with
8 additions
and
9 deletions
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
+
3
−
3
View file @
91413d7d
...
...
@@ -25,14 +25,14 @@ before_script:
stage
:
build
before_script
:
-
apk add --update bash coreutils tar
-
git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .ci_config
-b legacy
-
git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .ci_config
-
docker login ${ARTIFACT_DOCKER_URL} -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN}
-
docker login tecnalia-docker-dev.artifact.tecnalia.com -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN}
script
:
.ci_config/gitlab.sh
variables
:
ADDITIONAL_DEBS
:
curl
ROS_
PARALLEL_
JOB
S
:
-j
2
# keep this for now, since there seems to be memory limit issues in the ci VM
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
PARALLEL_
BUILD
S
:
2
# keep this for now, since there seems to be memory limit issues in the ci VM
AFTER_SETUP_UPSTREAM_WORKSPACE
:
rosenv &&
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
tags
:
-
docker
...
...
This diff is collapsed.
Click to expand it.
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
+
5
−
6
View file @
91413d7d
...
...
@@ -25,17 +25,16 @@ before_script:
stage
:
build
before_script
:
-
apk add --update bash coreutils tar
-
git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .ci_config
-b legacy
-
git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .ci_config
-
docker login ${ARTIFACT_DOCKER_URL} -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN}
-
docker login tecnalia-docker-dev.artifact.tecnalia.com -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN}
script
:
.ci_config/gitlab.sh
variables
:
ADDITIONAL_DEBS
:
curl
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"
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
--'
PARALLEL_BUILDS
:
2
# keep this for now, since there seems to be memory limit issues in the ci VM
UPSTREAM_WORKSPACE
:
.rosinstall
AFTER_SETUP_UPSTREAM_WORKSPACE
:
"
rosenv
&&
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'
tags
:
-
docker
...
...
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