You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "HoustonPutman (via GitHub)" <gi...@apache.org> on 2023/04/11 17:25:37 UTC

[GitHub] [solr] HoustonPutman commented on pull request #1556: SOLR-16742: Make a slim and full Solr release

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-unsubscribe@solr.apache.org

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


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