[CORD-3202]

Check helm-charts against released container versions, without
overriding them.

Eliminate redundant helm-api-test.groovy pipeline whose functionality is
covered fully by the all-xos-api-test-helm.groovy job.

Change-Id: I0fd02999024b7c748c480a334d51a0ff22f4c96e
diff --git a/jjb/pipeline/all-xos-api-test-helm.groovy b/jjb/pipeline/all-xos-api-test-helm.groovy
index 863baec..dd70943 100644
--- a/jjb/pipeline/all-xos-api-test-helm.groovy
+++ b/jjb/pipeline/all-xos-api-test-helm.groovy
@@ -12,7 +12,9 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
-PROFILE="null"
+// Run XOS api tests on HEAD of a branch (usually master), loading the
+// corresponding charts
+
 CORE_CONTAINER="null"
 
 pipeline {
@@ -206,7 +208,7 @@
              helm dep update xos-services/hippie-oss
              helm install \${helm_install_args} xos-services/hippie-oss -n hippie-oss
 
-           elif [[ "$GERRIT_PROJECT" =~ ^(xos|xos-tosca|cord-tester)\$ ]]; then
+           elif [[ "$GERRIT_PROJECT" =~ ^(xos|xos-tosca|cord-tester|helm-charts)\$ ]]; then
              echo "No additional charts to install for testing $GERRIT_PROJECT"
 
            else