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 |
| 14 | build-timeout: 180 |
| 15 | |
| 16 | project-type: freestyle |
| 17 | node: '{build-node}' |
| 18 | |
| 19 | properties: |
| 20 | - lf-infra-properties: |
| 21 | build-days-to-keep: '{build-days-to-keep}' |
| 22 | |
| 23 | parameters: |
| 24 | - lf-infra-parameters: |
| 25 | branch: '{branch}' |
| 26 | project: '{project}' |
| 27 | stream: '{stream}' |
| 28 | lftools-version: '{lftools-version}' |
| 29 | |
| 30 | wrappers: |
| 31 | - lf-infra-wrappers: |
| 32 | build-timeout: '{build-timeout}' |
| 33 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 34 | |
| 35 | publishers: |
| 36 | - lf-infra-publish |
Jakub Latusek | a606c25 | 2020-11-04 11:20:31 +0100 | [diff] [blame] | 37 | |
| 38 | scm: |
| 39 | - gerrit-trigger-scm: |
| 40 | refspec: '$GERRIT_REFSPEC' |
| 41 | choosing-strategy: 'gerrit' |
| 42 | submodule-recursive: '{submodule-recursive}' |
| 43 | |
| 44 | triggers: |
| 45 | - gerrit-trigger-helm-patch-submitted: |
| 46 | status-context: '{project}-Helm-Verify' |
| 47 | server: '{server-name}' |
| 48 | project: '{project}' |
| 49 | branch: '{branch}' |
| 50 | files: '{files}' |
| 51 | |
| 52 | builders: |
| 53 | - lf-infra-pre-build |
Jakub Latusek | 6772d79 | 2020-11-05 18:56:59 +0100 | [diff] [blame] | 54 | - shell: 'cd kubernetes; make check-for-staging-images 2>&1' |