diff options
author | Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> | 2021-02-02 13:48:30 +0200 |
---|---|---|
committer | Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> | 2021-02-02 13:48:30 +0200 |
commit | 247895378a24774c48f6b156dbe4bd39eae86f43 (patch) | |
tree | 3b5ae411cb391d65f33f7196cecdcae872819ec2 /jjb/integration | |
parent | 2e95ca2ddc064ab1c72820c3bc322c5d4e7187f8 (diff) |
Remove obsolete project-csit template
Issue-ID: INT-1823, INT-1833
Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Change-Id: I379216bf025112c656aec51f0f6d5938ce5af0f1
Diffstat (limited to 'jjb/integration')
-rw-r--r-- | jjb/integration/integration-templates-csit.yaml | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/jjb/integration/integration-templates-csit.yaml b/jjb/integration/integration-templates-csit.yaml index be7485858..fea840210 100644 --- a/jjb/integration/integration-templates-csit.yaml +++ b/jjb/integration/integration-templates-csit.yaml @@ -129,67 +129,6 @@ 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}' - - 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 - - verification_maven_job_boiler_plate: &verification_maven_job_boiler_plate name: verification_maven_job_boiler_plate |