kernel: Make sure local versions.yaml file from runtime get precedence#432
Conversation
|
@jcvenegas @chavafg your thoughts? this is currently blocking me from testing kata-containers/runtime#1504 |
c0f3bb1 to
113361a
Compare
Fixes: kata-containers#431 Signed-off-by: Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
113361a to
3771b04
Compare
|
@jcvenegas per our conversation, i have updated the script with a comment and i will open a patch in tests to override the kernel version there. |
jcvenegas
left a comment
There was a problem hiding this comment.
thanks for add the clarification, will help for future references.
|
@jcvenegas do we need to trigger CI for this patch given that it is just adding comments? |
|
@ganeshmaharaj I dont think so, |
|
/test |
|
the fix is a comment? 😕 |
|
@devimc if you had glanced at the history of the change, you would have found c0f3bb1 which was the original patch. @jcvenegas later mentioned that such a change was previously there in this particular function and was removed so that during the time of release builds the kernel build will always check the master branch and pull changes from there, and moving this change to tests repository would be a good idea. To avoid another person in the future to come down the same pipe and run the same course, i have added a comment and submitted another patch to tests with kata-containers/tests#1442 |
Fixes: #431
Signed-off-by: Ganesh Maharaj Mahalingam ganesh.mahalingam@intel.com