-
Notifications
You must be signed in to change notification settings - Fork 1
LPP-60517 Solution PoC #5076
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
LPP-60517 Solution PoC #5076
Conversation
CI is automatically triggering the following test suites:
|
ci:test:relevant |
Test suite relevant has been triggered on http://test-1-27 |
Test suite sf has been triggered on http://test-1-27 |
❌ ci:test:sf - 0 out of 1 jobs passed in 4 minutesRan com.liferay.source.formatter at released version 1.0.1535. Click here for more details.Base Branch:Branch Name: master Sender Branch:Branch Name: LPP-60517 1 Failed Jobs:For more details click here.format-source-files: [java] java.lang.Exception: Found formatting issue in SHA 31406f5c2ab58b484c6b2ebebb95c7ede8485803 [java] The commit message is missing a reference to a required JIRA project: BLADE, CLDSVCS, COMMERCE, FACES, IDE, ISSD, ISSITES, LCD, LHC, LOOP, LPD, LPS, LRAC, LRCI, LRDOCS, LRIS, LRQA, LRSD, OAUTH2, POSHI, RELEASE, SYNC, TR. Please verify that the JIRA project keys are specifiedin source-formatter.properties in the liferay-portal repository. [java] at com.liferay.source.formatter.util.JIRAUtil.validateJIRAProjectNames(JIRAUtil.java:62) [java] at com.liferay.source.formatter.SourceFormatter._validateCommitMessages(SourceFormatter.java:1343) [java] at com.liferay.source.formatter.SourceFormatter.format(SourceFormatter.java:339) [java] at com.liferay.source.formatter.SourceFormatter.main(SourceFormatter.java:303) [stopwatch] [run.batch.test.action: 1:24.489 sec] [echo] The following error occurred while executing this line: [echo] /opt/dev/projects/github/liferay-portal/portal-impl/build.xml:471: The following error occurred while executing this line: [echo] /opt/dev/projects/github/liferay-portal/portal-impl/build.xml:624: Java returned: 1 [typedef] Could not load definitions from resource org/apache/maven/artifact/ant/antlib.xml. It could not be found. [taskdef] Could not load definitions from resource org/jacoco/ant/antlib.xml. It could not be found. [delete] Deleting: /opt/dev/projects/github/liferay-portal/null1911791569.properties |
Jenkins Build:test-portal-source-format#8476 Jenkins Report:jenkins-report.html Jenkins Suite:sf Pull Request:liferay-frontend#5076 Testray Routine:EE Pull Request Testray Build ID: 316676562 Testray Importer:test-portal-source-format#8476 |
✔️ ci:test:stable - 11 out of 11 jobs passed❌ ci:test:relevant - 21 out of 31 jobs passed in 2 hours 29 minutesClick here for more details.This pull is eligible for reevaluation. When this upstream build has completed, using the following CI command will compare this pull request result against a more recent upstream result: ci:reevaluate:1277401_14958 Base Branch:Branch Name: master Upstream Comparison:Branch GIT ID: ebe8a4256d771afaee5aab7e139376339c8c2e79 ci:test:stable - 11 out of 11 jobs PASSED11 Successful Jobs:ci:test:relevant - 21 out of 31 jobs PASSED10 Failed Jobs:
21 Successful Jobs:For more details click here.Failures unique to this pull:
For upstream results, click here.Test bundle downloads: |
Jenkins Build:test-portal-acceptance-pullrequest(master)#14958 Jenkins Report:jenkins-report.html Jenkins Suite:relevant Pull Request:liferay-frontend#5076 Testray Routine:EE Pull Request Testray Build:[master] ci:test:relevant - izaera > liferay-frontend - PR#5076 - 2025-09-15[00:49:06] Testray Build ID: 316732536 Testray Importer:test-portal-acceptance-pullrequest(master)#14958 |
ci:report:316732536 |
Test suite default has been triggered on http://test-1-25 |
Build completed.Testray CSV has been generated successfully for testrayBuildID: 316732536. Job Link: generate-testray-csv Testray CSV Link: testray-results-316732536.csv |
see #5089 |
This is a draft PR with the solution for LPP-60517.
It makes all JS import map contributors use the
AbsolutePortalURLBuilder
so that CDN is prepended to URLs when configured.Let's see what CI has to say about it.