You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
during today's KF Release meeting (2024-12-02) @andreyvelich raised a relevant point that WGs should strongly consider running matrix testing of the K8s versions for their own e2e tests
where the K8s versions are identified by the Platform WG, for example here: kubeflow/community#767
when declined on this MR repo, our main e2e test is here:
I also believe this matrix testing of K8s shall be done only for 1 python version, and only when merged on main (ie not on every PR, to avoid eccessive workload from github)
The text was updated successfully, but these errors were encountered:
during today's KF Release meeting (2024-12-02) @andreyvelich raised a relevant point that WGs should strongly consider running matrix testing of the K8s versions for their own e2e tests
where the K8s versions are identified by the Platform WG, for example here: kubeflow/community#767
when declined on this MR repo, our main e2e test is here:
model-registry/.github/workflows/python-tests.yml
Line 68 in d816da7
so I would propose for said GHA to test against the necessary K8s version by configuring the KinD action appropriately:
model-registry/.github/workflows/python-tests.yml
Lines 124 to 127 in d816da7
I also believe this matrix testing of K8s shall be done only for 1 python version, and only when merged on main (ie not on every PR, to avoid eccessive workload from github)
The text was updated successfully, but these errors were encountered: