This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 196
ci: adding yq-shim to support v3 and v4 #5818
Open
beraldoleal
wants to merge
1
commit into
kata-containers:main
Choose a base branch
from
beraldoleal:yq
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
beraldoleal
force-pushed
the
yq
branch
2 times, most recently
from
May 30, 2024 15:46
ad5dd57
to
be34647
Compare
katacontainersbot
added
size/large
Task of significant size
and removed
size/medium
Average sized task
labels
May 30, 2024
/test |
/test |
beraldoleal
force-pushed
the
yq
branch
2 times, most recently
from
May 30, 2024 18:18
c4c957b
to
276dac7
Compare
/test |
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
/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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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.