-
Notifications
You must be signed in to change notification settings - Fork 52
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
[JENKINS-73282] Run PCT with a Jetty 12 EE 8 test harness when core is Jetty 12 EE 8 #3190
Conversation
Looks like about 7 plugins are linking against Jetty 10.x APIs and will need to be adapted to Jetty 12.x APIs. That is a manageable number. |
0130ac0
to
7c7616e
Compare
887be4e
to
6760a66
Compare
4e2c911
to
5a60a14
Compare
aca26e7
to
f9e962a
Compare
89821f5
to
0e5592a
Compare
5ea542d
to
06d1ddf
Compare
65d86c4
to
4129d3d
Compare
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.
Thanks! Looks great. Combines the changes from:
- Update dependency org.jenkins-ci.main:jenkins-war to v2.473 #3460
- Bump io.jenkins.plugins:okhttp-api from 4.11.0-172.vda_da_1feeb_c6e to 4.11.0-179.vdc1e64343d52 in /bom-weekly #3462
- Bump org.jenkins-ci.plugins:gitlab-plugin from 1.8.1 to 1.9.0 in /bom-weekly #3464
- Bump org.jenkins-ci.plugins:github-api from 1.321-468.v6a_9f5f2d5a_7e to 1.321-475.vf7ef62885c83 in /bom-weekly #3466
These failures all seem to be caused by Artifact Caching Proxy (ACP) not being able to fetch a dependency:
I cannot reproduce these failures locally, and I am not changing these plugins (so I don't think this PR is the cause). Additionally, I ran a full test on Monday before the core release and got a similar number of flakes (in a different set of plugins), which indicates to me that re-running the test wouldn't necessarily help. I am still not sure how BOM releases can be done with this level of infrastructure flakiness. Maybe today is just an unlucky day. |
I think we should merge this pull request even though the artifact caching proxy flakiness is causing some random test failures. Last week's BOM release was successful on the first try. We can try a BOM release today or tomorrow and if there is an infrastructure failure we can ask @dduportal to investigate when he is in the office on Friday. |
Agreed, and I filed jenkins-infra/helpdesk#4241 with the logs I captured from this run. |
No description provided.