From: Fatih Degirmenci Date: Wed, 8 Jan 2020 17:52:01 +0000 (+0100) Subject: cloud-infra: Switch engine lint jenkins jobs to tox X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=24834fe75c946094230a51338b123c31b5e9a027;hp=24834fe75c946094230a51338b123c31b5e9a027;p=infra%2Fcicd.git cloud-infra: Switch engine lint jenkins jobs to tox This change switches to tox for engine jenkins lint jobs to run lint in standardized and easier way. This also helps us to reduce the duplication in jjb. Apart from that, all jobs are set to vote now. But, yamllint errors are suppressed in engine tox.ini so the job will never fail, helping us to see the existing issues for fixing them over time. Once we fix yamllint issues, tox.ini will be updated in order to make yamllint issues to be caught thus block the change from merging. Change-Id: I66692a8db944c6e2d35cd229bf7a23ff4c0bff07 ---