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
-`--libc=glibc|musl|all` (default: glibc; `all` only with `--matrix`)
190
+
-`--jdk=8|11|17|21|25|8-j9|11-j9|17-j9|21-j9|17-graal|21-graal|25-graal|j9|graal|regular|all` (default: 21; groups/`all` only with `--matrix`)
191
+
-`--arch=x64|aarch64|all` (default: auto-detect; `all` only with `--matrix`)
192
+
-`--config=debug|release|asan|tsan|all` (default: debug; `all` only with `--matrix`)
181
193
-`--container=podman|docker` (default: podman)
182
194
-`--tests="TestPattern"`
183
195
-`--gtest` (enable C++ gtests, disabled by default for faster runs)
@@ -186,6 +198,11 @@ Supported options:
186
198
-`--mount` (mount local repo instead of cloning - faster but may have stale artifacts)
187
199
-`--rebuild` (force rebuild of all container images)
188
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`)
203
+
-`--fail-fast` (stop matrix execution on first failure)
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`.
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`.
126
+
109
127
### `patch-dd-java-agent.sh`
110
128
111
129
Patches a `dd-java-agent.jar` with a locally-built ddprof library for quick local testing without a full dd-trace-java rebuild.
0 commit comments