X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fintegration-templates-csit.yaml;h=e245103b92d1af7d67dbb23e4b379bf7d69037d0;hb=f79c7cdf72783fac7ae4668790a3954b42a4f6ff;hp=4018309d9cb0abf9069665a1f4ceda58830d98b2;hpb=0261da74935976a193365b7283c8d11ee43c22ed;p=ci-management.git diff --git a/jjb/integration/integration-templates-csit.yaml b/jjb/integration/integration-templates-csit.yaml index 4018309d9..e245103b9 100644 --- a/jjb/integration/integration-templates-csit.yaml +++ b/jjb/integration/integration-templates-csit.yaml @@ -9,12 +9,12 @@ properties: - lf-infra-properties: - project: 'integration' + project: 'integration/csit' build-days-to-keep: '{build-days-to-keep}' parameters: - infra-parameters: - project: 'integration' + project: 'integration/csit' branch: '{branch}' refspec: 'refs/heads/{branch}' artifacts: '{archive-artifacts}' @@ -37,9 +37,9 @@ triggers: - gerrit-trigger-patch-submitted: server: '{server-name}' - project: 'integration' + project: 'integration/csit' branch: '{branch}' - files: 'test/csit/**/{project-name}/**' + files: '**/{project-name}/**' builders: - integration-install-robotframework @@ -53,6 +53,212 @@ pass-if: 100.0 - lf-infra-publish +- job-template: + name: '{project-name}-arm64-{stream}-verify-csit-{functionality}' + disabled: false + + project-type: freestyle + build-node: 'ubuntu1604-docker-arm64-4c-2g' + node: '{build-node}' + + 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: + - 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 + +- job-template: + name: '{project-name}-{stream}-verify-csit-{functionality}-testng' + disabled: false + + project-type: freestyle + build-node: 'ubuntu1604-docker-8c-8g' + node: '{build-node}' + + 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}' + - html-publisher-dir: + html-dir: '{html-dir}' + - html-publisher-files: + html-files: '{html-files}' + + 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: + - integration-install-robotframework + - inject: + properties-file: 'env.properties' + - integration-run-test + + publishers: + - testng: + pattern: archives/testng-results.xml + escape-test-description: true + escape-exception-msg: true + show-failed-builds: true + unstable-on-skipped-tests: false + failure-on-failed-test-config: false + - junit: + results: archives/testng-results.xml + health-scale-factor: 1.0 + allow-empty-results: true + - integration-robot: + unstable-if: 0.0 + pass-if: 100.0 + - html-publisher: + allow-missing: true + dir: '{html-dir}' + files: '{html-files}' + keep-all: false + link-to-last-build: false + name: ExtentReport + - lf-infra-publish + +- job-template: + name: '{project-name}-arm64-{stream}-verify-csit-{functionality}-testng' + disabled: false + + project-type: freestyle + build-node: 'ubuntu1604-docker-arm64-4c-2g' + node: '{build-node}' + + 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}' + - html-publisher-dir: + html-dir: '{html-dir}' + - html-publisher-files: + html-files: '{html-files}' + + 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: + - integration-install-robotframework + - inject: + properties-file: 'env.properties' + - integration-run-test + + publishers: + - testng: + pattern: archives/testng-results.xml + escape-test-description: true + escape-exception-msg: true + show-failed-builds: true + unstable-on-skipped-tests: false + failure-on-failed-test-config: false + - junit: + results: archives/testng-results.xml + health-scale-factor: 1.0 + allow-empty-results: true + - integration-robot: + unstable-if: 0.0 + pass-if: 100.0 + - html-publisher: + allow-missing: true + dir: '{html-dir}' + files: '{html-files}' + keep-all: false + link-to-last-build: false + name: ExtentReport + - lf-infra-publish + - job-template: name: '{project-name}-{stream}-csit-{functionality}' disabled: false @@ -63,12 +269,205 @@ properties: - lf-infra-properties: - project: 'integration' + 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: + - 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 + +- job-template: + name: '{project-name}-arm64-{stream}-csit-{functionality}' + disabled: false + + project-type: freestyle + build-node: 'ubuntu1604-docker-arm64-4c-2g' + node: '{build-node}' + + 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: + - 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 + +- job-template: + name: '{project-name}-{stream}-csit-{functionality}-testng' + disabled: false + + project-type: freestyle + build-node: 'ubuntu1604-docker-8c-8g' + node: '{build-node}' + + 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}' + - html-publisher-dir: + html-dir: '{html-dir}' + - html-publisher-files: + html-files: '{html-files}' + + 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: + - integration-install-robotframework + - inject: + properties-file: 'env.properties' + - integration-run-test + + publishers: + - integration-robot: + unstable-if: 0.0 + pass-if: 100.0 + - testng: + pattern: archives/testng-results.xml + escape-test-description: true + escape-exception-msg: true + show-failed-builds: true + unstable-on-skipped-tests: false + failure-on-failed-test-config: false + - junit: + results: archives/testng-results.xml + health-scale-factor: 1.0 + allow-empty-results: true + - html-publisher: + allow-missing: true + dir: '{html-dir}' + files: '{html-files}' + keep-all: false + link-to-last-build: false + name: ExtentReport + - lf-infra-publish + +- job-template: + name: '{project-name}-arm64-{stream}-csit-{functionality}-testng' + disabled: false + + project-type: freestyle + build-node: 'ubuntu1604-docker-arm64-4c-2g' + node: '{build-node}' + + properties: + - lf-infra-properties: + project: 'integration/csit' build-days-to-keep: '{build-days-to-keep}' parameters: - infra-parameters: - project: 'integration' + project: 'integration/csit' branch: '{branch}' refspec: 'refs/heads/{branch}' artifacts: '{archive-artifacts}' @@ -76,6 +475,10 @@ test-plan: 'plans/{project-name}/{functionality}' - integration-test-options: test-options: '{robot-options}' + - html-publisher-dir: + html-dir: '{html-dir}' + - html-publisher-files: + html-files: '{html-files}' scm: - gerrit-trigger-scm: @@ -91,9 +494,9 @@ triggers: - gerrit-trigger-patch-merged: server: '{server-name}' - project: 'integration' + project: 'integration/csit' branch: '{branch}' - files: 'test/csit/**/{project-name}/**' + files: '**/{project-name}/**' - timed: '@daily' - reverse: jobs: '{obj:trigger_jobs}' @@ -108,4 +511,22 @@ - integration-robot: unstable-if: 0.0 pass-if: 100.0 + - testng: + pattern: archives/testng-results.xml + escape-test-description: true + escape-exception-msg: true + show-failed-builds: true + unstable-on-skipped-tests: false + failure-on-failed-test-config: false + - junit: + results: archives/testng-results.xml + health-scale-factor: 1.0 + allow-empty-results: true + - html-publisher: + allow-missing: true + dir: '{html-dir}' + files: '{html-files}' + keep-all: false + link-to-last-build: false + name: ExtentReport - lf-infra-publish