HoustonPutman commented on PR #1556:
URL: https://github.com/apache/solr/pull/1556#issuecomment-1503810241

   This is pretty good to go. Just a few things left.
   
   I have been testing manually with:
   
   ```
   export GIT_REV=$(git rev-parse HEAD)
   gradle assembleRelease -PuseGpg -Psign -Pvalidation.git.failOnModified=false 
-Pversion.suffix=
   python3 -u dev-tools/scripts/smokeTestRelease.py --revision $GIT_REV 
--version 10.0.0 file://$(pwd)/solr/distribution/build/release
   ```
   
   ( You can speed these up by commenting out the `gradle test` and `gradle 
integrationTest` lines in the smoke tester)
   
   Then for both official dockerFiles and a full and slim local docker build:
   
   ```
   gradle testDockerfileOfficial -PuseGpg
   gradle testDocker -Psolr.docker.dist=full
   gradle testDocker -Psolr.docker.dist=slim
   ```
   ( You can speed these up by appending this to the end of each gradle 
testDocker* command:
   `-Psolr.docker.tests.concurrent=true --max-workers 3`)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to