ekaterinadimitrova2 commented on code in PR #3121: URL: https://github.com/apache/cassandra/pull/3121#discussion_r1499966887
########## .circleci/generate.sh: ########## @@ -34,6 +34,7 @@ print_help() echo " -a Generate the config.yml, config.yml.FREE and config.yml.PAID expanded configuration" echo " files from the main config_template.yml reusable configuration file." echo " Use this for permanent changes in config.yml that will be committed to the main repo." + echo " -d Deduplicate. Removes all config variations for each test groups leaving only the vanilla one to run. Skinny test run." Review Comment: Instead, we can say this can be used during development for minimum sanity check if we are not ready for full pre-commit CI run. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

