Fixes for running the e2e testsuite on architectures other than amd64#28266
Fixes for running the e2e testsuite on architectures other than amd64#28266Luap99 merged 4 commits intocontainers:mainfrom
Conversation
bc90c4e to
76d8c9e
Compare
76d8c9e to
56223bf
Compare
|
openQA verification runs on aarch64:
Note: The above were run applying this patch on podman 5.8.0. We had to skip |
|
Also can you file issues for the container images that only work on amd64. And then add a link to the issue next to the skip. This sounds like something we should fix eventually though certainly not as part of this PR. And I thought we run aarch64 tests already but turns out this is only for system tests. I guess it would also make sense to add one upstream CI run at least for aarch64 e2e tests |
Some architectures (i.e., arm64) do not implement the link(2) system call and ln(1) uses linkat(2) instead. Use the names array to block both syscalls so the tests works on all architectures. Signed-off-by: Ricardo Branco <rbranco@suse.de>
Signed-off-by: Ricardo Branco <rbranco@suse.de>
Signed-off-by: Ricardo Branco <rbranco@suse.de>
56223bf to
1a02825
Compare
New issues opened: |
1a02825 to
ceeaf37
Compare
Signed-off-by: Ricardo Branco <rbranco@suse.de>
ceeaf37 to
cd2f122
Compare
|
[NON-BLOCKING] Packit jobs failed. @containers/packit-build please check. Everyone else, feel free to ignore. |
|
Verification run for latest changes:
|
Fixes #28255
Checklist
Ensure you have completed the following checklist for your pull request to be reviewed:
commits. (
git commit -s). (If needed, usegit commit -s --amend). The author email must matchthe sign-off email address. See CONTRIBUTING.md
for more information.
Fixes: #00000in commit message (if applicable)make validatepr(format/lint checks)Noneif no user-facing changes)Does this PR introduce a user-facing change?