aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2026-01-20 08:32:35 -0500
committerGitHub <noreply@github.com>2026-01-20 08:32:35 -0500
commit723514c5fa735b34fea983790cf3b3609a198fb7 (patch)
tree7a6a0cb5fc8d48e135add066e6491a0ab7ac3658 /README.md
parent81579091193962bdeefad38085fa5933c0971935 (diff)
parent9c452eedaa874773d0b302648373d670a3887a79 (diff)
downloadstasis-723514c5fa735b34fea983790cf3b3609a198fb7.tar.gz
Merge pull request #121 from jhunkeler/timeout-in-test-block
Timeout in test block
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/README.md b/README.md
index f6a89bd..c1a490d 100644
--- a/README.md
+++ b/README.md
@@ -283,16 +283,17 @@ Environment variables exported are _global_ to all programs executed by stasis.
Sections starting with `test:` will be used during the testing phase of the stasis pipeline. Where the value of `name` following the colon is an arbitrary value, and only used for reporting which test-run is executing. Section names must be unique.
-| Key | Type | Purpose | Required |
-|--------------|---------|-------------------------------------------------------------|----------|
+| Key | Type | Purpose | Required |
+|--------------|---------|----------------------------------------------------------|----------|
| disable | Boolean | Disable `script` execution (`script_setup` always executes) | N |
-| parallel | Boolean | Execute test block in parallel (default) or sequentially | N |
-| build_recipe | String | Git repository path to package's conda recipe | N |
-| repository | String | Git repository path or URL to clone | Y |
-| version | String | Git commit or tag to check out | Y |
-| runtime | List | Export environment variables specific to test context | Y |
-| script_setup | List | Body of a shell script that will install dependencies | N |
-| script | List | Body of a shell script that will execute the tests | Y |
+| parallel | Boolean | Execute test block in parallel (default) or sequentially | N |
+| timeout | String | Kill test script after `n[hms]` | N |
+| build_recipe | String | Git repository path to package's conda recipe | N |
+| repository | String | Git repository path or URL to clone | Y |
+| version | String | Git commit or tag to check out | Y |
+| runtime | List | Export environment variables specific to test context | Y |
+| script_setup | List | Body of a shell script that will install dependencies | N |
+| script | List | Body of a shell script that will execute the tests | Y |
### deploy:artifactory:_name_