X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ci-management.git;a=blobdiff_plain;f=jjb%2Fric-plt-a1%2Fric-plt-a1.yaml;fp=jjb%2Fric-plt-a1%2Fric-plt-a1.yaml;h=d8338ec4b48deefa4c20a04aea589a10405488cc;hp=837cd055ca766c48318d60f33d3300088d39ea9d;hb=c48e438f4f068770cf16b1bcbf7cac25c830b59b;hpb=cfb66127f79acac7fb8e352dbd89543b2bb2959c diff --git a/jjb/ric-plt-a1/ric-plt-a1.yaml b/jjb/ric-plt-a1/ric-plt-a1.yaml index 837cd055..d8338ec4 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 @@ -49,6 +53,10 @@ 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.