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
chore: (cherry-pick) Add SDK support for setting resource limits on older KFP versions (#11853)
* fix(sdk): Add SDK support for setting resource limits on older KFP versions (#11839)
For context, the commit 70aaf8a removed
support for the old fields (without a resource_ prefix). This was
added back in commit 6ebf4aa but done in a way
that broke any usage of pipeline input parameters but was to support the
current KFP backend which did not yet support the new fields. In commit
7c931ae, the old fields were removed
again but added support for the new field in KFP backend.
This commit addresses the case where a user is using a new SDK but with
a KFP backend prior to 2.4.
(cherry picked from commit f9d487c)
Signed-off-by: mprahl <[email protected]>
Signed-off-by: Humair Khan <[email protected]>
* chore(sdk): release kfp sdk 2.12.2 (#11843)
(cherry picked from commit e21bbba)
Signed-off-by: Humair Khan <[email protected]>
* fix(tests): free up space in some test runners (#11818)
* fix(tests): free up space in some test runners
Signed-off-by: droctothorpe <[email protected]>
* Add comments and logs
Signed-off-by: droctothorpe <[email protected]>
---------
(cherry picked from commit 478ca08)
Signed-off-by: droctothorpe <[email protected]>
Signed-off-by: Humair Khan <[email protected]>
---------
Signed-off-by: mprahl <[email protected]>
Signed-off-by: Humair Khan <[email protected]>
Signed-off-by: droctothorpe <[email protected]>
Co-authored-by: Matt Prahl <[email protected]>
Co-authored-by: Alex <[email protected]>
0 commit comments