[autobackport: sssd-2-12] ci: workaround PR CI issues on ubuntu-24-04 - #9207
Conversation
312fc31 to
f9f4dae
Compare
f9f4dae to
2ead9dc
Compare
|
(rebased) |
ubuntu-24-04 started having issues with podman containers, switching to ubuntu-26-04 seems to workaround it. At the time of this commit ubuntu-24-04 is still ubuntu-latest, while ubuntu-26-04 is in preview state. See: actions/runner-images#14604 (comment) Reviewed-by: Alexey Tikhonov <atikhono@redhat.com> Reviewed-by: Scott Poore <spoore@redhat.com> (cherry picked from commit fc740af)
…iple_realms The first lookup populates ldap_child.log when it connects to LDAP. The second id command will be served from memory or file cache, it will not reach the ldap_child again so we end up with truncated logs. Each test starts with SSSD stopped and cleared on the client, so it is not needed to clear the logs explicitly. Reviewed-by: Alexey Tikhonov <atikhono@redhat.com> Reviewed-by: Scott Poore <spoore@redhat.com> (cherry picked from commit bb787e0)
2ead9dc to
6f47935
Compare
|
Failing |
|
The pull request was accepted by @alexey-tikhonov with the following PR CI status: 🟢 CodeQL (success) There are unsuccessful or unfinished checks. Make sure that the failures are not related to this pull request before merging. |
This is an automatic backport of PR#9183 ci: workaround PR CI issues on ubuntu-24-04 to branch sssd-2-12, created by @pbrezina.
Caution
@pbrezina The patches did not apply cleanly. It is necessary to resolve conflicts before merging this pull request. Commits that introduced conflict are marked with
CONFLICT!.You can push changes to this pull request
Original commits
fc740af - ci: use ubuntu-26-04 runner to workaroud issues on ubuntu-24-04
bb787e0 - tests: fix test_ldap_krb5__keytab_selects_correct_principal_with_multiple_realms
Backported commits
Conflicting Files Information (check for deleted and re-added files)
Original Pull Request Body
ci: use ubuntu-26-04 runner to workaroud issues on ubuntu-24-04
ubuntu-24-04 started having issues with podman containers, switching
to ubuntu-26-04 seems to workaround it. At the time of this commit
ubuntu-24-04 is still ubuntu-latest, while ubuntu-26-04 is in preview
state.
See: actions/runner-images#14604 (comment)
ubuntu-26-04 had its own problems when tshark (running as root) is accessing pcap file owned by tcpdump in /tmp and docker-compose command is not available there. But this is possible to workaround.
Requires:
Green run with the changes from sssd-ci-containers and sssd-test-framework: