| --- |
| # kubespray installation validation job |
| |
| - project: |
| name: seba-in-a-box |
| |
| project-name: '{name}' |
| |
| jobs: |
| - 'siab-stable' |
| - 'siab-latest' |
| |
| - job-template: |
| id: 'siab-stable' |
| name: 'seba-in-a-box-build-test-stable' |
| |
| description: | |
| <!-- Managed by Jenkins Job Builder --> |
| Created by {id} job-template from ci-management/jjb/siba.yaml <br /><br /> |
| E2E Validation for Seba-in-a-Box |
| |
| properties: |
| - cord-infra-properties: |
| build-days-to-keep: '{build-days-to-keep}' |
| artifact-num-to-keep: '{artifact-num-to-keep}' |
| |
| wrappers: |
| - lf-infra-wrappers: |
| build-timeout: '{build-timeout}' |
| jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| |
| parameters: |
| - string: |
| name: executorNode |
| default: 'qct-pod3-node1' |
| description: 'Name of the Jenkins node to run the job on' |
| |
| - string: |
| name: version |
| default: 'stable' |
| description: 'Latest | Stable' |
| |
| - string: |
| name: Test_Tags |
| default: '' |
| description: 'empty for stable and latest for latest' |
| |
| project-type: pipeline |
| concurrent: false |
| |
| dsl: !include-raw-escape: pipeline/siab.groovy |
| |
| triggers: |
| - timed: | |
| TZ=America/Los_Angeles |
| 0 */2 * * * |
| |
| - job-template: |
| id: 'siab-latest' |
| name: 'seba-in-a-box-build-test-latest' |
| |
| description: | |
| <!-- Managed by Jenkins Job Builder --> |
| Created by {id} job-template from ci-management/jjb/siba.yaml <br /><br /> |
| E2E Validation for Seba-in-a-Box |
| |
| properties: |
| - cord-infra-properties: |
| build-days-to-keep: '{build-days-to-keep}' |
| artifact-num-to-keep: '{artifact-num-to-keep}' |
| |
| wrappers: |
| - lf-infra-wrappers: |
| build-timeout: '{build-timeout}' |
| jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| |
| parameters: |
| - string: |
| name: executorNode |
| default: 'qct-pod3-node1' |
| description: 'Name of the Jenkins node to run the job on' |
| |
| - string: |
| name: version |
| default: 'latest' |
| description: 'Latest | Stable' |
| |
| - string: |
| name: Test_Tags |
| default: 'TESTTAGS=latest' |
| description: 'empty for stable and latest for latest' |
| |
| project-type: pipeline |
| concurrent: false |
| |
| dsl: !include-raw-escape: pipeline/siab.groovy |
| |
| triggers: |
| - timed: | |
| TZ=America/Los_Angeles |
| 59 */2 * * * |
| |