From 54a57f485f3699cb2a564c20fe60f79a261f1089 Mon Sep 17 00:00:00 2001 From: Jeremy Lewi Date: Thu, 2 Jul 2020 07:47:41 -0700 Subject: [PATCH] * Directory for junit file for notebooks is incorrect * We need to upload the junits to the artifacts/junit_* directory Related to kubeflow/gcp-blueprints#65 --- tekton/templates/pipelines/notebook-test-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tekton/templates/pipelines/notebook-test-pipeline.yaml b/tekton/templates/pipelines/notebook-test-pipeline.yaml index c9dea26c8..44f1eecfd 100644 --- a/tekton/templates/pipelines/notebook-test-pipeline.yaml +++ b/tekton/templates/pipelines/notebook-test-pipeline.yaml @@ -66,7 +66,7 @@ spec: - name: notebook-output value: $(params.notebook-output) - name: artifacts-gcs - value: $(params.artifacts-gcs) + value: $(params.artifacts-gcs)/artifacts/junit_$(params.test-target-name) - name: testing-cluster-pattern value: $(params.testing-cluster-pattern) - name: testing-cluster-location