-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
CI: remove compose v1 tests #22421
CI: remove compose v1 tests #22421
Conversation
If anyone thinks it is valuable to have these please speak up. |
@cevich @edsantiago PTAL |
Ephemeral COPR build failed. @containers/packit-build please check. |
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.
Misleading typo in 2nd commit message, should be "now that we only test compose v2". I have a medium to medium-high preference for fixing this, but will not block.
Otherwise LGTM with one cleanup suggestion inline. Thanks for noticing and fixing this.
Cockpit tests failed for commit 4d3b096a100ff76f2ea0c1e3e31c412e148b87bf. @martinpitt, @jelly, @mvollmer please check. |
compose v1 has been deprecated for some time now, since July 2023 it no longer receives any updates[1]. As such testing it on every PR is pointless, it also does not provide any more coverage then compose v2. At least I never saw only compose v1 test fails (except for flakes) so it doesn't help us to catch regressions. We tried to remove it before but decided against it at that time[2]. [1] https://docs.docker.com/compose/migrate/ [2] containers#18688 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Now that we only test compose v2 remove the special cases from the test code to simply the tests. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Ephemeral COPR build failed. @containers/packit-build please check. |
Cockpit tests failed for commit b1736c4. @martinpitt, @jelly, @mvollmer please check. |
/lgtm |
LGTM |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cevich, edsantiago, Luap99 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 |
6eaa1d5
into
containers:main
compose v1 has been deprecated for some time now, since July 2023 it no
longer receives any updates[1]. As such testing it on every PR is
pointless, it also does not provide any more coverage then compose v2.
At least I never saw only compose v1 test fails (except for flakes) so
it doesn't help us to catch regressions.
We tried to remove it before but decided against it at that time[2].
[1] https://docs.docker.com/compose/migrate/
[2] #18688
Does this PR introduce a user-facing change?