Manual roll to fix jobs.json

Bug: skia:12237
Change-Id: Ica3d0a6e7bb1ca6a0f2e4dcffeb4412a0f35902b
Reviewed-on: https://skia-review.googlesource.com/c/lottie-ci/+/431379
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Ravi Mistry <rmistry@google.com>
diff --git a/DEPS b/DEPS
index 283110d..b97548e 100644
--- a/DEPS
+++ b/DEPS
@@ -11,7 +11,7 @@
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling Skia
   # and whatever else without interference from each other.
-  'skia_revision': '206380837f9901cc0d3a22b04b161c87606f1eb6',
+  'skia_revision': 'ff7a4a576f64c83d059a65fb0bf93b93f9a38f7d',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling Skia
   # and whatever else without interference from each other.
diff --git a/infra/bots/jobs.json b/infra/bots/jobs.json
index ddebfcd..804d04a 100644
--- a/infra/bots/jobs.json
+++ b/infra/bots/jobs.json
@@ -1,8 +1,8 @@
 [
-  "Build-Debian10-Clang-x86_64-Release-Lottie",
-  "Housekeeper-PerCommit-BundleRecipes",
-  "Housekeeper-PerCommit-InfraTests",
-  "Housekeeper-OnDemand-Presubmit",
-  "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Lottie",
-  "Test-Debian10-none-GCE-CPU-AVX2-x86_64-Release-All-LottieWeb"
+  {"name": "Build-Debian10-Clang-x86_64-Release-Lottie"},
+  {"name": "Housekeeper-PerCommit-BundleRecipes"},
+  {"name": "Housekeeper-PerCommit-InfraTests"},
+  {"name": "Housekeeper-OnDemand-Presubmit"},
+  {"name": "Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Lottie"},
+  {"name": "Test-Debian10-none-GCE-CPU-AVX2-x86_64-Release-All-LottieWeb"}
 ]