You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`--gtest` (enable C++ gtests, disabled by default for faster runs)
@@ -198,11 +198,11 @@ Supported options:
198
198
-`--mount` (mount local repo instead of cloning - faster but may have stale artifacts)
199
199
-`--rebuild` (force rebuild of all container images)
200
200
-`--rebuild-base` (force rebuild of base image only)
201
-
-`--matrix` (preview a test matrix; unset dimensions expand to `all`)
202
-
-`--run` (execute matrix mode; invalid without `--matrix`)
201
+
-`--matrix` (preview a full test matrix; unset dimensions expand to `all`)
202
+
-`--run` (execute an inferred matrix without prompting)
203
203
-`--fail-fast` (stop matrix execution on first failure)
204
204
205
-
Without `--matrix`, the script keeps its single-cell behavior and runs one configuration immediately. With `--matrix`, the script previews the expanded matrix by default and only runs containers when `--run`is present. Matrix execution writes summaries to `build/reports/container-matrix/summary.md` and `build/reports/container-matrix/summary.json`.
205
+
Single-value commands run one configuration immediately. When any dimension expands to multiple cells, the script prints a compact status table first; interactive terminals ask for confirmation, while non-interactive runs require `--run`to execute. Matrix execution prints the status table again after all cells finish and writes summaries to `build/reports/container-matrix/summary.md` and `build/reports/container-matrix/summary.json`.
Without `--matrix`, the script keeps its single-cell behavior and runs one container test configuration immediately. With `--matrix`, unset dimensions expand to `all`; the command previews the expanded matrix by default and only executes when `--run`is also provided. Matrix execution writes summaries to `build/reports/container-matrix/summary.md` and `build/reports/container-matrix/summary.json`.
122
+
Single-value commands run one container test configuration immediately. When any dimension expands to multiple cells, the script prints a compact status table first; interactive terminals ask for confirmation, while non-interactive runs require `--run`to execute. Matrix execution prints the status table again after all cells finish and writes summaries to `build/reports/container-matrix/summary.md` and `build/reports/container-matrix/summary.json`.
0 commit comments