fixing helm-chart to deploy for attwf-driver and fabricxconnect tests

Change-Id: I2bda739f0dc351fb428735ea6e1bc8985edbf98b
diff --git a/jjb/pipeline/all-xos-api-test-helm.groovy b/jjb/pipeline/all-xos-api-test-helm.groovy
index 7d27819..d942d90 100644
--- a/jjb/pipeline/all-xos-api-test-helm.groovy
+++ b/jjb/pipeline/all-xos-api-test-helm.groovy
@@ -255,9 +255,9 @@
              helm dep update xos-services/hippie-oss
              helm install \${helm_install_args} xos-services/hippie-oss -n hippie-oss
 
-           elif [[ "$GERRIT_PROJECT" =~ ^(att-workflow-driver)\$ ]]; then
-             helm dep update xos-services/att-workflow-driver
-             helm install \${helm_install_args} xos-services/att-workflow-driver -n att-workflow-driver
+           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
 
            elif [[ "$GERRIT_PROJECT" =~ ^(xos|xos-tosca|cord-tester|helm-charts)\$ ]]; then
              echo "No additional charts to install for testing $GERRIT_PROJECT"