kubeflow/conformance/1.5
James Wu 7cd547a00e
feat(conformance): create v1.7 conformance test directory (#7123)
* feat(conformance): fork v1.7 conformance files

Updated KFP test image to 1.7

* chore(conformance): restore v1.5 conformance files.

* Address code review comments.
2023-05-08 18:14:55 +00:00
..
Makefile katib conformance test setup (#7100) 2023-04-17 16:25:20 +00:00
README.md feat(conformance): create v1.7 conformance test directory (#7123) 2023-05-08 18:14:55 +00:00
katib-conformance.yaml feat(conformance): create v1.7 conformance test directory (#7123) 2023-05-08 18:14:55 +00:00
kfp-conformance.yaml KF conformance test driver (#6478) 2022-06-01 17:38:48 +00:00
report-pod.sh feat(conformance): create v1.7 conformance test directory (#7123) 2023-05-08 18:14:55 +00:00
setup.yaml Training operator conformance test driver (#7056) 2023-03-27 17:01:02 +00:00
training-operator-conformance.yaml feat(conformance): create v1.7 conformance test directory (#7123) 2023-05-08 18:14:55 +00:00

README.md

Kubeflow conformance program (WIP)

Before running the conformance tests, you need to configure kubectl default context to point to the k8s cluster that is hosting Kubeflow.

To run version <x.y> of the conformance test.

cd kubeflow/conformance/<x.y>

Run conformance test

make run

Download test report

make report

The reports are downloaded to /tmp/kf-conformance

Submit the test report to Kubeflow conformance body for review

TBD

Clean up test resources

make clean