Add verify job for rapp catalogue enhanced 52/9552/4
authorhalil.cakal <halil.cakal@est.tech>
Wed, 9 Nov 2022 14:21:49 +0000 (14:21 +0000)
committerhalil.cakal <halil.cakal@est.tech>
Wed, 9 Nov 2022 15:19:57 +0000 (15:19 +0000)
Change job name

Issue-ID: NONRTRIC-800
Change-Id: Ibfc73820acc214ce01a84e1ea1944e73f41cb029
Signed-off-by: halil.cakal <halil.cakal@est.tech>
jjb/nonrtric-plt-rappcatalogue/nonrtric-plt-rappcatalogue.yaml

index b0a111d..a203db5 100644 (file)
     jobs:
       - gerrit-maven-sonar
 
+- project:
+    <<: *rappcatalogue_jdk_common
+    name: nonrtric-plt-enhanced-rappcatalogue-verify
+    # the install script assumes an ubuntu image
+    build-node: ubuntu1804-builder-2c-2g
+    python-version: python3.8
+    # skip docs on verify
+    tox-envs: code
+    tox-dir: catalogue-enhanced
+    # do not trigger on changes in docs, releases
+    gerrit_trigger_file_paths:
+      - compare-type: REG_EXP
+        pattern: 'catalogue-enhanced/.*'
+    stream:
+      # run verify on all branches
+      # the ANT pattern is **/{branch}, we are exploiting that.
+      - all:
+          branch: '*'
+    jobs:
+      - gerrit-tox-verify