summaryrefslogtreecommitdiffstats
path: root/jjb/oom/oom-image-verify.yaml
diff options
context:
space:
mode:
authorJakub Latusek <j.latusek@samsung.com>2020-11-04 11:20:31 +0100
committerJessica Wagantall <jwagantall@linuxfoundation.org>2020-11-04 17:33:34 +0000
commita606c2581be248f23e53df5ae39457d7c99a9943 (patch)
treeb15d0c531fa98b920dea787f8f25960d7a4eab24 /jjb/oom/oom-image-verify.yaml
parentd242e2396510937cdfde6ff78a420e6c89e33ec8 (diff)
Move anti-staging images checker to oom repo
Anti-staging images checker used in oom should be avaliable for user during local deployment, so we should move it to oom makefile Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Issue-ID: OOM-2616 Change-Id: I1f22d2c82a41328cc974abd4c2659551cf5e2138
Diffstat (limited to 'jjb/oom/oom-image-verify.yaml')
-rw-r--r--jjb/oom/oom-image-verify.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/jjb/oom/oom-image-verify.yaml b/jjb/oom/oom-image-verify.yaml
new file mode 100644
index 000000000..58240f92a
--- /dev/null
+++ b/jjb/oom/oom-image-verify.yaml
@@ -0,0 +1,27 @@
+---
+- job-template:
+ name: '{project-name}-{stream}-image-verify'
+ project-type: freestyle
+ path: '$WORKSPACE'
+ concurrent: true
+
+ scm:
+ - gerrit-trigger-scm:
+ refspec: '$GERRIT_REFSPEC'
+ choosing-strategy: 'gerrit'
+ submodule-recursive: '{submodule-recursive}'
+
+ triggers:
+ - gerrit-trigger-helm-patch-submitted:
+ status-context: '{project}-Helm-Verify'
+ server: '{server-name}'
+ project: '{project}'
+ branch: '{branch}'
+ files: '{files}'
+
+ builders:
+ - lf-infra-pre-build
+ - shell: 'make check-for-staging-images | true'
+
+ publishers:
+ - infra-shiplogs: