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
{{ message }}
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
We are trying to move forward with yq v4 on main kata-containers repo.
This repo is still installing yq 3 and parsing using v3 syntax against all PRs on main repo. However if that PR's is changing the syntax, it will break the tests.
The text was updated successfully, but these errors were encountered:
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: #5820
Signed-off-by: Beraldo Leal <bleal@redhat.com>
beraldoleal
added a commit
to beraldoleal/kata-tests
that referenced
this issue
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>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugIncorrect behaviourneeds-reviewNeeds to be assessed by the team.
We are trying to move forward with yq v4 on main kata-containers repo.
This repo is still installing yq 3 and parsing using v3 syntax against all PRs on main repo. However if that PR's is changing the syntax, it will break the tests.
The text was updated successfully, but these errors were encountered: