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
Fix kfp-kubernetes-library-tests and backend driver Optional field handling
- Regenerate Python protobuf bindings to include the optional field for SecretAsEnv and ConfigMapAsEnv
- Update test_volume.py to expect optional: False in secretAsEnv
- Fix backend driver to only set Optional field when explicitly true (maintains backward compatibility)
- Prevents breaking existing backend tests that expect Optional to be nil by default
- All 110 kfp-kubernetes-library-tests now pass
- All backend driver tests now pass
- Fixes PR kubeflow#12216 test failures
Signed-off-by: ddalvi <[email protected]>
0 commit comments