summaryrefslogtreecommitdiffstats
path: root/jjb/integration/integration-templates-csit.yaml
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2023-05-03 09:20:21 -0700
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2023-05-03 09:45:46 -0700
commitfc7a9bbeb6c00edc8356d929ff3ef22fd0974db0 (patch)
tree5ccfb586cc3abcafe7b59e56898614a03000efcc /jjb/integration/integration-templates-csit.yaml
parentb270df9b7a6d52cf1df2429859691c3407cbe675 (diff)
Refactor: Cleanup for pre-commit
Change-Id: I424eb8c466dc22347119e9c140ffb562d8089b32 Issue-ID: CIMAN-33 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'jjb/integration/integration-templates-csit.yaml')
-rw-r--r--jjb/integration/integration-templates-csit.yaml164
1 files changed, 82 insertions, 82 deletions
diff --git a/jjb/integration/integration-templates-csit.yaml b/jjb/integration/integration-templates-csit.yaml
index 8013af243..ae6f9f558 100644
--- a/jjb/integration/integration-templates-csit.yaml
+++ b/jjb/integration/integration-templates-csit.yaml
@@ -1,55 +1,55 @@
---
- job-template:
- name: '{project-name}-{stream}-verify-csit-{functionality}'
+ name: "{project-name}-{stream}-verify-csit-{functionality}"
disabled: false
project-type: freestyle
- build-node: 'ubuntu1804-docker-8c-8g'
- node: '{build-node}'
- recipients: ''
- java-version: 'openjdk11'
+ 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}'
+ 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}'
+ project: "integration/csit"
+ branch: "{branch}"
+ refspec: "refs/heads/{branch}"
+ artifacts: "{archive-artifacts}"
- integration-test-plan:
- test-plan: 'plans/{project-name}/{functionality}'
+ test-plan: "plans/{project-name}/{functionality}"
- integration-test-options:
- test-options: '{robot-options}'
+ test-options: "{robot-options}"
scm:
- gerrit-trigger-scm:
- refspec: '$GERRIT_REFSPEC'
- choosing-strategy: 'gerrit'
- submodule-recursive: '{submodule-recursive}'
+ refspec: "$GERRIT_REFSPEC"
+ choosing-strategy: "gerrit"
+ submodule-recursive: "{submodule-recursive}"
wrappers:
- lf-infra-wrappers:
- build-timeout: '{build-timeout}'
- jenkins-ssh-credential: '{jenkins-ssh-credential}'
+ 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}/**'
+ server: "{server-name}"
+ project: "integration/csit"
+ branch: "{branch}"
+ files: "*/{project-name}/**"
builders:
- lf-update-java-alternatives:
- java-version: '{java-version}'
+ java-version: "{java-version}"
- integration-install-robotframework-py3
- inject:
- properties-file: 'env.properties'
+ properties-file: "env.properties"
- integration-run-test
publishers:
@@ -58,65 +58,65 @@
pass-if: 100.0
- lf-infra-publish
- email:
- recipients: '{recipients}'
+ recipients: "{recipients}"
notify-every-unstable-build: false
send-to-individuals: true
- job-template:
- name: '{project-name}-{stream}-csit-{functionality}'
+ name: "{project-name}-{stream}-csit-{functionality}"
disabled: false
project-type: freestyle
- build-node: 'ubuntu1804-docker-8c-8g'
- node: '{build-node}'
- recipients: ''
- java-version: 'openjdk11'
+ 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}'
+ 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}'
+ project: "integration/csit"
+ branch: "{branch}"
+ refspec: "refs/heads/{branch}"
+ artifacts: "{archive-artifacts}"
- integration-test-plan:
- test-plan: 'plans/{project-name}/{functionality}'
+ test-plan: "plans/{project-name}/{functionality}"
- integration-test-options:
- test-options: '{robot-options}'
+ test-options: "{robot-options}"
scm:
- gerrit-trigger-scm:
- refspec: ''
- choosing-strategy: 'default'
- submodule-recursive: '{submodule-recursive}'
+ refspec: ""
+ choosing-strategy: "default"
+ submodule-recursive: "{submodule-recursive}"
wrappers:
- lf-infra-wrappers:
- build-timeout: '{build-timeout}'
- jenkins-ssh-credential: '{jenkins-ssh-credential}'
+ 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'
+ server: "{server-name}"
+ project: "integration/csit"
+ branch: "{branch}"
+ files: "*/{project-name}/**"
+ - timed: "@daily"
- reverse:
- jobs: '{obj:trigger_jobs}'
+ jobs: "{obj:trigger_jobs}"
builders:
- lf-infra-pre-build
- lf-update-java-alternatives:
- java-version: '{java-version}'
+ java-version: "{java-version}"
- integration-install-robotframework-py3
- inject:
- properties-file: 'env.properties'
+ properties-file: "env.properties"
- integration-run-test
publishers:
@@ -125,7 +125,7 @@
pass-if: 100.0
- lf-infra-publish
- email:
- recipients: '{recipients}'
+ recipients: "{recipients}"
notify-every-unstable-build: false
send-to-individuals: true
@@ -141,7 +141,7 @@
build-days-to-keep: 30 # 30 days in case a release takes long to get approved.
build-node: ubuntu1804-docker-8c-8g
build-timeout: 60
- container-public-registry: 'nexus3.onap.org:10001'
+ container-public-registry: "nexus3.onap.org:10001"
git-url: "$GIT_URL/$PROJECT"
github-url: "https://github.com"
maven-versions-plugin: false
@@ -166,8 +166,8 @@
**/target/surefire-reports/*-output.txt
project-type: freestyle
- node: '{build-node}'
- java-version: 'openjdk11'
+ node: "{build-node}"
+ java-version: "openjdk11"
#####################
# Job Configuration #
@@ -175,14 +175,14 @@
concurrent: "{build-concurrent}"
properties:
- lf-infra-properties:
- project: '{project}'
- build-days-to-keep: '{build-days-to-keep}'
+ project: "{project}"
+ build-days-to-keep: "{build-days-to-keep}"
parameters:
- infra-parameters:
- project: '{project}'
- branch: '{branch}'
- refspec: 'refs/heads/{branch}'
- artifacts: '{archive-artifacts}'
+ project: "{project}"
+ branch: "{branch}"
+ refspec: "refs/heads/{branch}"
+ artifacts: "{archive-artifacts}"
- lf-infra-maven-parameters:
mvn-opts: "{mvn-opts}"
mvn-params: "{mvn-params}"
@@ -192,11 +192,11 @@
default: "{archive-artifacts}"
description: Artifacts to archive to the logs server.
- integration-test-options:
- test-options: '{robot-options}'
+ test-options: "{robot-options}"
wrappers:
- lf-infra-wrappers:
- build-timeout: '{build-timeout}'
- jenkins-ssh-credential: '{jenkins-ssh-credential}'
+ build-timeout: "{build-timeout}"
+ jenkins-ssh-credential: "{jenkins-ssh-credential}"
builders:
- lf-infra-pre-build
- lf-jacoco-nojava-workaround
@@ -224,7 +224,7 @@
mvn-goals: "{mvn-goals}"
- integration-install-robotframework-py3
- inject:
- properties-file: 'env.properties'
+ properties-file: "env.properties"
- integration-run-project-test
- lf-provide-maven-settings-cleanup
publishers:
@@ -233,7 +233,7 @@
pass-if: 100.0
- lf-infra-publish
- email:
- recipients: '{recipients}'
+ recipients: "{recipients}"
notify-every-unstable-build: false
send-to-individuals: true
@@ -247,21 +247,21 @@
# 3. give a verify vote to the triggering review
#
- name: '{project-name}-review-verification-maven-{stream}'
+ name: "{project-name}-review-verification-maven-{stream}"
<<: *verification_maven_job_boiler_plate
scm:
- gerrit-trigger-scm:
- refspec: '$GERRIT_REFSPEC'
- choosing-strategy: 'gerrit'
- submodule-recursive: '{submodule-recursive}'
+ refspec: "$GERRIT_REFSPEC"
+ choosing-strategy: "gerrit"
+ submodule-recursive: "{submodule-recursive}"
triggers:
- gerrit-trigger-patch-submitted:
- server: '{server-name}'
- project: '{project}'
- branch: '{branch}'
- files: '**'
+ server: "{server-name}"
+ project: "{project}"
+ branch: "{branch}"
+ files: "**"
- job-template:
# Job template for unified merge verification jobs in
@@ -272,18 +272,18 @@
# 2. run CSIT job with the local images
#
- name: '{project-name}-merge-verification-maven-{stream}'
+ name: "{project-name}-merge-verification-maven-{stream}"
<<: *verification_maven_job_boiler_plate
scm:
- gerrit-trigger-scm:
- refspec: ''
- choosing-strategy: 'default'
- submodule-recursive: '{submodule-recursive}'
+ refspec: ""
+ choosing-strategy: "default"
+ submodule-recursive: "{submodule-recursive}"
triggers:
- gerrit-trigger-patch-merged:
- server: '{server-name}'
- project: '{project}'
- branch: '{branch}'
- files: '**'
+ server: "{server-name}"
+ project: "{project}"
+ branch: "{branch}"
+ files: "**"