From 1ba1fe997f8a380d67d7105ff4dcd10a57f2cc36 Mon Sep 17 00:00:00 2001 From: Sam Moors Date: Thu, 30 Jan 2025 08:54:38 +0100 Subject: [PATCH] slight rewording --- CI/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/README.md b/CI/README.md index 43cb9df5..3b5aaf95 100644 --- a/CI/README.md +++ b/CI/README.md @@ -33,7 +33,7 @@ It should define: - `EESSI_TESTSUITE_URL` (optional): the URL that will be used to `git clone` the `EESSI/test-suite` repository. Typically this points to the official repository, but you may want to use another URL from a fork for development purposes. Default: `https://github.com/EESSI/test-suite.git`. - `EESSI_TESTSUITE_VERSION` (optional): the version of the EESSI test-suite repository you want to use in the CI pipeline. Default: latest release. - `EESSI_CONFIGS_TESTSUITE_URL` (optional): the URL that will be used to `git clone` the `test-suite/config` directory. Allows e.g. to use the tests from the latest release, but the configs from a feature branch in a different repository. Default: `EESSI_TESTSUITE_URL`. -- `EESSI_CONFIGS_TESTSUITE_BRANCH` (optional): the branch that will be checkout out with `git clone` when checking out the `test-suite/config` directory. Allows e.g. to use the tests from the latest release, but the configs from the main branch. Default: `EESSI_TESTSUITE_VERSION`. +- `EESSI_CONFIGS_TESTSUITE_BRANCH` (optional): the branch that will be checked out when cloning the `test-suite/config` directory. Allows e.g. to use the tests from the latest release, but the configs from the main branch. Default: `EESSI_TESTSUITE_VERSION`. - `RFM_CONFIG_FILES` (optional): the location of the ReFrame configuration file to be used for this system. Default: `${TEMPDIR}/test-suite/config/${EESSI_CI_SYSTEM_NAME}.py`. - `RFM_CHECK_SEARCH_PATH` (optional): the search path where ReFrame should search for tests to run in this CI pipeline. Default: `${TEMPDIR}/test-suite/eessi/testsuite/tests/`. - `RFM_CHECK_SEARCH_RECURSIVE` (optional): whether ReFrame should search `RFM_CHECK_SEARCH_PATH` recursively. Default: `1`.