diff --git a/infra/bots/recipe_modules/checkout/examples/full.expected/cross_repo_trybot.json b/infra/bots/recipe_modules/checkout/examples/full.expected/cross_repo_trybot.json index 30f707cec4..c066736b9f 100644 --- a/infra/bots/recipe_modules/checkout/examples/full.expected/cross_repo_trybot.json +++ b/infra/bots/recipe_modules/checkout/examples/full.expected/cross_repo_trybot.json @@ -42,12 +42,12 @@ "[START_DIR]/cache/git", "--cleanup-dir", "[CLEANUP]/bot_update", + "--output_json", + "/path/to/tmp/json", "--gerrit_repo", "https://skia.googlesource.com/skia.git", "--gerrit_ref", "refs/changes/89/456789/12", - "--output_json", - "/path/to/tmp/json", "--revision", "parent_repo@abc123" ], diff --git a/infra/bots/recipe_modules/checkout/examples/full.expected/flutter_trybot.json b/infra/bots/recipe_modules/checkout/examples/full.expected/flutter_trybot.json index 464bbc0c44..15cee7e4ca 100644 --- a/infra/bots/recipe_modules/checkout/examples/full.expected/flutter_trybot.json +++ b/infra/bots/recipe_modules/checkout/examples/full.expected/flutter_trybot.json @@ -42,12 +42,12 @@ "[START_DIR]/cache/git", "--cleanup-dir", "[CLEANUP]/bot_update", + "--output_json", + "/path/to/tmp/json", "--gerrit_repo", "https://skia.googlesource.com/skia.git", "--gerrit_ref", "refs/changes/89/456789/12", - "--output_json", - "/path/to/tmp/json", "--revision", "src/flutter@origin/master", "--revision", diff --git a/infra/bots/recipe_modules/checkout/examples/full.expected/test.json b/infra/bots/recipe_modules/checkout/examples/full.expected/test.json index ef0d4965bc..de53cd108a 100644 --- a/infra/bots/recipe_modules/checkout/examples/full.expected/test.json +++ b/infra/bots/recipe_modules/checkout/examples/full.expected/test.json @@ -42,12 +42,12 @@ "[START_DIR]/cache/git", "--cleanup-dir", "[CLEANUP]/bot_update", + "--output_json", + "/path/to/tmp/json", "--gerrit_repo", "https://skia.googlesource.com/skia.git", "--gerrit_ref", "refs/changes/89/456789/12", - "--output_json", - "/path/to/tmp/json", "--revision", "skia@abc123" ], diff --git a/infra/bots/recipes/ct_skps.expected/CT_DM_10k_SKPs_Trybot.json b/infra/bots/recipes/ct_skps.expected/CT_DM_10k_SKPs_Trybot.json index ec19d7dc82..9f74bf2898 100644 --- a/infra/bots/recipes/ct_skps.expected/CT_DM_10k_SKPs_Trybot.json +++ b/infra/bots/recipes/ct_skps.expected/CT_DM_10k_SKPs_Trybot.json @@ -42,12 +42,12 @@ "[CUSTOM_/_B_CACHE]", "--cleanup-dir", "[CLEANUP]/bot_update", + "--output_json", + "/path/to/tmp/json", "--gerrit_repo", "https://skia.googlesource.com/skia.git", "--gerrit_ref", "refs/changes/89/456789/12", - "--output_json", - "/path/to/tmp/json", "--revision", "skia@abc123" ], diff --git a/infra/bots/recipes/ct_skps.expected/CT_IMG_DECODE_10k_SKPs_Trybot.json b/infra/bots/recipes/ct_skps.expected/CT_IMG_DECODE_10k_SKPs_Trybot.json index 1f063a1b01..dee375aed0 100644 --- a/infra/bots/recipes/ct_skps.expected/CT_IMG_DECODE_10k_SKPs_Trybot.json +++ b/infra/bots/recipes/ct_skps.expected/CT_IMG_DECODE_10k_SKPs_Trybot.json @@ -42,12 +42,12 @@ "[CUSTOM_/_B_CACHE]", "--cleanup-dir", "[CLEANUP]/bot_update", + "--output_json", + "/path/to/tmp/json", "--gerrit_repo", "https://skia.googlesource.com/skia.git", "--gerrit_ref", "refs/changes/89/456789/12", - "--output_json", - "/path/to/tmp/json", "--revision", "skia@abc123" ], diff --git a/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit-Trybot.json b/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit-Trybot.json index bbb1e817f2..85182df2e5 100644 --- a/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit-Trybot.json +++ b/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit-Trybot.json @@ -42,12 +42,12 @@ "[START_DIR]/cache/git", "--cleanup-dir", "[CLEANUP]/bot_update", + "--output_json", + "/path/to/tmp/json", "--gerrit_repo", "https://skia.googlesource.com/skia.git", "--gerrit_ref", "refs/changes/89/456789/12", - "--output_json", - "/path/to/tmp/json", "--revision", "skia@abc123" ], diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index dd06e185b1..283ed60909 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -14,7 +14,7 @@ "deps": { "depot_tools": { "branch": "master", - "revision": "6f812e132d25df1b561f7182b04903004a3055e4", + "revision": "5300616351f523c605de80f5ece8c29321a78847", "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git" }, "recipe_engine": {