diff options
author | Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> | 2020-11-03 16:51:00 +0200 |
---|---|---|
committer | Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> | 2020-11-03 16:52:26 +0200 |
commit | 26f67269b31d83814fc9702440810c7d661abc12 (patch) | |
tree | 951dc054f23b3f15fdd49bcf6e15f56c2ae8d5f4 /jjb/integration | |
parent | d242e2396510937cdfde6ff78a420e6c89e33ec8 (diff) |
Remove obsolete arm64 CSIT templates
- remove unused and unnecessary arm64 CSIT templates
- remove commented-out references to them in VID CSIT
Issue-ID: INT-1767
Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Change-Id: I0429823990c55fb22abe33d00ed6d49399dde5a3
Diffstat (limited to 'jjb/integration')
-rw-r--r-- | jjb/integration/integration-templates-csit.yaml | 126 |
1 files changed, 0 insertions, 126 deletions
diff --git a/jjb/integration/integration-templates-csit.yaml b/jjb/integration/integration-templates-csit.yaml index a841ad9de..f5961eb3e 100644 --- a/jjb/integration/integration-templates-csit.yaml +++ b/jjb/integration/integration-templates-csit.yaml @@ -62,68 +62,6 @@ send-to-individuals: true - job-template: - name: '{project-name}-arm64-{stream}-verify-csit-{functionality}' - disabled: false - - project-type: freestyle - build-node: 'ubuntu1804-docker-arm64-4c-2g' - node: '{build-node}' - recipients: '' - java-version: 'openjdk11' - - 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}' @@ -188,67 +126,3 @@ notify-every-unstable-build: false send-to-individuals: true -- job-template: - name: '{project-name}-arm64-{stream}-csit-{functionality}' - disabled: false - - project-type: freestyle - build-node: 'ubuntu1804-docker-arm64-4c-2g' - node: '{build-node}' - recipients: '' - java-version: 'openjdk11' - - 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-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 |