Simplify ORAN jjb file organization 93/2993/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Thu, 26 Mar 2020 11:04:57 +0000 (07:04 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Thu, 26 Mar 2020 11:04:57 +0000 (07:04 -0400)
No functional changes just renaming:
* Rename oran-jjb to oran-templates
* Merge two shell directories and adjust usages

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I5ca746c801011385751c9b373f596cbd315d4e73

jjb/oran-templates/oran-docker-ci-jobs.yaml [moved from jjb/oran-jjb/oran-docker-ci-jobs.yaml with 98% similarity]
jjb/oran-templates/oran-shell-jobs.yaml [moved from jjb/oran-jjb/oran-shell-jobs.yaml with 100% similarity]
jjb/shell/export-packages.sh [moved from jjb/oran-jjb/shell/export-packages.sh with 100% similarity]
jjb/shell/packagecloud-push.sh [moved from jjb/oran-jjb/shell/packagecloud-push.sh with 100% similarity]

similarity index 98%
rename from jjb/oran-jjb/oran-docker-ci-jobs.yaml
rename to jjb/oran-templates/oran-docker-ci-jobs.yaml
index 8cc2b22..be44983 100644 (file)
@@ -41,7 +41,7 @@
     name: oran-docker-build-export
     builders:
       - shell: !include-raw-escape:
-          - shell/export-packages.sh
+          - ../shell/export-packages.sh
 
 - builder:
     # {packagecloud-account} is PackageCloud account ID; example: oran
@@ -59,7 +59,7 @@
             DEBIAN_DISTRIBUTION_VERSIONS={debian-distribution-versions}
             RPM_DISTRIBUTION_VERSIONS={rpm-distribution-versions}
       - shell: !include-raw-escape:
-          - shell/packagecloud-push.sh
+          - ../shell/packagecloud-push.sh
 
 # Different name, same content as lf_docker_common
 - oran_docker_common: &oran_docker_common