-
Notifications
You must be signed in to change notification settings - Fork 107
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
CI: don't test on EOL F39 and update rpmrepos to 20250115 #4569
Conversation
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.
Good Idea! Now if Schutzbot will just play along...
b89efb9
to
b43ef2d
Compare
Like you said, I ran into the executor problem as well in #4559. I don't know much about the new(ish) worker/executor setup so I couldn't really dig into it quickly. If you need any help though, let me know and I can start digging. |
Replace F39 with F41 Signed-off-by: Tomáš Hozza <[email protected]>
Signed-off-by: Tomáš Hozza <[email protected]>
Signed-off-by: Tomáš Hozza <[email protected]>
The original ref pointed to a commit, which used the plain Fedora 41 Cloud Base images, which don't have any test dependencies installed. Use the latest commit from `main`. Signed-off-by: Tomáš Hozza <[email protected]>
Unfortunately, `which` does not seem to be installed by default on our F41 CI images. Instead of doing the dance with rebuilds, which has been problematic recently, let's not rely on `which` in scripts any more, since we can replace it with the Bash built-in `type` command. Signed-off-by: Tomáš Hozza <[email protected]>
Signed-off-by: Tomáš Hozza <[email protected]>
It turned out that our new F41 CI images have firewalld installed. Make sure that the worker-executor port is opened in firewall, otherwise the worker can't connect to the executor. Signed-off-by: Tomáš Hozza <[email protected]>
Note that the failed edge test cases are NOT blocking the merge and are also failing on other PRs. I reached out to EDGE folks and asked for help with debugging... |
LGTM so far, but would wait until @croissanne adresses the unresolved conversation |
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.
THANK YOU for figuring this out
20250115
.which
to check for executables in our test cases, because it is not available by default on F41 any more.worker-executor.sh
test case to opentcp/8001
port on the firewall in the executor VM.