-
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
[skip-ci] TMT: run system tests on Fedora and CentOS Stream #24369
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
af89e2d
to
fbd02d2
Compare
A friendly reminder that this PR had no activity for 30 days. |
fbd02d2
to
ab31b4b
Compare
1276d46
to
002ca1c
Compare
Ephemeral COPR build failed. @containers/packit-build please check. |
5df7e93
to
a2a9383
Compare
a2a9383
to
ff774a1
Compare
ff774a1
to
c92c69f
Compare
4501984
to
811d896
Compare
ad18853
to
9f01c07
Compare
9f01c07
to
32d12cc
Compare
The default `gobuild` macro on CentOS Stream 9 now includes support for `BUILDTAGS`. CentOS Stream envs now also define `_user_tmpfilesdir` macro by default. Both these definitions are no longer needed here. `libtrust_openssl` buildtag is also set in spec wherever relevant. Signed-off-by: Lokesh Mandvekar <[email protected]>
... because (podman system reset) will delete all of it, interfering with the test storing other data in the directory. Signed-off-by: Miloslav Trmač <[email protected]>
Signed-off-by: Miloslav Trmač <[email protected]>
avoid using the glibc fork() function after using directly the clone() syscall, as it confuses glibc causing the fork() to hang in some cases. The issue has been observed only on s390x, and the fix was confirmed in the issue discussion. Closes: containers#25184 Signed-off-by: Giuseppe Scrivano <[email protected]>
This commit introduces TMT test jobs triggered via packit to run system tests on testing-farm infrastructure. Tests are run for all active Fedora and CentOS Stream environments for aarch64 and x86_64. The same test plan will be reused by Fedora for bodhi, zuul and fedora-ci gating tests. Packit will handle syncing of test plan and sources from upstream to downstream. Jobs will be selectively triggered for `main` v/s release branches based on the `release` PR label. The GHA for labeling PRs has also been updated in this commit. Test jobs on the main branch will include builds from the `rhcontainerbot/podman-next` copr while tests on release branches will only include official distro packages. Signed-off-by: Lokesh Mandvekar <[email protected]>
32d12cc
to
ac38120
Compare
Cockpit tests failed for commit ac38120. @martinpitt, @jelly, @mvollmer please check. |
This commit introduces TMT test jobs triggered via packit to run system
tests on testing-farm infrastructure. Tests are run for all active
Fedora environments for aarch64 and x86_64. The same
test plan will be reused by Fedora for bodhi, zuul and fedora-ci gating
tests. Packit will handle syncing of test plan and sources from upstream
to downstream.
Jobs will be selectively triggered for
main
v/s release branches basedon the
release
PR label. The GHA for labeling PRs has also beenupdated in this commit.
Test jobs on the main branch will include builds from the
rhcontainerbot/podman-next
copr while tests on release branches willonly include official distro packages.
Does this PR introduce a user-facing change?