1+
12# Autotester2 (AT2) SNL Workflow for MAM4xx
23
34This document contains a brief description of how AT2 is used to automate
@@ -47,13 +48,17 @@ also by a handful of actions on such a PR that is already open, including:
4748The workflow may also be run manually by members of the ` snl-testing `
4849team--that is, via
4950
50- > ** Actions** -> ` <SNL-AT2 Workflow Run/Job> ` -> ** Re-run ` [all,this] ` job(s)** .
51+ > ** Actions** -> ** SNL-AT2 Workflow** -> ** Run Workflow** -> * Choose Branch from Dropdown Menu* .
52+
53+ or
54+
55+ > ** Actions** -> ` <Previously-run SNL-AT2 Workflow/Job> ` -> ** Re-run ` [all,this] ` job(s)** .
5156
5257The AT2 configuration on ` blake ` currently attempts to keep 3 runners available
5358to accept jobs at all times.
5459This workflow is configured to allow concurrent testing, so up to 3 test-matrix
5560configurations can run at once.
56- The concurrencty setting is also configured to kill any active job if another
61+ The concurrency setting is also configured to kill any active job if another
5762instance of this workflow is started for the same PR ref.
5863
5964##### Other Types of Job Control
@@ -75,7 +80,6 @@ The above is according to Mike's current understanding of AT2 and may contain
7580minor inaccuracies.
7681This will be updated accordingly upon confirmation.
7782
78-
7983## Development Details
8084
8185Most of the required configuration is provided by the AT2 docs and
@@ -110,7 +114,7 @@ However, some non-obvious choices and configurations are listed here.
110114
111115## TODO
112116
113- - [ ] Update job control section of README after the behavior is made clear.
117+ - [x ] Update job control section of README after the behavior is made clear.
114118 - @mjschmdt271
115119- [ ] Include a script to generate plots from within testing container?
116120 - @jaelynlitz ?
0 commit comments