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
572e8b6a
Commit
572e8b6a
authored
6 years ago
by
Prada Sarasola, Miguel
Browse files
Options
Downloads
Patches
Plain Diff
Make template more generic and add specific instances
parent
948cc398
Branches
modular-templates
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.flexbotics-ci-no-rosinstall.yml
+6
-0
6 additions, 0 deletions
.flexbotics-ci-no-rosinstall.yml
.flexbotics-ci-with-rosinstall.yml
+8
-0
8 additions, 0 deletions
.flexbotics-ci-with-rosinstall.yml
.gitlab-industrial-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-industrial-ci.yml
with
17 additions
and
3 deletions
.flexbotics-ci-no-rosinstall.yml
0 → 100644
+
6
−
0
View file @
572e8b6a
include
:
'
https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/.gitlab-industrial-ci.yml'
industrial_ci_kinetic
:
extends
:
.industrial_ci
variables
:
ROS_DISTRO
:
kinetic
This diff is collapsed.
Click to expand it.
.flexbotics-ci-with-rosinstall.yml
0 → 100644
+
8
−
0
View file @
572e8b6a
include
:
'
https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/.gitlab-industrial-ci.yml'
industrial_ci_kinetic
:
extends
:
.industrial_ci
variables
:
ROS_DISTRO
:
kinetic
UPSTREAM_WORKSPACE
:
file
ROSINSTALL_FILENAME
:
"
.rosinstall"
This diff is collapsed.
Click to expand it.
.gitlab-industrial-ci.yml
+
3
−
3
View file @
572e8b6a
...
...
@@ -13,9 +13,9 @@ before_script:
-
apk add --update bash coreutils tar wget
-
git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
industrial_ci
_kinetic
:
.
industrial_ci
:
stage
:
build
script
:
.ci_config/gitlab.sh
variables
:
ROS_
DISTRO
:
kinetic
ROS_PARALLEL_JOBS
:
"
-j1"
# 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
ROS_PARALLEL_
TEST_
JOBS
:
"
-j1"
# keep this for now, since there seems to be memory limit issues in the ci VM
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