diff --git a/tools/bots/test_matrix.json b/tools/bots/test_matrix.json index 980bf65b291..c098873b6c3 100644 --- a/tools/bots/test_matrix.json +++ b/tools/bots/test_matrix.json @@ -1280,6 +1280,35 @@ } ] }, + { + "builders": [ + "vm-aot-dyn-linux-debug-x64" + ], + "meta": { + "description": "This configuration is used by the dynamic modules VM AOT builders." + }, + "steps": [ + { + "name": "build dart", + "script": "tools/build.py", + "arguments": [ + "--dart-dynamic-modules", + "runtime", + "runtime_precompiled" + ] + }, + { + "name": "vm tests", + "arguments": [ + "-nvm-aot-dyn-${system}-${mode}-${arch}", + "corelib", + "language" + ], + "fileset": "vm", + "shards": 5 + } + ] + }, { "builders": [ "vm-asan-linux-release-x64",