X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fengine%2Fengine-verify-jobs%2Fengine-verify-tox.yaml;h=3d34add817df4118d8e1729744d42387ac9cad02;hb=d109dcaedf7657a9624f5d6f35282f3b4a54e83b;hp=1cf39621180d98c59364f841c3edfba73e1e5880;hpb=17424435205d2e414e30017eaaa0d488c46a6a57;p=infra%2Fcicd.git diff --git a/jjb/engine/engine-verify-jobs/engine-verify-tox.yaml b/jjb/engine/engine-verify-jobs/engine-verify-tox.yaml index 1cf39621..3d34add8 100644 --- a/jjb/engine/engine-verify-jobs/engine-verify-tox.yaml +++ b/jjb/engine/engine-verify-jobs/engine-verify-tox.yaml @@ -25,6 +25,7 @@ stream: - 'master': branch: '{stream}' + gated-projects: 'infra/engine|infra/hwconfig|infra/swconfig|infra/test|infra/provisioner/bifrost|infra/provisioner/heat|infra/installer/kolla|infra/installer/kubespray' lint-type: - ansible-lint: @@ -32,7 +33,7 @@ repos-to-ignore: 'infra/hwconfig' - docs: disabled: false - repos-to-ignore: 'infra/hwconfig|infra/swconfig|infra/test' + repos-to-ignore: 'infra/hwconfig|infra/swconfig|infra/test|infra/provisioner/bifrost|infra/provisioner/heat|infra/installer/kolla|infra/installer/kubespray' - shellcheck: disabled: false repos-to-ignore: 'infra/hwconfig' @@ -75,7 +76,7 @@ scm: - git-scm-gerrit: ssh-credentials-id: nordixinfra-nordix-gerrit-ssh - branch: '{branch}' + branch: refs/heads/$GERRIT_BRANCH refspec: $GERRIT_REFSPEC wipe_workspace: true clean_before: false @@ -95,7 +96,7 @@ comment-contains-value: 'reverify' projects: - project-compare-type: 'REG_EXP' - project-pattern: 'infra\/engine|infra\/test|infra\/swconfig|infra\/hwconfig' + project-pattern: '{gated-projects}' branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' @@ -158,12 +159,12 @@ scm: - git-scm-gerrit: ssh-credentials-id: nordixinfra-nordix-gerrit-ssh - branch: '{branch}' + branch: refs/heads/$GERRIT_BRANCH refspec: $GERRIT_REFSPEC wipe_workspace: true clean_before: false builders: - - 'engine-verify-tox-macro' + - 'tox-macro' # vim: set ts=2 sw=2 expandtab: