X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fric-plt-a1%2Fric-plt-a1.yaml;h=7e04756e35d06fbbbd7de62bc62af4cc0d8302c4;hb=ea8b634b26927e243f0ea9083de2b83d565bedc3;hp=e6ac32ec40005c6df4a13461c583e54885804af1;hpb=18c71594912bbcdb58210c184f266594bc99597f;p=ci-management.git diff --git a/jjb/ric-plt-a1/ric-plt-a1.yaml b/jjb/ric-plt-a1/ric-plt-a1.yaml index e6ac32ec..7e04756e 100644 --- a/jjb/ric-plt-a1/ric-plt-a1.yaml +++ b/jjb/ric-plt-a1/ric-plt-a1.yaml @@ -33,6 +33,10 @@ # use host network docker-build-args: '--network=host' build-node: ubuntu1804-docker-4c-4g + # do not trigger on changes in docs, releases + gerrit_trigger_file_paths: + - compare-type: REG_EXP + pattern: '^((?!docs\/|releases\/|\/COMMIT_MSG).)*$' stream: - master: branch: master @@ -47,6 +51,12 @@ pre-build-script: !include-raw-escape: - ../shell/install-deb-rmr.sh python-version: python3 + # skip docs on verify + tox-envs: code,flake8 + # do not trigger on changes in docs, releases + gerrit_trigger_file_paths: + - compare-type: REG_EXP + pattern: '^((?!docs\/|releases\/|\/COMMIT_MSG).)*$' stream: # run verify on all branches # the ANT pattern is **/{branch}, we are exploiting that.