-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v4.0-rhel] Cirrus: Use fixed netavark/aardvark-dns branch #14326
[v4.0-rhel] Cirrus: Use fixed netavark/aardvark-dns branch #14326
Conversation
Note: This won't be significantly impacted by merge-order in relation to containers/aardvark-dns#143 |
Oof, I'm at a loss as to why validate fails here, where it passed just fine in the most recent merged PR. |
e55a0a2
to
fc591a9
Compare
avoid this warn: ``` golangci/golangci-lint info installed ./bin/golangci-lint golangci/golangci-lint err this script is deprecated, please do not use it anymore. check goreleaser/godownloader#207 ``` Signed-off-by: Pascal Bourdier <[email protected]> Signed-off-by: Chris Evich <[email protected]>
This is important for the stability of CI in case of a future backport that happens to be incompatible with netavark/aardvark `main`. Since CI doesn't run very often on the podman `v4.0` branch, an incompatible change may not be noticed. Fix this by switching off of the `main` branch onto a netavark/aardvark release branches. Signed-off-by: Chris Evich <[email protected]>
fc591a9
to
45d9aad
Compare
Okay, validate should be fixed by backporting update to the installer script that was failing before. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@containers/podman-maintainers PTAL
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cevich, vrothberg The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
This is important for the stability of CI in case of a future backport
that happens to be incompatible with netavark/aardvark
main
. Since CIdoesn't run very often on the podman
v4.0
branch, an incompatible changemay not be noticed. Fix this by switching off of the
main
branch ontoa netavark/aardvark release branches.
Does this PR introduce a user-facing change?