From 6772d7955ff577793504dc1f2927b2316528d4a8 Mon Sep 17 00:00:00 2001 From: Jakub Latusek Date: Thu, 5 Nov 2020 18:56:59 +0100 Subject: Fix anti-staging images checker job Signed-off-by: Jakub Latusek Change-Id: Ia1441eb643aabdc1c3d3c58a544e581066156ff1 Issue-ID: OOM-2616 --- jjb/oom/oom-image-verify.yaml | 39 +++++++++++++++++++++++++++++++++------ 1 file changed, 33 insertions(+), 6 deletions(-) (limited to 'jjb') diff --git a/jjb/oom/oom-image-verify.yaml b/jjb/oom/oom-image-verify.yaml index 58240f92a..058f4ee4f 100644 --- a/jjb/oom/oom-image-verify.yaml +++ b/jjb/oom/oom-image-verify.yaml @@ -1,9 +1,39 @@ --- - job-template: name: '{project-name}-{stream}-image-verify' - project-type: freestyle - path: '$WORKSPACE' concurrent: true + branch: master + submodule-recursive: true + + build_script: '' + git-url: '$GIT_URL/$PROJECT' + post_build_script: '' + pre_build_script: '' + submodule-disable: false + submodule-timeout: 10 + build-timeout: 180 + + project-type: freestyle + node: '{build-node}' + + properties: + - lf-infra-properties: + build-days-to-keep: '{build-days-to-keep}' + + parameters: + - lf-infra-parameters: + branch: '{branch}' + project: '{project}' + stream: '{stream}' + lftools-version: '{lftools-version}' + + wrappers: + - lf-infra-wrappers: + build-timeout: '{build-timeout}' + jenkins-ssh-credential: '{jenkins-ssh-credential}' + + publishers: + - lf-infra-publish scm: - gerrit-trigger-scm: @@ -21,7 +51,4 @@ builders: - lf-infra-pre-build - - shell: 'make check-for-staging-images | true' - - publishers: - - infra-shiplogs: + - shell: 'cd kubernetes; make check-for-staging-images 2>&1' -- cgit 1.2.3-korg