[CORD-3050]v4 Update to use new values files
Change-Id: I20f7fb73a393bf4e9ee26004cd5716b028375b67
diff --git a/jjb/helm-api-test.yaml b/jjb/helm-api-test.yaml
index 1e32c00..29aa8f3 100644
--- a/jjb/helm-api-test.yaml
+++ b/jjb/helm-api-test.yaml
@@ -1,11 +1,11 @@
---
-# CORD API tests using helm
+# Run CORD API robot tests in helm
- job-template:
id: helm-api-test
name: 'verify_{project}_helm-api-test'
description: |
- Created by helm-api-test job-template from ci-management/jjb/helm-api-test.yaml
+ Created by {id} job-template from ci-management/jjb/helm-api-test.yaml
triggers:
- cord-infra-gerrit-trigger-patchset:
diff --git a/jjb/pipeline/helm-api-test.groovy b/jjb/pipeline/helm-api-test.groovy
index 3a31332..1347466 100644
--- a/jjb/pipeline/helm-api-test.groovy
+++ b/jjb/pipeline/helm-api-test.groovy
@@ -45,7 +45,7 @@
steps {
sh '''
pushd cord/build
- ./scripts/imagebuilder.py -f ../helm-charts/examples/test-images.yaml
+ ./scripts/imagebuilder.py -f ../helm-charts/examples/api-test-images.yaml
popd
'''
}
@@ -93,7 +93,7 @@
sh '''
pushd cord/helm-charts
helm dep up xos-core
- helm install -f examples/test-values.yaml -f examples/candidate-tag-values.yaml xos-core -n xos-core
+ helm install -f examples/api-test-values.yaml xos-core -n xos-core
sleep 60
helm status xos-core
popd