Version 2.17.0-130.0.dev

Merge commit '75ea74d31a6e72718d771748f8c1cb653f32e632' into 'dev'
diff --git a/tools/VERSION b/tools/VERSION
index 0ebd690..7ade5ef 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -27,5 +27,5 @@
 MAJOR 2
 MINOR 17
 PATCH 0
-PRERELEASE 129
+PRERELEASE 130
 PRERELEASE_PATCH 0
\ No newline at end of file
diff --git a/tools/bots/test_matrix.json b/tools/bots/test_matrix.json
index 724d094..b35e47a 100644
--- a/tools/bots/test_matrix.json
+++ b/tools/bots/test_matrix.json
@@ -189,7 +189,6 @@
       ".packages",
       ".dart_tool/package_config.json",
       "out/ReleaseX64/dart",
-      "out/ReleaseX64/dart2wasm_platform.dill",
       "pkg/",
       "runtime/tests/",
       "samples-dev/",
@@ -217,8 +216,7 @@
       "third_party/pkg_tested/",
       "third_party/requirejs/",
       "tools/",
-      "xcodebuild/ReleaseX64/dart",
-      "xcodebuild/ReleaseX64/dart2wasm_platform.dill"
+      "xcodebuild/ReleaseX64/dart"
     ],
     "front-end": [
       ".packages",
@@ -2940,7 +2938,7 @@
           "name": "build dart",
           "script": "tools/build.py",
           "arguments": [
-            "create_sdk"
+            "runtime"
           ]
         },
         {