X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fcloud-infra-engine-verify-lint.yaml;h=e766c01737f1906cf52fe285d66c0d3889143912;hb=24834fe75c946094230a51338b123c31b5e9a027;hp=ed0121f0dfd6db1af01c8da123d2c9762eb63d7e;hpb=2dacaf5d621dfa8dcb78cddd7013dae047a12bde;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/cloud-infra-engine-verify-lint.yaml b/jjb/cloud-infra/cloud-infra-engine-verify-lint.yaml index ed0121f0..e766c017 100644 --- a/jjb/cloud-infra/cloud-infra-engine-verify-lint.yaml +++ b/jjb/cloud-infra/cloud-infra-engine-verify-lint.yaml @@ -26,13 +26,10 @@ - 'master': branch: '{stream}' disabled: false - successful: true - failed: true - unstable: true - notbuilt: true lint-type: - ansible-lint + - yamllint - shellcheck jobs: @@ -52,6 +49,10 @@ project: '{project}' branch: '{branch}' - nordix-gerrit-parameters + - string: + name: LINT_TYPE + default: '{lint-type}' + description: 'Lint type to run' properties: - logrotate @@ -91,14 +92,9 @@ file-paths: - compare-type: 'ANT' pattern: '**' - skip-vote: - successful: '{obj:successful}' - failed: '{obj:failed}' - unstable: '{obj:unstable}' - notbuilt: '{obj:notbuilt}' custom-url: '* $JOB_NAME $BUILD_URL' builders: - - 'cloud-infra-{lint-type}-macro' + - 'cloud-infra-lint-macro' # vim: set ts=2 sw=2 expandtab: