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

CI: Remove pylint-yocto job

The job was used to check if all scripts are able to run in the yocto
CI image. Tim and Jonas decided to remove the job and plan to change
the CI, that the yocto image does not need to execute special python
scripts. That way we may use the plain crops/poky container for the
yocto build and remove this dependency thats hard to track.

BCS 746-000643
parent 69b649c7
No related branches found
No related tags found
1 merge request!82CI: Remove pylint-yocto job
Pipeline #8714 passed with stages
in 25 seconds
......@@ -33,10 +33,6 @@ 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