This repository was archived by the owner on Jun 28, 2024. It is now read-only.
ci: adding yq-shim to support v3 and v4#5818
Open
beraldoleal wants to merge 1 commit into
Open
Conversation
ad5dd57 to
be34647
Compare
Member
Author
|
/test |
Member
Author
|
/test |
c4c957b to
276dac7
Compare
Member
Author
|
/test |
Member
Author
beraldoleal
added a commit
to beraldoleal/kata-containers
that referenced
this pull request
May 31, 2024
Since yq frequently updates, let's upgrade to a version from February to bypass potential issues with versions 4.41-4.43 for now. We can always upgrade to the newest version if necessary. Fixes kata-containers#9354 Depends-on:github.com/kata-containers/tests#5818 Signed-off-by: Beraldo Leal <bleal@redhat.com>
beraldoleal
added a commit
to beraldoleal/kata-containers
that referenced
this pull request
May 31, 2024
Since yq frequently updates, let's upgrade to a version from February to bypass potential issues with versions 4.41-4.43 for now. We can always upgrade to the newest version if necessary. Fixes kata-containers#9354 Depends-on:github.com/kata-containers/tests#5818 Signed-off-by: Beraldo Leal <bleal@redhat.com>
beraldoleal
added a commit
to beraldoleal/kata-containers
that referenced
this pull request
May 31, 2024
Since yq frequently updates, let's upgrade to a version from February to bypass potential issues with versions 4.41-4.43 for now. We can always upgrade to the newest version if necessary. Fixes kata-containers#9354 Depends-on:github.com/kata-containers/tests#5818 Signed-off-by: Beraldo Leal <bleal@redhat.com>
Contributor
wainersm
approved these changes
May 31, 2024
Some tests uses yq installed by this repository but other tests might use yq installed by the kata-containers repository. We are pushing yq to v4 within the main kata repository and this shim will handle only basic syntax of yq v3 and v4 during the transition period. Fixes: kata-containers#5820 Signed-off-by: Beraldo Leal <bleal@redhat.com>
Member
|
/test |
datadog-compute-robot
pushed a commit
to DataDog/kata-containers
that referenced
this pull request
Jun 11, 2024
Since yq frequently updates, let's upgrade to a version from February to bypass potential issues with versions 4.41-4.43 for now. We can always upgrade to the newest version if necessary. Fixes kata-containers#9354 Depends-on:github.com/kata-containers/tests#5818 Signed-off-by: Beraldo Leal <bleal@redhat.com>
datadog-compute-robot
pushed a commit
to DataDog/kata-containers
that referenced
this pull request
Jun 17, 2024
Since yq frequently updates, let's upgrade to a version from February to bypass potential issues with versions 4.41-4.43 for now. We can always upgrade to the newest version if necessary. Fixes kata-containers#9354 Depends-on:github.com/kata-containers/tests#5818 Signed-off-by: Beraldo Leal <bleal@redhat.com>
datadog-compute-robot
pushed a commit
to DataDog/kata-containers
that referenced
this pull request
Jun 17, 2024
Since yq frequently updates, let's upgrade to a version from February to bypass potential issues with versions 4.41-4.43 for now. We can always upgrade to the newest version if necessary. Fixes kata-containers#9354 Depends-on:github.com/kata-containers/tests#5818 Signed-off-by: Beraldo Leal <bleal@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some tests uses yq installed by this repository but other tests might use yq installed by the kata-containers repository.
We are pushing yq to v4 within the main kata repository and this shim will handle only basic syntax of yq v3 and v4 during the transition period.