Merge "Simplify ORAN jjb file organization"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 26 Mar 2020 15:47:17 +0000 (15:47 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Thu, 26 Mar 2020 15:47:17 +0000 (15:47 +0000)
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