Jakub Latusek | a606c25 | 2020-11-04 11:20:31 +0100 | [diff] [blame] | 1 | --- |
| 2 | - job-template: |
| 3 | name: '{project-name}-{stream}-image-verify' |
Jakub Latusek | a606c25 | 2020-11-04 11:20:31 +0100 | [diff] [blame] | 4 | concurrent: true |
Jakub Latusek | 6772d79 | 2020-11-05 18:56:59 +0100 | [diff] [blame] | 5 | branch: master |
| 6 | submodule-recursive: true |
| 7 | |
| 8 | build_script: '' |
| 9 | git-url: '$GIT_URL/$PROJECT' |
| 10 | post_build_script: '' |
| 11 | pre_build_script: '' |
| 12 | submodule-disable: false |
| 13 | submodule-timeout: 10 |
Jakub Latusek | 6772d79 | 2020-11-05 18:56:59 +0100 | [diff] [blame] | 14 | |
| 15 | project-type: freestyle |
| 16 | node: '{build-node}' |
| 17 | |
| 18 | properties: |
| 19 | - lf-infra-properties: |
| 20 | build-days-to-keep: '{build-days-to-keep}' |
| 21 | |
| 22 | parameters: |
| 23 | - lf-infra-parameters: |
| 24 | branch: '{branch}' |
| 25 | project: '{project}' |
| 26 | stream: '{stream}' |
| 27 | lftools-version: '{lftools-version}' |
| 28 | |
| 29 | wrappers: |
| 30 | - lf-infra-wrappers: |
| 31 | build-timeout: '{build-timeout}' |
| 32 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 33 | |
| 34 | publishers: |
| 35 | - lf-infra-publish |
Jakub Latusek | a606c25 | 2020-11-04 11:20:31 +0100 | [diff] [blame] | 36 | |
| 37 | scm: |
| 38 | - gerrit-trigger-scm: |
| 39 | refspec: '$GERRIT_REFSPEC' |
| 40 | choosing-strategy: 'gerrit' |
| 41 | submodule-recursive: '{submodule-recursive}' |
| 42 | |
| 43 | triggers: |
| 44 | - gerrit-trigger-helm-patch-submitted: |
| 45 | status-context: '{project}-Helm-Verify' |
| 46 | server: '{server-name}' |
| 47 | project: '{project}' |
| 48 | branch: '{branch}' |
| 49 | files: '{files}' |
| 50 | |
| 51 | builders: |
| 52 | - lf-infra-pre-build |
Jakub Latusek | 6772d79 | 2020-11-05 18:56:59 +0100 | [diff] [blame] | 53 | - shell: 'cd kubernetes; make check-for-staging-images 2>&1' |