| --- |
| - job-template: |
| name: '{project-name}-{stream}-verify-csit-{functionality}' |
| disabled: '{disabled}' |
| |
| project-type: freestyle |
| build-node: 'ubuntu1804-docker-8c-8g' |
| node: '{build-node}' |
| recipients: '' |
| java-version: 'openjdk11' |
| python-version: python3 |
| |
| properties: |
| - lf-infra-properties: |
| project: 'integration/csit' |
| build-days-to-keep: '{build-days-to-keep}' |
| |
| parameters: |
| - infra-parameters: |
| project: 'integration/csit' |
| branch: '{branch}' |
| refspec: 'refs/heads/{branch}' |
| artifacts: '{archive-artifacts}' |
| - integration-test-plan: |
| test-plan: 'plans/{project-name}/{functionality}' |
| - integration-test-options: |
| test-options: '{robot-options}' |
| |
| scm: |
| - gerrit-trigger-scm: |
| refspec: '$GERRIT_REFSPEC' |
| choosing-strategy: 'gerrit' |
| submodule-recursive: '{submodule-recursive}' |
| |
| wrappers: |
| - lf-infra-wrappers: |
| build-timeout: '{build-timeout}' |
| jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| |
| triggers: |
| - gerrit-trigger-patch-submitted: |
| server: '{server-name}' |
| project: 'integration/csit' |
| branch: '{branch}' |
| files: '**/{project-name}/**' |
| |
| builders: |
| - lf-update-java-alternatives: |
| java-version: '{java-version}' |
| - integration-install-robotframework |
| - inject: |
| properties-file: 'env.properties' |
| - integration-run-test |
| |
| publishers: |
| - integration-robot: |
| unstable-if: 0.0 |
| pass-if: 100.0 |
| - lf-infra-publish |
| - email: |
| recipients: '{recipients}' |
| notify-every-unstable-build: false |
| send-to-individuals: true |
| |
| - job-template: |
| name: '{project-name}-{stream}-csit-{functionality}' |
| disabled: '{disabled}' |
| |
| project-type: freestyle |
| build-node: 'ubuntu1804-docker-8c-8g' |
| node: '{build-node}' |
| recipients: '' |
| java-version: 'openjdk11' |
| python-version: python3 |
| |
| properties: |
| - lf-infra-properties: |
| project: 'integration/csit' |
| build-days-to-keep: '{build-days-to-keep}' |
| |
| parameters: |
| - infra-parameters: |
| project: 'integration/csit' |
| branch: '{branch}' |
| refspec: 'refs/heads/{branch}' |
| artifacts: '{archive-artifacts}' |
| - integration-test-plan: |
| test-plan: 'plans/{project-name}/{functionality}' |
| - integration-test-options: |
| test-options: '{robot-options}' |
| |
| scm: |
| - gerrit-trigger-scm: |
| refspec: '' |
| choosing-strategy: 'default' |
| submodule-recursive: '{submodule-recursive}' |
| |
| wrappers: |
| - lf-infra-wrappers: |
| build-timeout: '{build-timeout}' |
| jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| |
| triggers: |
| - gerrit-trigger-patch-merged: |
| server: '{server-name}' |
| project: 'integration/csit' |
| branch: '{branch}' |
| files: '**/{project-name}/**' |
| - timed: '@daily' |
| - reverse: |
| jobs: '{obj:trigger_jobs}' |
| |
| builders: |
| - lf-infra-pre-build |
| - lf-update-java-alternatives: |
| java-version: '{java-version}' |
| - integration-install-robotframework |
| - inject: |
| properties-file: 'env.properties' |
| - integration-run-test |
| |
| publishers: |
| - integration-robot: |
| unstable-if: 0.0 |
| pass-if: 100.0 |
| - lf-infra-publish |
| - email: |
| recipients: '{recipients}' |
| notify-every-unstable-build: false |
| send-to-individuals: true |
| |
| - job-template: |
| # Job template for project-specific CSIT jobs |
| # |
| # The purpose of this job template is to execute |
| # project-specific CSIT test cases for docker image versions |
| # identified by unique docker tag input parameter |
| # |
| |
| name: '{project-name}-{stream}-project-csit' |
| disabled: '{disabled}' |
| project-type: freestyle |
| build-node: 'ubuntu1804-docker-8c-8g' |
| node: '{build-node}' |
| recipients: '' |
| java-version: 'openjdk11' |
| python-version: python3 |
| |
| properties: |
| - lf-infra-properties: |
| project: '{project}' |
| build-days-to-keep: '{build-days-to-keep}' |
| |
| parameters: |
| - infra-parameters: |
| project: '{project}' |
| branch: '{branch}' |
| refspec: 'refs/heads/{branch}' |
| artifacts: '{archive-artifacts}' |
| - integration-test-options: |
| test-options: '{robot-options}' |
| - integration-unique-docker-tag: |
| unique-docker-tag: '' |
| |
| scm: |
| - gerrit-trigger-scm: |
| refspec: '$GERRIT_REFSPEC' |
| choosing-strategy: 'gerrit' |
| submodule-recursive: '{submodule-recursive}' |
| |
| wrappers: |
| - lf-infra-wrappers: |
| build-timeout: '{build-timeout}' |
| jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| |
| builders: |
| - lf-infra-pre-build |
| - lf-update-java-alternatives: |
| java-version: '{java-version}' |
| - integration-install-robotframework |
| - inject: |
| properties-file: 'env.properties' |
| - integration-run-project-test |
| |
| publishers: |
| - integration-project-robot: |
| unstable-if: 0.0 |
| pass-if: 100.0 |
| - lf-infra-publish |
| - email: |
| recipients: '{recipients}' |
| notify-every-unstable-build: false |
| send-to-individuals: true |
| |
| - job-template: |
| # Job template for review verification jobs in |
| # project-specific CSIT flow |
| # |
| # The purpose of this job template is to: |
| # 1. trigger snapshot docker build job |
| # 2. trigger CSIT job |
| # 3. give a verify vote to the triggering review |
| # |
| |
| name: '{project-name}-review-verification-{stream}' |
| disabled: '{disabled}' |
| project-type: freestyle |
| build-node: 'ubuntu1804-docker-8c-8g' |
| java-version: 'openjdk11' |
| |
| properties: |
| - lf-infra-properties: |
| project: '{project}' |
| build-days-to-keep: '{build-days-to-keep}' |
| parameters: |
| - infra-parameters: |
| project: '{project}' |
| branch: '{branch}' |
| refspec: 'refs/heads/{branch}' |
| artifacts: '{archive-artifacts}' |
| scm: |
| - gerrit-trigger-scm: |
| refspec: '$GERRIT_REFSPEC' |
| choosing-strategy: 'gerrit' |
| submodule-recursive: '{submodule-recursive}' |
| wrappers: |
| - lf-infra-wrappers: |
| build-timeout: '{build-timeout}' |
| jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| builders: |
| - lf-infra-pre-build |
| - lf-maven-install: |
| mvn-version: "{mvn-version}" |
| - lf-update-java-alternatives: |
| java-version: "{java-version}" |
| - lf-provide-maven-settings: |
| global-settings-file: "{mvn-global-settings}" |
| settings-file: "{mvn-settings}" |
| - trigger-builds: |
| - project: "{project-name}-{stream}-{artifact-type}-docker-snapshot" |
| predefined-parameters: | |
| UNIQUE_DOCKER_TAG=$BUILD_TAG |
| PROJECT=$PROJECT |
| BRANCH=$BRANCH |
| GERRIT_REFSPEC=$GERRIT_REFSPEC |
| block: true |
| - trigger-builds: |
| - project: "{project-name}-{stream}-project-csit" |
| predefined-parameters: | |
| UNIQUE_DOCKER_TAG=$BUILD_TAG |
| PROJECT=$PROJECT |
| BRANCH=$BRANCH |
| GERRIT_REFSPEC=$GERRIT_REFSPEC |
| block: true |
| triggers: |
| - gerrit-trigger-patch-submitted: |
| server: '{server-name}' |
| project: '{project}' |
| branch: '{branch}' |
| files: '**' |
| publishers: |
| - lf-infra-publish |
| |
| - job-template: |
| # Job template for merge verification jobs in |
| # project-specific CSIT flow |
| # |
| # The purpose of this job template is to trigger |
| # the following jobs in sequence: |
| # 1. snapshot docker build job |
| # 2. CSIT job |
| # 3. docker staging job |
| # |
| |
| name: '{project-name}-merge-verification-{stream}' |
| disabled: '{disabled}' |
| project-type: freestyle |
| build-node: 'ubuntu1804-docker-8c-8g' |
| java-version: 'openjdk11' |
| |
| properties: |
| - lf-infra-properties: |
| project: '{project}' |
| build-days-to-keep: '{build-days-to-keep}' |
| parameters: |
| - infra-parameters: |
| project: '{project}' |
| branch: '{branch}' |
| refspec: 'refs/heads/{branch}' |
| artifacts: '{archive-artifacts}' |
| scm: |
| - gerrit-trigger-scm: |
| refspec: '' |
| choosing-strategy: 'default' |
| submodule-recursive: '{submodule-recursive}' |
| wrappers: |
| - lf-infra-wrappers: |
| build-timeout: '{build-timeout}' |
| jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| builders: |
| - lf-infra-pre-build |
| - lf-maven-install: |
| mvn-version: "{mvn-version}" |
| - lf-update-java-alternatives: |
| java-version: "{java-version}" |
| - lf-provide-maven-settings: |
| global-settings-file: "{mvn-global-settings}" |
| settings-file: "{mvn-settings}" |
| - trigger-builds: |
| - project: "{project-name}-{stream}-{artifact-type}-docker-snapshot" |
| predefined-parameters: | |
| UNIQUE_DOCKER_TAG=$BUILD_TAG |
| PROJECT=$PROJECT |
| BRANCH=$BRANCH |
| GERRIT_REFSPEC=$GERRIT_REFSPEC |
| block: true |
| - trigger-builds: |
| - project: "{project-name}-{stream}-project-csit" |
| predefined-parameters: | |
| UNIQUE_DOCKER_TAG=$BUILD_TAG |
| PROJECT=$PROJECT |
| BRANCH=$BRANCH |
| GERRIT_REFSPEC=$GERRIT_REFSPEC |
| block: true |
| - trigger-builds: |
| - project: "{project-name}-{stream}-docker-staging" |
| predefined-parameters: | |
| UNIQUE_DOCKER_TAG=$BUILD_TAG |
| PROJECT=$PROJECT |
| BRANCH=$BRANCH |
| GERRIT_REFSPEC=$GERRIT_REFSPEC |
| block: true |
| triggers: |
| - gerrit-trigger-patch-merged: |
| server: '{server-name}' |
| project: '{project}' |
| branch: '{branch}' |
| files: '**' |
| publishers: |
| - lf-infra-publish |
| |