Skip to content
Snippets Groups Projects
Commit ce63c287 authored by Iñigo Moreno i Caireta's avatar Iñigo Moreno i Caireta
Browse files

Test default tags

parent c1a3adca
No related branches found
No related tags found
1 merge request!64Resolve "Improve CI template organization"
Pipeline #56496 failed
...@@ -26,3 +26,6 @@ include : ...@@ -26,3 +26,6 @@ include :
- ci-templates/post-check.yml - ci-templates/post-check.yml
- ci-templates/industrial-ci-templates.yml - ci-templates/industrial-ci-templates.yml
default:
tags:
- docker
\ No newline at end of file
...@@ -14,8 +14,6 @@ ...@@ -14,8 +14,6 @@
AFTER_SETUP_TARGET_WORKSPACE: "rosenv && bash <(curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/ci_run_entry_points.sh) $$current_ws" AFTER_SETUP_TARGET_WORKSPACE: "rosenv && bash <(curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/ci_run_entry_points.sh) $$current_ws"
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) $$current_ws" 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) $$current_ws"
CMAKE_ARGS: -DCMAKE_CXX_FLAGS=-Wno-ignored-attributes -Wno-int-in-bool-context CMAKE_ARGS: -DCMAKE_CXX_FLAGS=-Wno-ignored-attributes -Wno-int-in-bool-context
tags:
- docker
.industrial_ci_deploy: .industrial_ci_deploy:
......
...@@ -14,8 +14,6 @@ clang_format: ...@@ -14,8 +14,6 @@ clang_format:
CLANG_FORMAT_CHECK: file CLANG_FORMAT_CHECK: file
CLANG_FORMAT_VERSION: "3.8" CLANG_FORMAT_VERSION: "3.8"
when: always when: always
tags:
- docker
########################################################## ##########################################################
## Simple check for basic Python syntax errors; this is much less thorough than ## Simple check for basic Python syntax errors; this is much less thorough than
...@@ -27,8 +25,6 @@ python_syntax: ...@@ -27,8 +25,6 @@ python_syntax:
stage: build stage: build
script: python -m compileall -q . script: python -m compileall -q .
when: always when: always
tags:
- docker
########################################################## ##########################################################
## Check for errors in bash/sh scripts ## Check for errors in bash/sh scripts
...@@ -44,8 +40,6 @@ bash_syntax: ...@@ -44,8 +40,6 @@ bash_syntax:
- find . -type f -name '*.bash' -exec shellcheck -s bash {} + || RET=1 - find . -type f -name '*.bash' -exec shellcheck -s bash {} + || RET=1
- exit $RET - exit $RET
when: always when: always
tags:
- docker
########################################################## ##########################################################
## Check for errors in markdown files ## Check for errors in markdown files
...@@ -58,8 +52,6 @@ markdown_syntax: ...@@ -58,8 +52,6 @@ markdown_syntax:
stage: .post stage: .post
script: docker run -v ${PWD}:/ac tecnalia-docker-dev.artifact.tecnalia.com/cytopia/awesome-ci syntax-markdown --path=/ac --extension=md --ignore=.ci_config --custom="-r ~MD013,~MD014" script: docker run -v ${PWD}:/ac tecnalia-docker-dev.artifact.tecnalia.com/cytopia/awesome-ci syntax-markdown --path=/ac --extension=md --ignore=.ci_config --custom="-r ~MD013,~MD014"
when: always when: always
tags:
- docker
########################################################## ##########################################################
## Check for various syntax issues in files; currently ## Check for various syntax issues in files; currently
...@@ -75,8 +67,6 @@ file_syntax: ...@@ -75,8 +67,6 @@ file_syntax:
- docker run -v ${PWD}:/ac tecnalia-docker-dev.artifact.tecnalia.com/cytopia/awesome-ci file-utf8 --path=/ac --extension=py,txt,cpp,h,md,sh,bash,xml,launch --ignore=.ci_config || RET=1 - docker run -v ${PWD}:/ac tecnalia-docker-dev.artifact.tecnalia.com/cytopia/awesome-ci file-utf8 --path=/ac --extension=py,txt,cpp,h,md,sh,bash,xml,launch --ignore=.ci_config || RET=1
- exit $RET - exit $RET
when: always when: always
tags:
- docker
########################################################## ##########################################################
## Check for errors in Asciidoctor files ## Check for errors in Asciidoctor files
...@@ -90,6 +80,4 @@ adoc_syntax: ...@@ -90,6 +80,4 @@ adoc_syntax:
- apk add --update curl asciidoctor bash - apk add --update curl asciidoctor bash
script: script:
- curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/asciidoctor_syntax_check.bash | bash -s -- . - curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/asciidoctor_syntax_check.bash | bash -s -- .
tags:
- docker
when: always when: always
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment