Nayana Thorat created SOLR-17766:
------------------------------------
Summary: Fix s390x Job
Key: SOLR-17766
URL: https://issues.apache.org/jira/browse/SOLR-17766
Project: Solr
Issue Type: Task
Reporter: Nayana Thorat
Need to update build+test command for
[https://ci-builds.apache.org/job/Solr/job/Solr-Test-main-s390x]
[https://github.com/apache/solr/pull/3261] fixes CI job failure.
Need to update command from
{code:java}
gradlew -Dtests.haltonfailure=false -Dtests.badapples=false --continue test
{code}
To
{code:java}
./gradlew -Dtests.haltonfailure=false -Dtests.badapples=false
-PdisableUiModule=true --continue test{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]