-
Notifications
You must be signed in to change notification settings - Fork 64
[JEP-230] [JENKINS-55582] Skip detached-plugins (was: pretest core with detached instance-identity)
#1160
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
[JEP-230] [JENKINS-55582] Skip detached-plugins (was: pretest core with detached instance-identity)
#1160
Conversation
…ce-identity-just-bump-JEP-230
…ce-identity-just-bump-JEP-230
|
So https://github.com/jenkinsci/bom/pull/1160/checks?check_run_id=6715569819 for example is curious. The test output makes it clear that the failure ultimately is from and I can reproduce the failure locally PLUGINS=support-core TEST=AboutJenkinsTest bash local-test.sh And yet mvn -f target/local-test/pct-work/support-core clean test -Djenkins.version=2.349-rc32398.3b_263b_c6b_8a_3 -Dtest=AboutJenkinsTest\#testAboutJenkinsContentpasses: In the plain source tree, but not when Line 35 in a7ea532
|
| cp -r jenkins-for-test "megawar-${LINE}" | ||
| jar uvf megawar-$LINE/WEB-INF/lib/jenkins-core-*.jar jenkins/split-plugins.txt | ||
| rm -rfv megawar-$LINE/WEB-INF/detached-plugins megawar-$LINE/META-INF/*.{RSA,SF} | ||
| rm -rfv `# TODO delete all but instance-identity? megawar-$LINE/WEB-INF/detached-plugins` megawar-$LINE/META-INF/*.{RSA,SF} |
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.
FTR this behavior dates to 6c00be1 because of jenkinsci/plugin-compat-tester#116 (comment) which was three years ago and I barely recall what the issue was.
|
Good result with tip-of-trunk core, which gives confidence in the forthcoming weekly release. Now let's see if this PR works on the existing weekly release, in which case why not merge it to unblock other work? |
|
Since we'll need this on Tuesday when 2.357 ships, but since it doesn't cause any harm on 2.356, let's just merge it now to be able to test other incremental builds of 2.357-SNAPSHOT in the meantime between now and Tuesday. |
instance-identitydetached-plugins (was: pretest core with detached instance-identity)
Unlike #1159 this is not actually reflecting
instance-identityas a new managed plugin; it is just checking how much the core change in isolation breaks existing tests.