Merge "Move anti-staging images checker to oom repo"
[ci-management.git] / jjb / oom / oom-image-verify.yaml
1 ---
2 - job-template:
3     name: '{project-name}-{stream}-image-verify'
4     project-type: freestyle
5     path: '$WORKSPACE'
6     concurrent: true
7
8     scm:
9       - gerrit-trigger-scm:
10           refspec: '$GERRIT_REFSPEC'
11           choosing-strategy: 'gerrit'
12           submodule-recursive: '{submodule-recursive}'
13
14     triggers:
15       - gerrit-trigger-helm-patch-submitted:
16           status-context: '{project}-Helm-Verify'
17           server: '{server-name}'
18           project: '{project}'
19           branch: '{branch}'
20           files: '{files}'
21
22     builders:
23       - lf-infra-pre-build
24       - shell: 'make check-for-staging-images | true'
25
26     publishers:
27       - infra-shiplogs: