From 52f494837d685e578af1eddc3f82fa55325f0170 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20H=C3=B6ppner?= <jonas.hoeppner@garz-fricke.com>
Date: Wed, 9 Feb 2022 09:12:31 +0100
Subject: [PATCH] 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
---
 .gitlab-ci.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 969c1b7e..8939d0e8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,10 +33,6 @@ pylint:
   script:
     - pylint --rcfile=pylintrc *.py
 
-pylint-yocto:
-  extends: pylint
-  image: "${CI_IMAGE_YOCTO}"
-
 black:
   stage: analyze
   timeout: 2m
-- 
GitLab