X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fintegration.yaml;h=5b211d7451639b9d49c8b835c651978f5c79d4ee;hb=20e6bd8e43ffe7aaa01195aea3ecd4e3e4191e40;hp=714878e4a63014684d828b4d0a973d78e670c6d7;hpb=831e1977070a866608af6f8840e4c87f6ddbe0fb;p=ci-management.git diff --git a/jjb/integration/integration.yaml b/jjb/integration/integration.yaml index 714878e4a..5b211d745 100644 --- a/jjb/integration/integration.yaml +++ b/jjb/integration/integration.yaml @@ -6,47 +6,109 @@ - project-view - project: - name: integration - project-name: 'integration' + name: integration-info + project-name: integration jobs: - - '{project-name}-{stream}-{subproject}-verify-java' - - '{project-name}-{stream}-{subproject}-merge-java' - - gerrit-maven-stage: - sign-artifacts: true - build-node: centos7-builder-4c-4g - maven-versions-plugin: true - mvn-pom: 'version-manifest/pom.xml' - mvn-params: '-f version-manifest/pom.xml' - project: 'integration' - subproject: - - 'version-manifest': - pom: 'version-manifest/pom.xml' - pattern: 'version-manifest/**' + - gerrit-info-yaml-verify + build-node: centos7-builder-2c-1g + project: integration + branch: master + +- project: + name: integration-verify-python + project-name: integration + project: integration stream: - 'master': branch: 'master' + - 'elalto': + branch: 'elalto' mvn-settings: 'integration-settings' - files: '**' - archive-artifacts: '' - build-node: ubuntu1604-builder-4c-4g + build-node: 'centos7-builder-4c-4g' + subproject: + - 'test-vcpe': + path: 'test/vcpe' + pattern: 'test/vcpe/**' + jobs: + - '{project-name}-{stream}-{subproject}-verify-python' - project: - name: integration-clm - jobs: - - gerrit-maven-clm: - mvn-params: '-f version-manifest/pom.xml' - nexus-iq-namespace: 'onap-' - project: integration + name: integration-verify-vagrantfile project-name: 'integration' + project: 'integration' stream: - 'master': branch: 'master' + jobs: + - '{project-name}-{stream}-verify-vagrantfile' + +- project: + name: integration-verify-golang + project-name: 'integration' + project: 'integration' + golangver: 'golang112' mvn-settings: 'integration-settings' + archive-artifacts: '' + jobs: + - '{project-name}-{stream}-{subproject}-verify-golang' + subproject: + - 'test-security-k8s': + path: 'test/security/k8s' + pattern: '{path}/**' + build-node: ubuntu1804-builder-4c-4g + script: | + #!/bin/bash + set -ex # Fail build if any setup step fails + cd $WORKSPACE/{path} + make test + - 'test-security-sslendpoints': + path: 'test/security/sslendpoints' + pattern: '{path}/**' + build-node: ubuntu1804-docker-8c-8g + script: | + #!/bin/bash + set -ex # Fail build if any setup step fails + cd $WORKSPACE/{path} + rm -rf $WORKSPACE/{path}/bin + make docker-build + make test + make clean + stream: + - 'master': + branch: 'master' - project: - name: integration-info - project-name: integration + name: integration-linters + project: 'integration' + project-name: 'integration' + python-version: python3 jobs: - - gerrit-info-yaml-verify - project: integration - branch: master + - integration-linters + subproject: + - 'yaml': + tox-dir: '.' + tox-envs: 'yaml' + pattern: '**/*.yaml' + - 'yml': + tox-dir: '.' + tox-envs: 'yaml' + pattern: '**/*.yml' + - 'json': + tox-dir: '.' + tox-envs: 'json' + pattern: '**/*.json' + - 'python': + tox-dir: '.' + tox-envs: 'py' + pattern: '**/*.py' + - 'rst': + tox-dir: '.' + tox-envs: 'rst' + pattern: '**/*.rst' + - 'md': + tox-dir: '.' + tox-envs: 'md' + pattern: '**/*.md' + stream: + - 'master': + branch: 'master'