diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2023-05-03 09:20:21 -0700 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2023-05-03 09:45:46 -0700 |
commit | fc7a9bbeb6c00edc8356d929ff3ef22fd0974db0 (patch) | |
tree | 5ccfb586cc3abcafe7b59e56898614a03000efcc /jjb/integration/xtesting | |
parent | b270df9b7a6d52cf1df2429859691c3407cbe675 (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/xtesting')
-rw-r--r-- | jjb/integration/xtesting/integration-xtesting.yaml | 176 |
1 files changed, 88 insertions, 88 deletions
diff --git a/jjb/integration/xtesting/integration-xtesting.yaml b/jjb/integration/xtesting/integration-xtesting.yaml index b87942e67..575fa19e6 100644 --- a/jjb/integration/xtesting/integration-xtesting.yaml +++ b/jjb/integration/xtesting/integration-xtesting.yaml @@ -9,126 +9,126 @@ branch: master - project: - name: integration-xtesting-linters - project: integration/xtesting - project-name: integration-xtesting - python-version: python3 - jobs: - - integration-linters - subproject: - - 'commit': - tox-dir: '.' - tox-envs: 'gitlint' - pattern: '**' - - 'yaml': - tox-dir: '.' - tox-envs: 'yaml' - pattern: '**/*.yaml' - - 'yml': - tox-dir: '.' - tox-envs: 'yaml' - pattern: '**/*.yml' - - 'json': - tox-dir: '.' - tox-envs: 'json' - pattern: '**/*.json' - - 'md': - tox-dir: '.' - tox-envs: 'md' - pattern: '**/*.md' - stream: - - 'master': - branch: 'master' - - 'jakarta': - branch: 'jakarta' - - 'kohn': - branch: 'kohn' + name: integration-xtesting-linters + project: integration/xtesting + project-name: integration-xtesting + python-version: python3 + jobs: + - integration-linters + subproject: + - "commit": + tox-dir: "." + tox-envs: "gitlint" + pattern: "**" + - "yaml": + tox-dir: "." + tox-envs: "yaml" + pattern: "**/*.yaml" + - "yml": + tox-dir: "." + tox-envs: "yaml" + pattern: "**/*.yml" + - "json": + tox-dir: "." + tox-envs: "json" + pattern: "**/*.json" + - "md": + tox-dir: "." + tox-envs: "md" + pattern: "**/*.md" + stream: + - "master": + branch: "master" + - "jakarta": + branch: "jakarta" + - "kohn": + branch: "kohn" - project: name: integration-xtesting-release - project-name: 'integration-xtesting' - project: 'integration/xtesting' - mvn-settings: 'integration-settings' + project-name: "integration-xtesting" + project: "integration/xtesting" + mvn-settings: "integration-settings" jobs: - - '{project-name}-gerrit-release-jobs': + - "{project-name}-gerrit-release-jobs": build-node: centos7-docker-2c-1g - project: - name: 'integration-xtesting-docker' + name: "integration-xtesting-docker" jobs: - gerrit-docker-verify: - project-name: 'integration-xtesting-infra-healthcheck' + project-name: "integration-xtesting-infra-healthcheck" docker-root: ./infra-healthcheck - docker-name: 'onap/xtesting-infra-healthcheck' - docker-build-args: '-f ./docker/Dockerfile' + docker-name: "onap/xtesting-infra-healthcheck" + docker-build-args: "-f ./docker/Dockerfile" - gerrit-docker-merge: - project-name: 'integration-xtesting-infra-healthcheck' + project-name: "integration-xtesting-infra-healthcheck" docker-root: ./infra-healthcheck - docker-name: 'onap/xtesting-infra-healthcheck' - docker-build-args: '-f ./docker/Dockerfile' + docker-name: "onap/xtesting-infra-healthcheck" + docker-build-args: "-f ./docker/Dockerfile" - gerrit-docker-verify: - project-name: 'integration-xtesting-healthcheck' + project-name: "integration-xtesting-healthcheck" docker-root: ./healthcheck - docker-name: 'onap/xtesting-healthcheck' - docker-build-args: '-f ./docker/Dockerfile' + docker-name: "onap/xtesting-healthcheck" + docker-build-args: "-f ./docker/Dockerfile" - gerrit-docker-merge: - project-name: 'integration-xtesting-healthcheck' + project-name: "integration-xtesting-healthcheck" docker-root: ./healthcheck - docker-name: 'onap/xtesting-healthcheck' - docker-build-args: '-f ./docker/Dockerfile' + docker-name: "onap/xtesting-healthcheck" + docker-build-args: "-f ./docker/Dockerfile" - gerrit-docker-verify: - project-name: 'integration-xtesting-smoke-usecases-pythonsdk' + project-name: "integration-xtesting-smoke-usecases-pythonsdk" docker-root: ./smoke-usecases-pythonsdk - docker-name: 'onap/xtesting-smoke-usecases-pythonsdk' - docker-build-args: '-f ./docker/Dockerfile' + docker-name: "onap/xtesting-smoke-usecases-pythonsdk" + docker-build-args: "-f ./docker/Dockerfile" - gerrit-docker-merge: - project-name: 'integration-xtesting-smoke-usecases-pythonsdk' + project-name: "integration-xtesting-smoke-usecases-pythonsdk" docker-root: ./smoke-usecases-pythonsdk - docker-name: 'onap/xtesting-smoke-usecases-pythonsdk' - docker-build-args: '-f ./docker/Dockerfile' + docker-name: "onap/xtesting-smoke-usecases-pythonsdk" + docker-build-args: "-f ./docker/Dockerfile" - gerrit-docker-verify: - project-name: 'integration-xtesting-smoke-usecases-robot' + project-name: "integration-xtesting-smoke-usecases-robot" docker-root: ./smoke-usecases-robot - docker-name: 'onap/xtesting-smoke-usecases-robot' - docker-build-args: '-f ./docker/Dockerfile' + docker-name: "onap/xtesting-smoke-usecases-robot" + docker-build-args: "-f ./docker/Dockerfile" - gerrit-docker-merge: - project-name: 'integration-xtesting-smoke-usecases-robot' + project-name: "integration-xtesting-smoke-usecases-robot" docker-root: ./smoke-usecases-robot - docker-name: 'onap/xtesting-smoke-usecases-robot' - docker-build-args: '-f ./docker/Dockerfile' + docker-name: "onap/xtesting-smoke-usecases-robot" + docker-build-args: "-f ./docker/Dockerfile" - gerrit-docker-verify: - project-name: 'integration-xtesting-security' + project-name: "integration-xtesting-security" docker-root: ./security - docker-name: 'onap/xtesting-security' - docker-build-args: '-f ./docker/Dockerfile' + docker-name: "onap/xtesting-security" + docker-build-args: "-f ./docker/Dockerfile" - gerrit-docker-merge: - project-name: 'integration-xtesting-security' + project-name: "integration-xtesting-security" docker-root: ./security - docker-name: 'onap/xtesting-security' - docker-build-args: '-f ./docker/Dockerfile' + docker-name: "onap/xtesting-security" + docker-build-args: "-f ./docker/Dockerfile" - gerrit-docker-verify: - project-name: 'integration-xtesting-smoke-usecases-robot-py3' + project-name: "integration-xtesting-smoke-usecases-robot-py3" docker-root: ./smoke-usecases-robot-py3 - docker-name: 'onap/xtesting-smoke-usecases-robot-py3' - docker-build-args: '-f ./docker/Dockerfile' + docker-name: "onap/xtesting-smoke-usecases-robot-py3" + docker-build-args: "-f ./docker/Dockerfile" - gerrit-docker-merge: - project-name: 'integration-xtesting-smoke-usecases-robot-py3' + project-name: "integration-xtesting-smoke-usecases-robot-py3" docker-root: ./smoke-usecases-robot-py3 - docker-name: 'onap/xtesting-smoke-usecases-robot-py3' - docker-build-args: '-f ./docker/Dockerfile' - project: 'integration/xtesting' + docker-name: "onap/xtesting-smoke-usecases-robot-py3" + docker-build-args: "-f ./docker/Dockerfile" + project: "integration/xtesting" stream: - - 'master': - branch: 'master' - files: '' - - 'jakarta': - branch: 'jakarta' - files: '' - - 'kohn': - branch: 'kohn' - files: '' - docker-root: '$WORKSPACE' - mvn-settings: 'integration-settings' + - "master": + branch: "master" + files: "" + - "jakarta": + branch: "jakarta" + files: "" + - "kohn": + branch: "kohn" + files: "" + docker-root: "$WORKSPACE" + mvn-settings: "integration-settings" build-node: ubuntu1804-docker-8c-8g - cron: '@daily' + cron: "@daily" container-tag-method: stream |