| Index: recipes/recipes/infra_continuous.expected/infra-cross-compile.json
|
| diff --git a/recipes/recipes/infra_continuous.expected/infra-cross-compile.json b/recipes/recipes/infra_continuous.expected/infra-cross-compile.json
|
| index 13b58530890d02e6f3a241f7fe1f13955c94ff38..63b7bb6e0fbe307b746cad3d854faacc8efc47b6 100644
|
| --- a/recipes/recipes/infra_continuous.expected/infra-cross-compile.json
|
| +++ b/recipes/recipes/infra_continuous.expected/infra-cross-compile.json
|
| @@ -222,6 +222,60 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| + "[SLAVE_BUILD]/infra/build/build.py",
|
| + "--builder",
|
| + "infra-continuous-precise-64"
|
| + ],
|
| + "env": {
|
| + "GOARCH": "arm",
|
| + "GOOS": "android"
|
| + },
|
| + "name": "cipd - build packages [GOOS:android GOARCH:arm]"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "[SLAVE_BUILD]/infra/build/build.py",
|
| + "--no-rebuild",
|
| + "--upload",
|
| + "--service-account-json",
|
| + "/creds/service_accounts/service-account-cipd-builder.json",
|
| + "--json-output",
|
| + "/path/to/tmp/json",
|
| + "--builder",
|
| + "infra-continuous-precise-64",
|
| + "--tags",
|
| + "buildbot_build:chromium.infra/infra-continuous-precise-64/123",
|
| + "git_repository:https://chromium.googlesource.com/infra/infra",
|
| + "git_revision:5e03a58dc0850e5137a8ebbce29610670c756aed"
|
| + ],
|
| + "env": {
|
| + "GOARCH": "arm",
|
| + "GOOS": "android"
|
| + },
|
| + "name": "cipd - upload packages [GOOS:android GOARCH:arm]",
|
| + "~followup_annotations": [
|
| + "@@@STEP_LOG_LINE@json.output@{@@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"failed\": [], @@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"succeeded\": [@@@",
|
| + "@@@STEP_LOG_LINE@json.output@ {@@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"info\": {@@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"abcdefabcdef63ad814cd1dfffe2fcfc9f81299c\", @@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/some_tool/linux-bitness\"@@@",
|
| + "@@@STEP_LOG_LINE@json.output@ }, @@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"pkg_def_name\": \"some_tool\"@@@",
|
| + "@@@STEP_LOG_LINE@json.output@ }@@@",
|
| + "@@@STEP_LOG_LINE@json.output@ ]@@@",
|
| + "@@@STEP_LOG_LINE@json.output@}@@@",
|
| + "@@@STEP_LOG_END@json.output@@@",
|
| + "@@@STEP_LINK@infra/tools/some_tool/linux-bitness abcdefabcdef63ad814cd1dfffe2fcfc9f81299c@http://example.com/not-implemented-yet@@@"
|
| + ]
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| "\nimport os, sys\nfrom common import chromium_utils # Error? See https://crbug.com/584783.\n\npath = sys.argv[1]\nif os.path.exists(path):\n for p in (os.path.join(path, x) for x in os.listdir(path)):\n if os.path.isdir(p):\n chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n",
|
| "[SLAVE_BUILD]/infra/go/bin"
|
| ],
|
|
|