Skip to content

Commit

Permalink
* Directory for junit file for notebooks is incorrect
Browse files Browse the repository at this point in the history
* We need to upload the junits to the artifacts/junit_* directory

Related to GoogleCloudPlatform/kubeflow-distribution#65
  • Loading branch information
Jeremy Lewi committed Jul 2, 2020
1 parent d9a9237 commit 54a57f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tekton/templates/pipelines/notebook-test-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54a57f4

Please sign in to comment.