X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fintegration.yaml;h=918e1a60f463ae1baa3b6a5e6763df9915b1d3b8;hb=de7d1a2d74b26314f79f5b74550ebe01487bb5c0;hp=6e36576ddf0aca5c7ae57a3ead597f4f1da2fcce;hpb=14a80a58f4ebd97c43a1900c5a369269aa5e8ffc;p=ci-management.git diff --git a/jjb/integration/integration.yaml b/jjb/integration/integration.yaml index 6e36576dd..918e1a60f 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,7 +47,7 @@ name: integration-verify-golang project-name: 'integration' project: 'integration' - golangver: 'golang112' + golangver: 'golang114' mvn-settings: 'integration-settings' archive-artifacts: '' jobs: @@ -55,7 +56,7 @@ - 'test-security-k8s': path: 'test/security/k8s' pattern: '{path}/**' - build-node: ubuntu1804-builder-4c-4g + build-node: ubuntu2004-builder-4c-4g script: | #!/bin/bash set -ex # Fail build if any setup step fails @@ -83,7 +84,7 @@ project-name: 'integration' python-version: python3 jobs: - - '{project-name}-{stream}-{subproject}-lint' + - integration-linters subproject: - 'yaml': tox-dir: '.' @@ -101,6 +102,14 @@ 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'