diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-11-06 17:30:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-06 17:30:15 +0000 |
commit | 0f76b014b56ed9947d2ff27821c5bfb422dd9148 (patch) | |
tree | 2a48f916727ce98d44aa6c653d34921472e22ad2 | |
parent | bf68b8d0f2b14915419dcde437bede2d8ce13787 (diff) | |
parent | 6772d7955ff577793504dc1f2927b2316528d4a8 (diff) |
Merge "Fix anti-staging images checker job"
-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' |