X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fintegration.yaml;h=047b81cad02ef796cdaf7b044558f6a792955a0e;hb=0cc0f8507c83fb12fc82dbd0504cf07abdc8c57d;hp=8d4d52e483e3b1b5594cddeb1a7a517f0f390036;hpb=8cb9edf54e7842373758935c79d2a320f503e7f0;p=ci-management.git diff --git a/jjb/integration/integration.yaml b/jjb/integration/integration.yaml index 8d4d52e48..047b81cad 100644 --- a/jjb/integration/integration.yaml +++ b/jjb/integration/integration.yaml @@ -10,7 +10,7 @@ project-name: integration jobs: - gerrit-info-yaml-verify - build-node: centos7-builder-2c-1g + build-node: centos8-builder-2c-1g project: integration branch: master @@ -21,14 +21,15 @@ stream: - 'master': branch: 'master' - - 'elalto': - branch: 'elalto' mvn-settings: 'integration-settings' - build-node: 'centos7-builder-4c-4g' + build-node: 'ubuntu2004-builder-4c-4g' subproject: - 'test-vcpe': path: 'test/vcpe' pattern: 'test/vcpe/**' + - 'ran-nssmf-simulator': + path: 'test/mocks/ran-nssmf-simulator' + pattern: 'test/mocks/ran-nssmf-simulator/**' jobs: - '{project-name}-{stream}-{subproject}-verify-python' @@ -46,44 +47,36 @@ name: integration-verify-golang project-name: 'integration' project: 'integration' - golangver: 'golang112' + golangver: 'golang114' mvn-settings: 'integration-settings' archive-artifacts: '' - build-node: ubuntu1604-builder-2c-1g jobs: - - '{project-name}-{stream}-verify-golang': - script: '{build_script}' - path: 'test/security/k8s' - pattern: '{path}/**' - stream: - - 'master': - branch: 'master' - build_script: | - #!/bin/bash - set -ex # Fail build if any setup step fails - cd test/security/k8s - make test - -- project: - name: integration-netconf-pnp-simulator - project: integration + - '{project-name}-{stream}-{subproject}-verify-golang' + subproject: + - 'test-security-k8s': + path: 'test/security/k8s' + pattern: '{path}/**' + build-node: ubuntu2004-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: ubuntu2004-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' - # Required by verifier - mvn-settings: 'integration-settings' - project-name: 'integration-netconf-pnp-simulator' - gerrit_trigger_file_paths: - - compare-type: ANT - pattern: 'test/mocks/netconf-pnp-simulator/engine/**' - docker-name: 'onap/integration/simulators/netconf-pnp-simulator' - docker-root: test/mocks/netconf-pnp-simulator/engine - container-tag-method: yaml-file - build-node: centos7-docker-8c-8g - build-timeout: 20 - jobs: - - gerrit-docker-verify - - gerrit-docker-merge - project: name: integration-linters @@ -91,16 +84,32 @@ project-name: 'integration' python-version: python3 jobs: - - '{project-name}-{stream}-{subproject}-lint' + - integration-linters subproject: - 'yaml': tox-dir: '.' tox-envs: 'yaml' - pattern: '**/*.yaml|**/*.yml' + 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'