Refactor: JJB code
[ci-management.git] / jjb / pti-rtp / pti-rtp.yaml
index 58181a4..ed4f088 100644 (file)
@@ -13,7 +13,7 @@
     jobs:
       - gerrit-info-yaml-verify
 
-- pti_rtp_common: &pti_rtp_common
+- _pti_rtp_common: &pti_rtp_common
     name: pti-rtp-common
     # git repo
     project: pti/rtp
@@ -25,7 +25,7 @@
     # use a centos with big memory; docker not required
     build-node: centos7-docker-2c-8g
     # use a non-recursive pattern
-    archive-artifacts: '*.log'
+    archive-artifacts: "*.log"
 
 - project:
     <<: *pti_rtp_common
@@ -33,8 +33,8 @@
     # runs about 50~80 minutes
     build-timeout: 120
     script: !include-raw-escape:
-        - install-yocto-prereq-centos.sh
-        - verify-inf.sh
+      - install-yocto-prereq-centos.sh
+      - verify-inf.sh
     jobs:
       - oran-shell-verify
 
@@ -44,8 +44,8 @@
     # runs about 50~80 minutes
     build-timeout: 120
     script: !include-raw-escape:
-        - install-yocto-prereq-centos.sh
-        - verify-inf.sh
+      - install-yocto-prereq-centos.sh
+      - verify-inf.sh
     jobs:
       - oran-shell-merge
 
@@ -57,9 +57,9 @@
     # runs about 48 hours
     build-timeout: 2880
     script: !include-raw-escape:
-        - install-yocto-prereq-centos.sh
-        - build-inf.sh
-        - upload-inf.sh
+      - install-yocto-prereq-centos.sh
+      - build-inf.sh
+      - upload-inf.sh
     jobs:
       - oran-shell-release
     stream:
@@ -67,3 +67,5 @@
           branch: master
       - f-release:
           branch: f-release
+      - g-release:
+          branch: g-release