-
Notifications
You must be signed in to change notification settings - Fork 798
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
[skip-ci] TMT: system tests #5885
base: main
Are you sure you want to change the base?
Conversation
Failed to load packit config file:
For more info, please check out the documentation or contact the Packit team. You can also use our CLI command |
2 similar comments
Failed to load packit config file:
For more info, please check out the documentation or contact the Packit team. You can also use our CLI command |
Failed to load packit config file:
For more info, please check out the documentation or contact the Packit team. You can also use our CLI command |
bf833e8
to
e9a0088
Compare
/packit retest |
/packit test |
1a74573
to
7b52fe4
Compare
2c7daef
to
429c88f
Compare
429c88f
to
2a2c4bf
Compare
2a2c4bf
to
a2503ff
Compare
@flouthoc @nalind we're not testing on aarch64 yet are we? some of the
|
We're not testing on aarch64 - this looks like a previous line in the test that wanted to capture the ID of a newly-created working container captured the whole line |
Oh, I guess the testing farm is testing natively on non-amd64. Nice! |
a2503ff
to
52c82c8
Compare
Ephemeral COPR build failed. @containers/packit-build please check. |
@nalind @flouthoc what do you suggest? Should I only enable testing-farm for x86_64 for now? I'd be cool with that. Official fedora tests only x86_64 for now, and IIUC buildah ain't a requirement for RHIVOS which does require aarch64. |
e0138e8
to
1261789
Compare
Opening up for review. I've disabled aarch64 test jobs for now. |
330996f
to
78d4a63
Compare
LGTM |
dc36b3e
to
6224a92
Compare
@nalind @flouthoc @TomSweeneyRedHat let's get this merged unless you got further concerns. |
6224a92
to
7bc1a81
Compare
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
@lsm5 looks like a rebase might be needed. |
7bc1a81
to
f8a795b
Compare
Done |
@containers/buildah-maintainers PTAL. |
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 |
@nalind PTAL |
This commit adds TMT jobs for system tests triggered via Packit for all active Fedora and CentOS Stream releases on x86_64. TODO: enable aarch64 tests. Official Fedora and CentOS Stream spec and gating test configs can be synced from upstream by Packit, effectively upstreaming almost all mainteenance. Signed-off-by: Lokesh Mandvekar <[email protected]>
f8a795b
to
9158b65
Compare
New changes are detected. LGTM label has been removed. |
This commit adds TMT jobs for system tests triggered via Packit for all active Fedora and CentOS Stream releases on x86_64.
TODO: enable aarch64 tests.
Official Fedora and CentOS Stream spec and gating test configs can be synced from upstream by Packit, effectively upstreaming almost all mainteenance.
What type of PR is this?
/kind other
What this PR does / why we need it:
Runs system tests using TMT. This test setup can be reused for official Fedora and CentOS-Stream packages as well as reused for upstream reverse dependency testing in c/common.
How to verify it
TMT tests in CI list.
Which issue(s) this PR fixes:
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?