Skip to content
Snippets Groups Projects
Commit 9befb0ed authored by Jonas Höppner's avatar Jonas Höppner
Browse files

Run pylint in the yocto build image also, to check if all py deps are installed

parent d8ea1226
No related branches found
No related tags found
1 merge request!64Run black in the yocto build image also, to check if all python deps are installed.
Pipeline #8469 passed with stages
in 23 seconds
#---------------------------------------------------------------------------------------
# Global
#---------------------------------------------------------------------------------------
image: "registry.gitlab.com/garz-fricke/yocto/infrastructure/ci-images/python/3.8:\
82661251e22d9651a3e5b17e56f41a2266339f29"
variables:
CI_IMAGES_BASEPATH: registry.gitlab.com/garz-fricke/yocto/infrastructure
CI_IMAGES_PATH: ${CI_IMAGES_BASEPATH}/ci-images
CI_IMAGES_REVISION: 1fc5f61d3d8338f900a19e34a448a577e513a90c
CI_IMAGE_PYTHON: "${CI_IMAGES_PATH}/python/3.8:${CI_IMAGES_REVISION}"
CI_IMAGE_YOCTO: "${CI_IMAGES_PATH}/yocto-build/ubuntu-20.04:${CI_IMAGES_REVISION}"
image: "${CI_IMAGE_PYTHON}"
default:
tags:
......@@ -26,6 +33,10 @@ pylint:
script:
- pylint --rcfile=pylintrc *.py
pylint-yocto:
extends: pylint
image: "${CI_IMAGE_YOCTO}"
black:
stage: analyze
timeout: 2m
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment