-
Notifications
You must be signed in to change notification settings - Fork 852
[skip-ci] Move RHEL branch to TMT #6202
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
base: release-1.39
Are you sure you want to change the base?
Conversation
a267e14 to
2e0702a
Compare
|
Ephemeral COPR build failed. @containers/packit-build please check. |
2e0702a to
cbdb69b
Compare
fc995e7 to
230536c
Compare
|
Packit jobs failed. @containers/packit-build please check. |
8d017ae to
9c9ec1f
Compare
|
The validate test uses a bunch of Cirrus variables that I'm not sure can be transferred easily to TMT. How bad would it be to skip validate test on RHEL branches? I'm guessing there'll be no community contributions directly to RHEL branches, mostly backports / fixes, and quite a few layers of QE. @containers/buildah-maintainers ^ |
|
/packit test |
e42fb1c to
597ade8
Compare
|
We'll need branch protection setup to block on the TMT jobs (likewise for every new branch that gets used in RHEL). Once the PR looks good, I can add that if everyone agrees. |
e60657a to
ddca779
Compare
|
|
db92450 to
be4501c
Compare
|
opening up for another review. I've kept lint test disabled. The others work. These are no rpms being built. Tests are run directly on binaries built by Makefile. |
|
@containers/buildah-maintainers PTAL. |
Luap99
left a comment
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.
typecheck errors happen when golangci is unable to compile the program, a common issue is a missing library or something like that
But I guess the linter on a backport is not really a critical thing to run so I am fine if this doesn't work
Advantages: - Test RHEL branches on on actual RHEL - Reduce our GCE/AWS usage - Easier to switch git host (RE: CNCF) Note: This setup does not do rpm builds, binaries are built from source itself using Makefile. There's no clean and reliable way to fetch actual RHEL spec files using packit, and CentOS Stream spec files can't be depended on as they move at a faster pace and can be out of sync with RHEL release spec files. The lint test has been disabled for now. Fixes: RUN-3105 Signed-off-by: Lokesh Mandvekar <[email protected]>
be4501c to
5deada8
Compare
flouthoc
left a comment
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
/lgtm
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: flouthoc, lsm5 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 |
|
/hold |
|
@lsm5 |
seems like a flake in gpg-agent. The test is passing now, but we're waiting on unit tests. |
|
passing now. /hold cancel |
|
LGTM |
|
A friendly reminder that this PR had no activity for 30 days. |
What type of PR is this?
What this PR does / why we need it:
How to verify it
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?