replacing 'xos-profiles' with 'workflows' in pipelines

Change-Id: Ife80c1fbc1ea1756c2ee16968042699db393419a
diff --git a/jjb/pipeline/all-xos-api-test-helm.groovy b/jjb/pipeline/all-xos-api-test-helm.groovy
index 5c75dea..a6d94f8 100644
--- a/jjb/pipeline/all-xos-api-test-helm.groovy
+++ b/jjb/pipeline/all-xos-api-test-helm.groovy
@@ -256,8 +256,8 @@
              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-profiles/att-workflow
-             helm install \${helm_install_args} xos-profiles/att-workflow -n att-workflow
+             helm dep update workflows/att-workflow
+             helm install \${helm_install_args} workflows/att-workflow -n att-workflow
 
            elif [[ "$GERRIT_PROJECT" =~ ^(xos|xos-tosca|cord-tester|helm-charts)\$ ]]; then
              echo "No additional charts to install for testing $GERRIT_PROJECT"
diff --git a/jjb/pipeline/chart-api-test-helm.groovy b/jjb/pipeline/chart-api-test-helm.groovy
index 31c55db..8ac098f 100644
--- a/jjb/pipeline/chart-api-test-helm.groovy
+++ b/jjb/pipeline/chart-api-test-helm.groovy
@@ -110,8 +110,8 @@
            helm dep up xos-core
            helm install \${helm_install_args} xos-core -n xos-core
 
-           helm dep update xos-profiles/att-workflow
-           helm install \${helm_install_args} xos-profiles/att-workflow -n att-workflow
+           helm dep update workflows/att-workflow
+           helm install \${helm_install_args} workflows/att-workflow -n att-workflow
 
            # wait for services to load
            PODS_TIMEOUT=900 ./scripts/wait_for_pods.sh