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
dc90b463
Commit
dc90b463
authored
5 years ago
by
Prada Sarasola, Miguel
Browse files
Options
Downloads
Patches
Plain Diff
Make clang_format job not to extend .industrial_ci
parent
7692a7a0
No related branches found
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
+9
-3
9 additions, 3 deletions
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
+9
-3
9 additions, 3 deletions
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
with
18 additions
and
6 deletions
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
+
9
−
3
View file @
dc90b463
...
...
@@ -18,10 +18,9 @@ before_script:
.industrial_ci
:
stage
:
build
before_script
:
-
apk add --update bash coreutils tar
wget
-
apk add --update bash coreutils tar
-
git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .ci_config -b legacy
-
docker login ${ARTIFACT_DOCKER_URL} -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN}
-
wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/clang-format -O .clang-format
script
:
.ci_config/gitlab.sh
variables
:
ADDITIONAL_DEBS
:
curl
...
...
@@ -77,12 +76,19 @@ industrial_ci_kinetic_deploy:
-
tags
clang_format
:
extends
:
.industrial_ci
stage
:
postcheck
before_script
:
-
apk add --update bash coreutils tar wget
-
git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .ci_config -b legacy
-
wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/clang-format -O .clang-format
script
:
.ci_config/gitlab.sh
variables
:
ROS_DISTRO
:
kinetic
CLANG_FORMAT_CHECK
:
file
CLANG_FORMAT_VERSION
:
"
3.8"
when
:
always
tags
:
-
docker
allow_failure
:
yes
##########################################################
...
...
This diff is collapsed.
Click to expand it.
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
+
9
−
3
View file @
dc90b463
...
...
@@ -18,10 +18,9 @@ before_script:
.industrial_ci
:
stage
:
build
before_script
:
-
apk add --update bash coreutils tar
wget
-
apk add --update bash coreutils tar
-
git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .ci_config -b legacy
-
docker login ${ARTIFACT_DOCKER_URL} -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN}
-
wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/clang-format -O .clang-format
script
:
.ci_config/gitlab.sh
variables
:
ADDITIONAL_DEBS
:
curl
...
...
@@ -79,12 +78,19 @@ industrial_ci_kinetic_deploy:
-
tags
clang_format
:
extends
:
.industrial_ci
stage
:
postcheck
before_script
:
-
apk add --update bash coreutils tar wget
-
git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .ci_config -b legacy
-
wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/clang-format -O .clang-format
script
:
.ci_config/gitlab.sh
variables
:
ROS_DISTRO
:
kinetic
CLANG_FORMAT_CHECK
:
file
CLANG_FORMAT_VERSION
:
"
3.8"
when
:
always
tags
:
-
docker
allow_failure
:
yes
##########################################################
...
...
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