Add make common step before making subprojects 09/60409/1
authorKiran Kamineni <kiran.k.kamineni@intel.com>
Mon, 13 Aug 2018 23:24:37 +0000 (16:24 -0700)
committerKiran Kamineni <kiran.k.kamineni@intel.com>
Mon, 13 Aug 2018 23:24:46 +0000 (16:24 -0700)
Add make common step before calling make subproject
make subproject currently fails because common charts
cannot be downloaded.

Issue-ID: CIMAN-191
Change-Id: Ief4db7e6e26e4f6b004506628a74b92e657121fc
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
jjb/oom/oom-helm.yaml

index 003a743..11a9ac3 100644 (file)
@@ -75,9 +75,9 @@
           build_script: 'cd kubernetes/ && make all'
           files: '**'
       - '{project-name}-{subproject}-{stream}-verify-helm':
-          build_script: 'cd kubernetes/ && make {subproject}'
+          build_script: 'cd kubernetes/ && make common && make {subproject}'
       - '{project-name}-{subproject}-{stream}-merge-helm':
-          build_script: 'cd kubernetes/ && make {subproject}'
+          build_script: 'cd kubernetes/ && make common && make {subproject}'
       - '{project-name}-{stream}-update-helm-weekly':
           files: '**'
           build_script: 'cd kubernetes/ && make all'