Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(331)

Unified Diff: scripts/slave/recipes/run_presubmit.expected/infra_with_runhooks_and_gerrit_deprecated.json

Issue 2463653002: Stop supporting old Gerrit CQ tryjob properties. (Closed)
Patch Set: review Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/slave/recipes/run_presubmit.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/run_presubmit.expected/infra_with_runhooks_and_gerrit_deprecated.json
diff --git a/scripts/slave/recipes/run_presubmit.expected/infra_with_runhooks_and_gerrit_deprecated.json b/scripts/slave/recipes/run_presubmit.expected/infra_with_runhooks_and_gerrit_deprecated.json
deleted file mode 100644
index 0c680602f6eb1f842e22bdaa9262f767319dc449..0000000000000000000000000000000000000000
--- a/scripts/slave/recipes/run_presubmit.expected/infra_with_runhooks_and_gerrit_deprecated.json
+++ /dev/null
@@ -1,120 +0,0 @@
-[
- {
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
- "--spec",
- "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infra.git'}]",
- "--patch_root",
- "infra",
- "--revision_mapping_file",
- "{\"infra\": \"got_revision\"}",
- "--git-cache-dir",
- "[GIT_CACHE]",
- "--gerrit_repo",
- "https://chromium.googlesource.com/infra/infra",
- "--gerrit_ref",
- "refs/changes/11/338811/3",
- "--output_json",
- "/path/to/tmp/json",
- "--revision",
- "infra@HEAD",
- "--output_manifest"
- ],
- "env": {
- "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
- },
- "name": "bot_update",
- "~followup_annotations": [
- "@@@STEP_TEXT@Some step text@@@",
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"infra\": \"HEAD\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"infra\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/infra.git\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"revision\": \"5e03a58dc0850e5137a8ebbce29610670c756aed\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"infra\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"5e03a58dc0850e5137a8ebbce29610670c756aed\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master@{#197293}\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"root\": \"infra\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@SET_BUILD_PROPERTY@got_revision@\"5e03a58dc0850e5137a8ebbce29610670c756aed\"@@@",
- "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#197293}\"@@@"
- ]
- },
- {
- "cmd": [
- "git",
- "-c",
- "user.email=commit-bot@chromium.org",
- "-c",
- "user.name=The Commit Bot",
- "commit",
- "-a",
- "-m",
- "Committed patch"
- ],
- "cwd": "[SLAVE_BUILD]/infra",
- "name": "commit git patch"
- },
- {
- "cmd": [
- "python",
- "-u",
- "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
- "runhooks"
- ],
- "cwd": "[SLAVE_BUILD]/infra",
- "env": {
- "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
- },
- "name": "gclient runhooks"
- },
- {
- "cmd": [
- "python",
- "-u",
- "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py",
- "--issue",
- "338811",
- "--patchset",
- "3",
- "--gerrit_url",
- "https://chromium-review.googlesource.com",
- "--gerrit_fetch",
- "--root",
- "[SLAVE_BUILD]/infra",
- "--commit",
- "--verbose",
- "--verbose",
- "--skip_canned",
- "CheckRietveldTryJobExecution",
- "--skip_canned",
- "CheckTreeIsOpen",
- "--skip_canned",
- "CheckBuildbotPendingBuilds",
- "--upstream",
- "5e03a58dc0850e5137a8ebbce29610670c756aed"
- ],
- "env": {
- "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
- },
- "name": "presubmit"
- },
- {
- "name": "$result",
- "recipe_result": null,
- "status_code": 0
- }
-]
« no previous file with comments | « scripts/slave/recipes/run_presubmit.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698