Index: scripts/slave/recipes/infra/luci_gae.expected/luci_gae.json |
diff --git a/scripts/slave/recipes/infra/luci_gae.expected/luci_gae.json b/scripts/slave/recipes/infra/luci_gae.expected/luci_gae.json |
deleted file mode 100644 |
index 119244dda1a90efada6d4f4460b4f3ddbb58cf0a..0000000000000000000000000000000000000000 |
--- a/scripts/slave/recipes/infra/luci_gae.expected/luci_gae.json |
+++ /dev/null |
@@ -1,115 +0,0 @@ |
-[ |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
- "--master", |
- "chromium.infra", |
- "--builder", |
- "luci-gae-linux64", |
- "--slave", |
- "TestSlavename", |
- "--spec", |
- "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infra.git'}]", |
- "--root", |
- "infra/go/src/github.com/luci/gae", |
- "--revision_mapping_file", |
- "{\"infra/go/src/github.com/luci/gae\": \"got_revision\"}", |
- "--git-cache-dir", |
- "[GIT_CACHE]", |
- "--output_json", |
- "/path/to/tmp/json", |
- "--revision", |
- "infra@origin/master", |
- "--revision", |
- "infra/go/src/github.com/luci/gae@c14d891d44f0afff64e56ed7c9702df1d807b1ee", |
- "--revision", |
- "infra/go/src/github.com/luci/luci-go@origin/master", |
- "--force", |
- "--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\": \"origin/master\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"infra/go/src/github.com/luci/gae\": \"c14d891d44f0afff64e56ed7c9702df1d807b1ee\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"infra/go/src/github.com/luci/luci-go\": \"origin/master\"@@@", |
- "@@@STEP_LOG_LINE@json.output@ }, @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"infra/go/src/github.com/luci/gae\": {@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/infra/go/src/github.com/luci/gae.git\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"revision\": \"1baeb5a8a8ba8145cc2d047ac027a5a5e30ab846\"@@@", |
- "@@@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/go/src/github.com/luci/gae\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"1baeb5a8a8ba8145cc2d047ac027a5a5e30ab846\", @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master@{#34600}\"@@@", |
- "@@@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@\"1baeb5a8a8ba8145cc2d047ac027a5a5e30ab846\"@@@", |
- "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#34600}\"@@@" |
- ] |
- }, |
- { |
- "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", |
- "[SLAVE_BUILD]/infra/go/env.py", |
- "go", |
- "version" |
- ], |
- "name": "go third parties" |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "[SLAVE_BUILD]/infra/go/env.py", |
- "go", |
- "build", |
- "github.com/luci/gae/..." |
- ], |
- "name": "go build" |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "[SLAVE_BUILD]/infra/go/env.py", |
- "go", |
- "test", |
- "github.com/luci/gae/..." |
- ], |
- "name": "go test" |
- }, |
- { |
- "name": "$result", |
- "recipe_result": null, |
- "status_code": 0 |
- } |
-] |