Load base-openstack profile before mcord profile
Change-Id: Ieb567f9e6a5f62b66f7d892f76afe97d9e655bec
diff --git a/jjb/pipeline/all-xos-api-test-helm.groovy b/jjb/pipeline/all-xos-api-test-helm.groovy
index 6c92d88..863baec 100644
--- a/jjb/pipeline/all-xos-api-test-helm.groovy
+++ b/jjb/pipeline/all-xos-api-test-helm.groovy
@@ -182,8 +182,10 @@
extrasleep=300
elif [[ "$GERRIT_PROJECT" =~ ^(vMME|vspgwc|vspgwu|vHSS|hss_db|internetemulator|sdn-controller|epc-service|mcord|progran)\$ ]]; then
+ helm dep update xos-profiles/base-openstack
helm dep update xos-profiles/mcord
- helm install \${helm_install_args} xos-profiles/mcord -n mcord
+ helm install \${helm_install_args} xos-profiles/base-openstack -n base-openstack
+ helm install \${helm_install_args} xos-profiles/mcord -n mcord
extrasleep=900
elif [[ "$GERRIT_PROJECT" =~ ^(openstack|vtn-service|exampleservice|addressmanager)\$ ]]; then