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=f6b4a5442cf8a649252e95f43bd0891e1a9f5f6f;hpb=3bb2391e2770551884778cbdb759648cb8e213f8;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 f6b4a544..e766c017 100644 --- a/jjb/cloud-infra/cloud-infra-engine-verify-lint.yaml +++ b/jjb/cloud-infra/cloud-infra-engine-verify-lint.yaml @@ -28,16 +28,9 @@ disabled: false lint-type: - - ansible-lint: - successful: false - failed: false - unstable: false - notbuilt: false - - shellcheck: - successful: true - failed: true - unstable: true - notbuilt: true + - ansible-lint + - yamllint + - shellcheck jobs: - 'cloud-infra-verify-engine-{lint-type}-{stream}' @@ -56,6 +49,10 @@ project: '{project}' branch: '{branch}' - nordix-gerrit-parameters + - string: + name: LINT_TYPE + default: '{lint-type}' + description: 'Lint type to run' properties: - logrotate @@ -95,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: