You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Andres de la Peña (Jira)" <ji...@apache.org> on 2021/09/23 17:59:00 UTC

[jira] [Created] (CASSANDRA-16989) Add environment variables to CircleCI config generation script

Andres de la Peña created CASSANDRA-16989:
---------------------------------------------

             Summary: Add environment variables to CircleCI config generation script
                 Key: CASSANDRA-16989
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16989
             Project: Cassandra
          Issue Type: Bug
            Reporter: Andres de la Peña
            Assignee: Andres de la Peña


The purpose of this ticket is adding arguments to the CircleCI config generation script allowing to set the values specific environment variables such as {{DTEST_REPO}} or {{DTEST_BRANCH}} in the generated {{.circleci/config.yml}} file. For example, we could generate a CircleCI config file with MIDRES specifying a dtest repo and branch by running:
{code}
generate.sh -m \
  -e DTEST_REPO=git://github.com/adelapena/cassandra-dtest.git \
  -e DTEST_BRANCH=CASSANDRA-8272 
{code}
Or we could set the test multiplexer for repeating a specific test with HIGHRES:
{code}
generate.sh -h \
  -e REPEATED_UTEST_TARGET=testsome \
  -e REPEATED_UTEST_CLASS=org.apache.cassandra.cql3.ViewTest \
  -e REPEATED_UTEST_METHODS=testCompoundPartitionKey,testStaticTable \
  -e REPEATED_UTEST_COUNT=100
{code}
This can be useful on its own so we don't have to manually edit the {{config-2_1.yml}}/{{config.yml}}, and it can also be useful for automation scripts manipulating these files.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org