diff --git a/acm-repos/kf-ci-v1/namespaces/auto-deploy/tekton.dev_v1alpha1_pipeline_notebook-test.yaml b/acm-repos/kf-ci-v1/namespaces/auto-deploy/tekton.dev_v1alpha1_pipeline_notebook-test.yaml index c0716bd0d..9edb3572b 100644 --- a/acm-repos/kf-ci-v1/namespaces/auto-deploy/tekton.dev_v1alpha1_pipeline_notebook-test.yaml +++ b/acm-repos/kf-ci-v1/namespaces/auto-deploy/tekton.dev_v1alpha1_pipeline_notebook-test.yaml @@ -61,7 +61,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 diff --git a/acm-repos/kf-ci-v1/namespaces/kf-ci/tekton.dev_v1alpha1_pipeline_notebook-test.yaml b/acm-repos/kf-ci-v1/namespaces/kf-ci/tekton.dev_v1alpha1_pipeline_notebook-test.yaml index b135bb5c8..c5ba3db10 100644 --- a/acm-repos/kf-ci-v1/namespaces/kf-ci/tekton.dev_v1alpha1_pipeline_notebook-test.yaml +++ b/acm-repos/kf-ci-v1/namespaces/kf-ci/tekton.dev_v1alpha1_pipeline_notebook-test.yaml @@ -61,7 +61,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 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