Re: New resource flags in CircleCI config generation script

2021-09-28 Thread Andrés de la Peña
Following this up, CASSANDRA-16989 allows to pass CircleCI env vars to the config generation script. For example, to set mid resources and the dtest branch and repo one can run: .circleci/generate.sh -m \ -e DTEST_REPO=git://github.com/adelapena/cassandra-dtest.git \ -e

New resource flags in CircleCI config generation script

2021-09-01 Thread Andrés de la Peña
Hi all, Just to inform that now it's possible to generate CircleCI's config.yml from the config-2_1.yml for a specific low/mid/high resource configuration using the new -l/-m/-h flags. For example, ".circleci/generate.sh -h" will generate a config.yml file for high resources. This might be