Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
casparvl authored Jan 29, 2025
1 parent 13f2fed commit 33b2a3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ It should define:
- `EESSI_VERSION` (optional): the version of the EESSI software stack you would like to be loaded & tested in the CI pipeline.
- `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`.
- `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`.
Expand Down

0 comments on commit 33b2a3c

Please sign in to comment.