using "seba-services" for api-tests
Change-Id: Iffa7ef7e93d0663ab51533b0f29b2819286b3d61
diff --git a/jjb/pipeline/all-xos-api-test-helm.groovy b/jjb/pipeline/all-xos-api-test-helm.groovy
index 0490241..371bb72 100644
--- a/jjb/pipeline/all-xos-api-test-helm.groovy
+++ b/jjb/pipeline/all-xos-api-test-helm.groovy
@@ -258,15 +258,9 @@
helm install \${helm_install_args} xos-services/hippie-oss -n hippie-oss
elif [[ "$GERRIT_PROJECT" =~ ^(att-workflow-driver|fabric-crossconnect)\$ ]]; then
- helm dep update xos-services/rcord
- helm install \${helm_install_args} xos-services/rcord -n rcord
- helm dep update xos-services/onos-service
- helm install \${helm_install_args} xos-services/onos-service -n onos
- helm dep update xos-services/fabric
- helm install \${helm_install_args} xos-services/fabric -n fabric
- helm dep update xos-services/fabric-crossconnect
- helm install \${helm_install_args} xos-services/fabric-crossconnect -n fabric-crossconnect
- helm install \${helm_install_args} sadis-server -n sadis-server
+ helm dep update xos-profiles/seba-services
+ helm install \${helm_install_args} xos-profiles/seba-services
+ JOBS_TIMEOUT=900 ./helm-repo-tools/wait_for_jobs.sh
helm dep update workflows/att-workflow
helm install \${helm_install_args} workflows/att-workflow -n att-workflow
diff --git a/jjb/pipeline/chart-api-test-helm.groovy b/jjb/pipeline/chart-api-test-helm.groovy
index 22f85d5..9d01c02 100644
--- a/jjb/pipeline/chart-api-test-helm.groovy
+++ b/jjb/pipeline/chart-api-test-helm.groovy
@@ -112,16 +112,9 @@
helm dep up xos-core
helm install \${helm_install_args} xos-core -n xos-core
- helm dep update xos-services/rcord
- helm install \${helm_install_args} xos-services/rcord -n rcord
- helm dep update xos-services/onos-service
- helm install \${helm_install_args} xos-services/onos-service -n onos
- helm dep update xos-services/fabric
- helm install \${helm_install_args} xos-services/fabric -n fabric
- helm dep update xos-services/fabric-crossconnect
- helm install \${helm_install_args} xos-services/fabric-crossconnect -n fabric-crossconnect
- helm install \${helm_install_args} sadis-server -n sadis-server
-
+ helm dep update xos-profiles/seba-services
+ helm install \${helm_install_args} xos-profiles/seba-services
+ JOBS_TIMEOUT=900 ./helm-repo-tools/wait_for_jobs.sh
helm dep update workflows/att-workflow
helm install \${helm_install_args} workflows/att-workflow -n att-workflow