File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454# Patching commits for Client Context Manager
5555# UPDATE: OpenAPI generator v4.3.0 has the context manager as a functionality. Cherry-picking just the tests for completeness.
5656# Ref: https://github.com/kubernetes-client/python/pull/1073
57- git cherry-pick -n 13dffb897617f87aaaee247095107d7011e002d5
57+ git cherry-pick -X no-renames - n 13dffb897617f87aaaee247095107d7011e002d5
5858if [ $? -eq 0 ]
5959then
6060 echo Succesfully patched changes for Client Context Manager
7878 exit 1
7979fi ;
8080
81+ # Patching commit for test_informer and test_metrics
82+ git cherry-pick -n b5f4b4cc504e7f10956b52de6aa676e22c8952f0
83+ if [ $? -eq 0 ]
84+ then
85+ echo Successfully patched changes for test_informer and test_metrics
86+ else
87+ echo Failed to patch changes for test_informer and test_metrics
88+ git restore --staged .
89+ exit 1
90+ fi ;
91+
8192git commit -m " Apply hotfixes"
You can’t perform that action at this time.
0 commit comments