-
Notifications
You must be signed in to change notification settings - Fork 75
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
[I-Build-Tests] Run Linux tests on 'ubuntu-2404' image agent #2522
[I-Build-Tests] Run Linux tests on 'ubuntu-2404' image agent #2522
Conversation
@@ -24,7 +24,7 @@ pipeline { | |||
buildDiscarder(logRotator(numToKeepStr:'5')) | |||
} | |||
agent { | |||
label 'centos-8' | |||
label 'ubuntu-2404' |
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.
The ubuntu-2404
image is the latest Ubuntu based image, but instead of using ubuntu-latest
I think it we should make it a deliberate choice to upgrade to a new image once available in I-build tests.
This also helps to get more details about the image if necessary at a later point in time.
The available images are https://github.com/eclipse-cbi/jiro-agents/?tab=readme-ov-file#jiro-agents
The |
Please post a list of failing tests (if any) as some of them could be caused by differences like dbus services active or similar. |
The following three test-failures occurred for Linux-Java17 on an Ubuntu based image, but they are the same in last night's I-build were the old CentOS kubernetes config was still applied (see https://download.eclipse.org/eclipse/downloads/drops4/I20241105-1800/testresults/html/org.eclipse.swt.tests_ep434I-unit-linux-x86_64-java17_linux.gtk.x86_64_17.html).
|
OK, these are the same that fail in swt verification build and should be looked before this release. |
As a pointer, this is the issue documenting those test failures and the work on addressing them: eclipse-platform/eclipse.platform.swt#1564 |
Ok, then I think it's save to assume that we can continue the transition to the Ubuntu images. I'll submit this and regenerate the jobs so that tonight's I-build can run the tests on Ubunut for Linux.
Thanks for the hint. What I found suspicuos is that it only fails for Java-17 and not 21 or 23. But in the latest I-build all swt tests passed. So was this just coincidence or was the issue fixed (I see the issue is still open)? |
Follow-up for #2515
I have already replayed the current linux-java17 configuration to use the ubunut image for the smaller
ui
test-suite:https://ci.eclipse.org/releng/job/AutomatedTests/job/ep434I-unit-linux-x86_64-java17/21/
Once that has passed I'll create a follow-up run with the complete
all
suite to see if all tests pass, then I think this change is save enough to apply it to all other configs as well.