Commit 5c2d472e authored by Jack Neus's avatar Jack Neus Committed by LUCI CQ

Revert "bot_update: change set_output_commit to True by default"

This reverts commit ffeef900.

Reason for revert: Breaks ChromeOS builders, e.g. go/bbid/8817528282713702353

Original change's description:
> bot_update: change set_output_commit to True by default
>
> This is for https://crbug.com/1310066#c7
>
> Bug: 1310066

> Change-Id: I874e1a4c2ca53a7da04d6c24533429d7508088a8
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3565259
> Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
> Reviewed-by: Josip Sokcevic <sokcevic@google.com>
> Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
> Auto-Submit: Takuto Ikuta <tikuta@chromium.org>

Recipe-Nontrivial-Roll: infra
Recipe-Nontrivial-Roll: build_limited
Recipe-Nontrivial-Roll: build
Bug: 1310066
Change-Id: Id6b32f71ba8824ad3e748d0b52603ea1548096e5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3575359
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Reviewed-by: 's avatarRobbie Iannucci <iannucci@chromium.org>
Reviewed-by: 's avatarGarrett Beaty <gbeaty@google.com>
Owners-Override: Ben Pastene <bpastene@chromium.org>
Reviewed-by: 's avatarJosip Sokcevic <sokcevic@google.com>
Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
parent 8798f68b
......@@ -64,7 +64,7 @@ Wrapper for easy calling of bot_update.
Deapplies a patch, taking care of DEPS and solution revisions properly.
&mdash; **def [ensure\_checkout](/recipes/recipe_modules/bot_update/api.py#81)(self, gclient_config=None, suffix=None, patch=True, update_presentation=True, patch_root=None, with_branch_heads=False, with_tags=False, no_fetch_tags=False, refs=None, clobber=False, root_solution_revision=None, gerrit_no_reset=False, gerrit_no_rebase_patch_ref=False, assert_one_gerrit_change=True, patch_refs=None, ignore_input_commit=False, add_blamelists=False, set_output_commit=True, step_test_data=None, enforce_fetch=False, \*\*kwargs):**
&mdash; **def [ensure\_checkout](/recipes/recipe_modules/bot_update/api.py#81)(self, gclient_config=None, suffix=None, patch=True, update_presentation=True, patch_root=None, with_branch_heads=False, with_tags=False, no_fetch_tags=False, refs=None, clobber=False, root_solution_revision=None, gerrit_no_reset=False, gerrit_no_rebase_patch_ref=False, assert_one_gerrit_change=True, patch_refs=None, ignore_input_commit=False, add_blamelists=False, set_output_commit=False, step_test_data=None, enforce_fetch=False, \*\*kwargs):**
Args:
* gclient_config: The gclient configuration to use when running bot_update.
......
......@@ -96,7 +96,7 @@ class BotUpdateApi(recipe_api.RecipeApi):
patch_refs=None,
ignore_input_commit=False,
add_blamelists=False,
set_output_commit=True,
set_output_commit=False,
step_test_data=None,
enforce_fetch=False,
**kwargs):
......
......@@ -206,13 +206,6 @@
"@@@STEP_LOG_END@json.output@@@"
]
},
{
"cmd": [],
"name": "set_output_gitiles_commit (2)",
"~followup_annotations": [
"@@@SET_BUILD_PROPERTY@$recipe_engine/buildbucket/output_gitiles_commit@{\"host\": \"fake.org\", \"id\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\", \"position\": 170242, \"project\": \"src\", \"ref\": \"refs/heads/main\"}@@@"
]
},
{
"name": "$result"
}
......
......@@ -206,13 +206,6 @@
"@@@STEP_LOG_END@json.output@@@"
]
},
{
"cmd": [],
"name": "set_output_gitiles_commit (2)",
"~followup_annotations": [
"@@@SET_BUILD_PROPERTY@$recipe_engine/buildbucket/output_gitiles_commit@{\"host\": \"fake.org\", \"id\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\", \"position\": 170242, \"project\": \"src\", \"ref\": \"refs/heads/main\"}@@@"
]
},
{
"name": "$result"
}
......
......@@ -206,13 +206,6 @@
"@@@STEP_LOG_END@json.output@@@"
]
},
{
"cmd": [],
"name": "set_output_gitiles_commit (2)",
"~followup_annotations": [
"@@@SET_BUILD_PROPERTY@$recipe_engine/buildbucket/output_gitiles_commit@{\"host\": \"fake.org\", \"id\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\", \"position\": 170242, \"project\": \"src\", \"ref\": \"refs/heads/main\"}@@@"
]
},
{
"name": "$result"
}
......
......@@ -227,13 +227,6 @@
"@@@STEP_LOG_END@json.output@@@"
]
},
{
"cmd": [],
"name": "set_output_gitiles_commit (2)",
"~followup_annotations": [
"@@@SET_BUILD_PROPERTY@$recipe_engine/buildbucket/output_gitiles_commit@{\"host\": \"fake.org\", \"id\": \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\", \"position\": 170242, \"project\": \"src\", \"ref\": \"refs/heads/main\"}@@@"
]
},
{
"name": "$result"
}
......
......@@ -209,13 +209,6 @@
"@@@STEP_LOG_END@json.output@@@"
]
},
{
"cmd": [],
"name": "set_output_gitiles_commit (2)",
"~followup_annotations": [
"@@@SET_BUILD_PROPERTY@$recipe_engine/buildbucket/output_gitiles_commit@{\"host\": \"fake.org\", \"id\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\", \"position\": 170242, \"project\": \"src\", \"ref\": \"refs/heads/main\"}@@@"
]
},
{
"name": "$result"
}
......
......@@ -296,13 +296,6 @@
"@@@STEP_LOG_END@json.output@@@"
]
},
{
"cmd": [],
"name": "set_output_gitiles_commit (2)",
"~followup_annotations": [
"@@@SET_BUILD_PROPERTY@$recipe_engine/buildbucket/output_gitiles_commit@{\"host\": \"fake.org\", \"id\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\", \"position\": 170242, \"project\": \"src\", \"ref\": \"refs/heads/main\"}@@@"
]
},
{
"name": "$result"
}
......
......@@ -207,13 +207,6 @@
"@@@STEP_LOG_END@json.output@@@"
]
},
{
"cmd": [],
"name": "set_output_gitiles_commit (2)",
"~followup_annotations": [
"@@@SET_BUILD_PROPERTY@$recipe_engine/buildbucket/output_gitiles_commit@{\"host\": \"fake.org\", \"id\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\", \"position\": 170242, \"project\": \"src\", \"ref\": \"refs/heads/main\"}@@@"
]
},
{
"name": "$result"
}
......
......@@ -205,13 +205,6 @@
"@@@STEP_LOG_END@json.output@@@"
]
},
{
"cmd": [],
"name": "set_output_gitiles_commit (2)",
"~followup_annotations": [
"@@@SET_BUILD_PROPERTY@$recipe_engine/buildbucket/output_gitiles_commit@{\"host\": \"fake.org\", \"id\": \"b0ff6a5b8b2bd8a31e9b5e29710da5275f0a9322\", \"position\": 170242, \"project\": \"src\", \"ref\": \"refs/heads/main\"}@@@"
]
},
{
"name": "$result"
}
......
......@@ -296,13 +296,6 @@
"@@@STEP_LOG_END@json.output@@@"
]
},
{
"cmd": [],
"name": "set_output_gitiles_commit (2)",
"~followup_annotations": [
"@@@SET_BUILD_PROPERTY@$recipe_engine/buildbucket/output_gitiles_commit@{\"host\": \"fake.org\", \"id\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\", \"position\": 170242, \"project\": \"src\", \"ref\": \"refs/heads/main\"}@@@"
]
},
{
"name": "$result"
}
......
......@@ -292,13 +292,6 @@
"@@@STEP_LOG_END@json.output@@@"
]
},
{
"cmd": [],
"name": "set_output_gitiles_commit (2)",
"~followup_annotations": [
"@@@SET_BUILD_PROPERTY@$recipe_engine/buildbucket/output_gitiles_commit@{\"host\": \"fake.org\", \"id\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\", \"position\": 170242, \"project\": \"src\", \"ref\": \"refs/heads/main\"}@@@"
]
},
{
"name": "$result"
}
......
......@@ -292,13 +292,6 @@
"@@@STEP_LOG_END@json.output@@@"
]
},
{
"cmd": [],
"name": "set_output_gitiles_commit (2)",
"~followup_annotations": [
"@@@SET_BUILD_PROPERTY@$recipe_engine/buildbucket/output_gitiles_commit@{\"host\": \"fake.org\", \"id\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\", \"position\": 170242, \"project\": \"src\", \"ref\": \"refs/heads/main\"}@@@"
]
},
{
"name": "$result"
}
......
......@@ -296,13 +296,6 @@
"@@@STEP_LOG_END@json.output@@@"
]
},
{
"cmd": [],
"name": "set_output_gitiles_commit (2)",
"~followup_annotations": [
"@@@SET_BUILD_PROPERTY@$recipe_engine/buildbucket/output_gitiles_commit@{\"host\": \"fake.org\", \"id\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\", \"position\": 170242, \"project\": \"src\", \"ref\": \"refs/heads/main\"}@@@"
]
},
{
"name": "$result"
}
......
......@@ -316,13 +316,6 @@
"@@@STEP_LOG_END@json.output@@@"
]
},
{
"cmd": [],
"name": "set_output_gitiles_commit (2)",
"~followup_annotations": [
"@@@SET_BUILD_PROPERTY@$recipe_engine/buildbucket/output_gitiles_commit@{\"host\": \"fake.org\", \"id\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\", \"position\": 170242, \"project\": \"src\", \"ref\": \"refs/heads/main\"}@@@"
]
},
{
"name": "$result"
}
......
......@@ -296,13 +296,6 @@
"@@@STEP_LOG_END@json.output@@@"
]
},
{
"cmd": [],
"name": "set_output_gitiles_commit (2)",
"~followup_annotations": [
"@@@SET_BUILD_PROPERTY@$recipe_engine/buildbucket/output_gitiles_commit@{\"host\": \"fake.org\", \"id\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\", \"position\": 170242, \"project\": \"src\", \"ref\": \"refs/heads/main\"}@@@"
]
},
{
"name": "$result"
}
......
......@@ -296,13 +296,6 @@
"@@@STEP_LOG_END@json.output@@@"
]
},
{
"cmd": [],
"name": "set_output_gitiles_commit (2)",
"~followup_annotations": [
"@@@SET_BUILD_PROPERTY@$recipe_engine/buildbucket/output_gitiles_commit@{\"host\": \"fake.org\", \"id\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\", \"position\": 170242, \"project\": \"src\", \"ref\": \"refs/heads/main\"}@@@"
]
},
{
"name": "$result"
}
......
......@@ -207,13 +207,6 @@
"@@@STEP_LOG_END@json.output@@@"
]
},
{
"cmd": [],
"name": "set_output_gitiles_commit (2)",
"~followup_annotations": [
"@@@SET_BUILD_PROPERTY@$recipe_engine/buildbucket/output_gitiles_commit@{\"host\": \"fake.org\", \"id\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\", \"position\": 170242, \"project\": \"src\", \"ref\": \"refs/heads/main\"}@@@"
]
},
{
"name": "$result"
}
......
......@@ -206,13 +206,6 @@
"@@@STEP_LOG_END@json.output@@@"
]
},
{
"cmd": [],
"name": "set_output_gitiles_commit (2)",
"~followup_annotations": [
"@@@SET_BUILD_PROPERTY@$recipe_engine/buildbucket/output_gitiles_commit@{\"host\": \"fake.org\", \"id\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\", \"position\": 170242, \"project\": \"src\", \"ref\": \"refs/heads/main\"}@@@"
]
},
{
"name": "$result"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment