Skip to content
Snippets Groups Projects

Resolve "python_syntax is python2 only"

Merged Jon Azpiazu requested to merge 48-python_syntax-is-python2-only into master
Files
4
@@ -49,7 +49,7 @@ industrial_ci_humble:
- if: $DEFAULT_DISTRO == "humble"
- if: $BUILD_HUMBLE
.py3_template:
.py3_rules:
rules:
- if: $DEFAULT_DISTRO == "noetic"
when: always
@@ -59,9 +59,23 @@ industrial_ci_humble:
when: always
- if: $BUILD_HUMBLE
when: always
when: always
.py2_template:
py3-flake8:
extends:
- .py3_rules
- .py3-flake8
py3-flake8_extended:
extends:
- .py3_rules
- .py3-flake8_extended
py3-security:
extends:
- .py3_rules
- .py3-security
.py2_rules:
rules:
- if: $DEFAULT_DISTRO == "kinetic"
when: always
@@ -72,6 +86,16 @@ industrial_ci_humble:
- if: $BUILD_MELODIC
when: always
py2-flake8:
extends:
- .py2_rules
- .py2-flake8
py2-flake8_extended:
extends:
- .py2_rules
- .py2-flake8_extended
ddeploy:
extends: .ddeploy
rules:
Loading