Thanks for pinging, The issue is caused by the UI tests for the browser builds. In the gradle configuration of the ui module I explicitly chose to run the tests on a headless chrome browser, but that was just a wild guess. Since the checks passed on the PR, I believed that would be sufficient, but it seems that a few of our CI servers have not installed chrome.
Do we have for the current webapp any specific browser installed on our CI servers that we could use for testing? Otherwise I will turn off the wasmJs test execution and run the tests only for JVM. Theoretically we could also conditionally disable wasmJs when it is a CI build, but doing so would affect the lock file in kotlin-js-store/yarn.lock, resulting in different dependencies based on the enabled state. And we still don't have any guarantee that a developer has installed chrome or any other browser for testing. And I am not aware of any other workarounds. Best, Christos On Thu, Feb 13, 2025 at 4:22 AM David Smiley <dsmi...@apache.org> wrote: > Looks like some CI builds are failing since the merge of the new admin > UI. Can you take a look please Christos? > > On Wed, Feb 12, 2025 at 7:09 PM Apache Jenkins Server < > jenk...@builds.apache.org> wrote: > >> Build: https://ci-builds.apache.org/job/Solr/job/Solr-Lint-main/97/ >> >> No tests ran. >> >> Build Log: >> [...truncated 1214 lines...] >> BUILD FAILED in 12m 1s >> 618 actionable tasks: 618 executed >> >> Publishing build scan... >> https://develocity.apache.org/s/4llqv2ez5gllq >> >> Build step 'Invoke Gradle script' changed build result to FAILURE >> Build step 'Invoke Gradle script' marked build as failure >> Archiving artifacts >> Email was triggered for: Failure - Any >> Sending email for trigger: Failure - Any >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: builds-unsubscr...@solr.apache.org >> For additional commands, e-mail: builds-h...@solr.apache.org > >