Skip to content

Add helper script for running cats locally#191

Open
modulo11 wants to merge 1 commit intomainfrom
cats-helper
Open

Add helper script for running cats locally#191
modulo11 wants to merge 1 commit intomainfrom
cats-helper

Conversation

@modulo11
Copy link
Contributor

@modulo11 modulo11 commented Mar 4, 2026

By default it uses .github/cats-config.tpl, inserts the template values and runs CATS. If CATS_TEMPLATE is provided, this file is used instead.

Path to local cf-acceptance-tests repo defaults to ../cf-acceptance-tests, overwritten with CATS_PATH. If CATS_CONFIG is provided, it's passed as is to the test script of CATS.

@modulo11 modulo11 requested a review from a team as a code owner March 4, 2026 10:51
export CONFIG=${TEMP_DIR}/cats-config.json
fi

${CATS_PATH}/bin/test --timeout=180m --procs=4 --flake-attempts=1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
${CATS_PATH}/bin/test --timeout=180m --procs=4 --flake-attempts=1
if [ -n "${CATS_NO_EXECUTE}" ]; then
${CATS_PATH}/bin/test --timeout=180m --procs=4 --flake-attempts=1
fi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants