diff options
author | Jakub Latusek <j.latusek@samsung.com> | 2020-11-05 18:56:59 +0100 |
---|---|---|
committer | Jakub Latusek <j.latusek@samsung.com> | 2020-11-06 12:50:40 +0100 |
commit | 6772d7955ff577793504dc1f2927b2316528d4a8 (patch) | |
tree | 4fc904f37e0bdb01a34ccd82fa58415926aee9c9 /jjb | |
parent | 0fcb5857c396a9265941aa67babb6fc4cf38b85c (diff) |
Fix anti-staging images checker job
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: Ia1441eb643aabdc1c3d3c58a544e581066156ff1
Issue-ID: OOM-2616
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/oom/oom-image-verify.yaml | 39 |
1 files changed, 33 insertions, 6 deletions
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' |