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

Unified Diff: scripts/slave/recipes/ios/unified_builder_tester.expected/basic.json

Issue 2455433002: Convert chromium.mac, chromium.fyi iOS bots to run tests on Swarming (Closed)
Patch Set: Created 4 years, 2 months 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
Index: scripts/slave/recipes/ios/unified_builder_tester.expected/basic.json
diff --git a/scripts/slave/recipes/ios/unified_builder_tester.expected/basic.json b/scripts/slave/recipes/ios/unified_builder_tester.expected/basic.json
index bd4addbca9d192cb42692abedda22c5cf3ea74ab..0477cf8792a31a0ae3f72aa4c0ab6bfe2e935ab7 100644
--- a/scripts/slave/recipes/ios/unified_builder_tester.expected/basic.json
+++ b/scripts/slave/recipes/ios/unified_builder_tester.expected/basic.json
@@ -240,109 +240,753 @@
"name": "compile"
},
{
+ "cmd": [],
+ "name": "bootstrap swarming"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
+ "--path",
+ "[SLAVE_BUILD]/swarming.client",
+ "--url",
+ "https://chromium.googlesource.com/external/swarming.client.git"
+ ],
+ "name": "bootstrap swarming.git setup (swarming_client)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "git",
+ "retry",
+ "fetch",
+ "origin",
+ "stable"
+ ],
+ "cwd": "[SLAVE_BUILD]/swarming.client",
+ "env": {
+ "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
+ },
+ "name": "bootstrap swarming.git fetch (swarming_client)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "git",
+ "checkout",
+ "-f",
+ "FETCH_HEAD"
+ ],
+ "cwd": "[SLAVE_BUILD]/swarming.client",
+ "name": "bootstrap swarming.git checkout (swarming_client)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "git",
+ "rev-parse",
+ "HEAD"
+ ],
+ "cwd": "[SLAVE_BUILD]/swarming.client",
+ "name": "bootstrap swarming.read revision",
+ "stdout": "/path/to/tmp/",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "git",
+ "clean",
+ "-f",
+ "-d",
+ "-x"
+ ],
+ "cwd": "[SLAVE_BUILD]/swarming.client",
+ "name": "bootstrap swarming.git clean (swarming_client)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "git",
+ "submodule",
+ "sync"
+ ],
+ "cwd": "[SLAVE_BUILD]/swarming.client",
+ "name": "bootstrap swarming.submodule sync (swarming_client)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
+ },
+ {
"cmd": [
- "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
- "--app",
- "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 1.app",
- "--json_file",
+ "git",
+ "submodule",
+ "update",
+ "--init",
+ "--recursive"
+ ],
+ "cwd": "[SLAVE_BUILD]/swarming.client",
+ "name": "bootstrap swarming.submodule update (swarming_client)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/swarming.client/swarming.py",
+ "--version"
+ ],
+ "name": "bootstrap swarming.swarming.py --version",
+ "stdout": "/path/to/tmp/",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_TEXT@1.2.3@@@"
+ ]
+ },
+ {
+ "cmd": [],
+ "name": "isolate"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
+ "{\n \"conditions\": [\n [\n \"OS == \\\"ios\\\"\", \n {\n \"variables\": {\n \"command\": [\n \"src/ios/build/bots/scripts/run.py\", \n \"--app\", \n \"<(app_path)\", \n \"--args-json\", \n \"{\\\"xctest\\\": <(xctest)}\", \n \"--out-dir\", \n \"${ISOLATED_OUTDIR}\", \n \"--xcode-version\", \n \"<(xcode_version)\", \n \"--iossim\", \n \"src/out/Debug-iphonesimulator/iossim\", \n \"--platform\", \n \"<(platform)\", \n \"--version\", \n \"<(version)\"\n ], \n \"files\": [\n \"<(app_path)/\", \n \"src/ios/build/bots/scripts/\", \n \"src/out/Debug-iphonesimulator/iossim\"\n ]\n }\n }\n ]\n ]\n}",
+ "[SLAVE_BUILD]/template.isolate"
+ ],
+ "name": "isolate.generate template.isolate",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_LOG_LINE@template.isolate@{@@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"conditions\": [@@@",
+ "@@@STEP_LOG_LINE@template.isolate@ [@@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"OS == \\\"ios\\\"\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ {@@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"variables\": {@@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"command\": [@@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/scripts/run.py\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"--app\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"--args-json\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"{\\\"xctest\\\": <(xctest)}\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"--out-dir\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"${ISOLATED_OUTDIR}\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"--xcode-version\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"<(xcode_version)\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"--iossim\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimulator/iossim\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"--platform\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"<(platform)\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"--version\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"<(version)\"@@@",
+ "@@@STEP_LOG_LINE@template.isolate@ ], @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"files\": [@@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)/\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/scripts/\", @@@",
+ "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimulator/iossim\"@@@",
+ "@@@STEP_LOG_LINE@template.isolate@ ]@@@",
+ "@@@STEP_LOG_LINE@template.isolate@ }@@@",
+ "@@@STEP_LOG_LINE@template.isolate@ }@@@",
+ "@@@STEP_LOG_LINE@template.isolate@ ]@@@",
+ "@@@STEP_LOG_LINE@template.isolate@ ]@@@",
+ "@@@STEP_LOG_LINE@template.isolate@}@@@",
+ "@@@STEP_LOG_END@template.isolate@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
+ "{\n \"args\": [\n \"--config-variable\", \n \"OS\", \n \"ios\", \n \"--config-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesimulator/fake tests 1.app\", \n \"--config-variable\", \n \"xcode_version\", \n \"fake xcode version\", \n \"--config-variable\", \n \"xctest\", \n \"false\", \n \"--isolate\", \n \"[SLAVE_BUILD]/template.isolate\", \n \"--isolated\", \n \"[TMP_BASE]/isolate_tmp_1/0.isolated\", \n \"--path-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesimulator/fake tests 1.app\", \n \"--config-variable\", \n \"platform\", \n \"fake device\", \n \"--config-variable\", \n \"version\", \n \"8.0\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}",
+ "[TMP_BASE]/isolate_tmp_1/0.isolate.gen.json"
+ ],
+ "name": "isolate.generate 0.isolate.gen.json",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_TEXT@fake tests 1 (fake device iOS 8.0)@@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@{@@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"args\": [@@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"OS\", @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"ios\", @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"src/out/Debug-iphonesimulator/fake tests 1.app\", @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"xcode_version\", @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake xcode version\", @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"xctest\", @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"false\", @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--isolate\", @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[SLAVE_BUILD]/template.isolate\", @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--isolated\", @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[TMP_BASE]/isolate_tmp_1/0.isolated\", @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--path-variable\", @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"src/out/Debug-iphonesimulator/fake tests 1.app\", @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"platform\", @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake device\", @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"version\", @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"8.0\"@@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ ], @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"dir\": \"[SLAVE_BUILD]\", @@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"version\": 1@@@",
+ "@@@STEP_LOG_LINE@0.isolate.gen.json@}@@@",
+ "@@@STEP_LOG_END@0.isolate.gen.json@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
+ "{\n \"args\": [\n \"--config-variable\", \n \"OS\", \n \"ios\", \n \"--config-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesimulator/fake tests 2.app\", \n \"--config-variable\", \n \"xcode_version\", \n \"fake xcode version\", \n \"--config-variable\", \n \"xctest\", \n \"false\", \n \"--isolate\", \n \"[SLAVE_BUILD]/template.isolate\", \n \"--isolated\", \n \"[TMP_BASE]/isolate_tmp_1/1.isolated\", \n \"--path-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesimulator/fake tests 2.app\", \n \"--config-variable\", \n \"platform\", \n \"fake device\", \n \"--config-variable\", \n \"version\", \n \"7.1\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}",
+ "[TMP_BASE]/isolate_tmp_1/1.isolate.gen.json"
+ ],
+ "name": "isolate.generate 1.isolate.gen.json",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_TEXT@fake tests 2 (fake device iOS 7.1)@@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@{@@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"args\": [@@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"--config-variable\", @@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"OS\", @@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"ios\", @@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"--config-variable\", @@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"app_path\", @@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"src/out/Debug-iphonesimulator/fake tests 2.app\", @@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"--config-variable\", @@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"xcode_version\", @@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"fake xcode version\", @@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"--config-variable\", @@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"xctest\", @@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"false\", @@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"--isolate\", @@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"[SLAVE_BUILD]/template.isolate\", @@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"--isolated\", @@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"[TMP_BASE]/isolate_tmp_1/1.isolated\", @@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"--path-variable\", @@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"app_path\", @@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"src/out/Debug-iphonesimulator/fake tests 2.app\", @@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"--config-variable\", @@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"platform\", @@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"fake device\", @@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"--config-variable\", @@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"version\", @@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"7.1\"@@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ ], @@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"dir\": \"[SLAVE_BUILD]\", @@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"version\": 1@@@",
+ "@@@STEP_LOG_LINE@1.isolate.gen.json@}@@@",
+ "@@@STEP_LOG_END@1.isolate.gen.json@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
+ "{\n \"args\": [\n \"--config-variable\", \n \"OS\", \n \"ios\", \n \"--config-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesimulator/fake_eg_test_host.app\", \n \"--config-variable\", \n \"xcode_version\", \n \"fake xcode version\", \n \"--config-variable\", \n \"xctest\", \n \"true\", \n \"--isolate\", \n \"[SLAVE_BUILD]/template.isolate\", \n \"--isolated\", \n \"[TMP_BASE]/isolate_tmp_1/2.isolated\", \n \"--path-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesimulator/fake_eg_test_host.app\", \n \"--config-variable\", \n \"platform\", \n \"fake device 3\", \n \"--config-variable\", \n \"version\", \n \"9.3\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}",
+ "[TMP_BASE]/isolate_tmp_1/2.isolate.gen.json"
+ ],
+ "name": "isolate.generate 2.isolate.gen.json",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_TEXT@fake_eg_test_host (fake device 3 iOS 9.3)@@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@{@@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"args\": [@@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"--config-variable\", @@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"OS\", @@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"ios\", @@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"--config-variable\", @@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"app_path\", @@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"src/out/Debug-iphonesimulator/fake_eg_test_host.app\", @@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"--config-variable\", @@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"xcode_version\", @@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"fake xcode version\", @@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"--config-variable\", @@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"xctest\", @@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"true\", @@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"--isolate\", @@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"[SLAVE_BUILD]/template.isolate\", @@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"--isolated\", @@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"[TMP_BASE]/isolate_tmp_1/2.isolated\", @@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"--path-variable\", @@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"app_path\", @@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"src/out/Debug-iphonesimulator/fake_eg_test_host.app\", @@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"--config-variable\", @@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"platform\", @@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"fake device 3\", @@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"--config-variable\", @@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"version\", @@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"9.3\"@@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ ], @@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"dir\": \"[SLAVE_BUILD]\", @@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"version\": 1@@@",
+ "@@@STEP_LOG_LINE@2.isolate.gen.json@}@@@",
+ "@@@STEP_LOG_END@2.isolate.gen.json@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "[SLAVE_BUILD]/swarming.client/isolate.py",
+ "batcharchive",
+ "--dump-json",
"/path/to/tmp/json",
- "--iossim",
- "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim",
- "--platform",
- "fake device",
- "--version",
- "8.0"
+ "--isolate-server",
+ "https://isolateserver.appspot.com",
+ "[TMP_BASE]/isolate_tmp_1/0.isolate.gen.json",
+ "[TMP_BASE]/isolate_tmp_1/1.isolate.gen.json",
+ "[TMP_BASE]/isolate_tmp_1/2.isolate.gen.json"
],
- "name": "fake tests 1 (fake device iOS 8.0)",
+ "name": "isolate.archive",
"~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@",
- "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@",
- "@@@STEP_LOG_LINE@json.output@ ]@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"0\": \"fake-hash-0\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"1\": \"fake-hash-1\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"2\": \"fake-hash-2\"@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [],
+ "name": "trigger"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/swarming.client/swarming.py",
+ "trigger",
+ "--swarming",
+ "https://chromium-swarm.appspot.com",
+ "--isolate-server",
+ "https://isolateserver.appspot.com",
+ "--priority",
+ "200",
+ "--shards",
+ "1",
+ "--task-name",
+ "fake tests 1 (fake device iOS 8.0)/Mac/fake-hash-/ios/0",
+ "--dump-json",
+ "/path/to/tmp/json",
+ "--expiration",
+ "3600",
+ "--io-timeout",
+ "1200",
+ "--hard-timeout",
+ "3600",
+ "--dimension",
+ "os",
+ "Mac",
+ "--dimension",
+ "pool",
+ "Chrome",
+ "--dimension",
+ "xcode_version",
+ "fake xcode version",
+ "--tag",
+ "buildername:ios",
+ "--tag",
+ "buildnumber:0",
+ "--tag",
+ "data:fake-hash-0",
+ "--tag",
+ "device_type:fake device",
+ "--tag",
+ "ios_version:8.0",
+ "--tag",
+ "master:chromium.fake",
+ "--tag",
+ "name:fake",
+ "--tag",
+ "os:Mac",
+ "--tag",
+ "platform:simulator",
+ "--tag",
+ "slavename:fake-vm",
+ "--tag",
+ "spec_name:chromium.fake:ios:fake tests 1:simulator:fake device:8.0:fake xcode version",
+ "--tag",
+ "stepname:fake tests 1 (fake device iOS 8.0) on Mac",
+ "--tag",
+ "test:fake tests 1",
+ "fake-hash-0"
+ ],
+ "name": "trigger.[trigger] fake tests 1 (fake device iOS 8.0) on Mac",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"fake tests 1 (fake device iOS 8.0)/Mac/fake-hash-/ios/0\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"fake tests 1 (fake device iOS 8.0)/Mac/fake-hash-/ios/0\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@}@@@",
"@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LOG_LINE@fake log@fake log line 1@@@",
- "@@@STEP_LOG_LINE@fake log@fake log line 2@@@",
- "@@@STEP_LOG_END@fake log@@@",
- "@@@STEP_LINK@fake URL text@fake URL@@@"
+ "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
]
},
{
"cmd": [
- "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
- "--app",
- "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 2.app",
- "--json_file",
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/swarming.client/swarming.py",
+ "trigger",
+ "--swarming",
+ "https://chromium-swarm.appspot.com",
+ "--isolate-server",
+ "https://isolateserver.appspot.com",
+ "--priority",
+ "200",
+ "--shards",
+ "1",
+ "--task-name",
+ "fake tests 2 (fake device iOS 7.1)/Mac/fake-hash-/ios/0",
+ "--dump-json",
"/path/to/tmp/json",
- "--iossim",
- "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim",
- "--platform",
- "fake device",
- "--version",
- "7.1"
+ "--expiration",
+ "3600",
+ "--io-timeout",
+ "1200",
+ "--hard-timeout",
+ "3600",
+ "--dimension",
+ "os",
+ "Mac",
+ "--dimension",
+ "pool",
+ "Chrome",
+ "--dimension",
+ "xcode_version",
+ "fake xcode version",
+ "--tag",
+ "buildername:ios",
+ "--tag",
+ "buildnumber:0",
+ "--tag",
+ "data:fake-hash-1",
+ "--tag",
+ "device_type:fake device",
+ "--tag",
+ "ios_version:7.1",
+ "--tag",
+ "master:chromium.fake",
+ "--tag",
+ "name:fake",
+ "--tag",
+ "os:Mac",
+ "--tag",
+ "platform:simulator",
+ "--tag",
+ "slavename:fake-vm",
+ "--tag",
+ "spec_name:chromium.fake:ios:fake tests 2:simulator:fake device:7.1:fake xcode version",
+ "--tag",
+ "stepname:fake tests 2 (fake device iOS 7.1) on Mac",
+ "--tag",
+ "test:fake tests 2",
+ "fake-hash-1"
],
- "name": "fake tests 2 (fake device iOS 7.1)",
+ "name": "trigger.[trigger] fake tests 2 (fake device iOS 7.1) on Mac",
"~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@",
- "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@",
- "@@@STEP_LOG_LINE@json.output@ ]@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"fake tests 2 (fake device iOS 7.1)/Mac/fake-hash-/ios/0\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"fake tests 2 (fake device iOS 7.1)/Mac/fake-hash-/ios/0\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@}@@@",
"@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LOG_LINE@fake log@fake log line 1@@@",
- "@@@STEP_LOG_LINE@fake log@fake log line 2@@@",
- "@@@STEP_LOG_END@fake log@@@",
- "@@@STEP_LINK@fake URL text@fake URL@@@"
+ "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
]
},
{
"cmd": [
- "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
- "--app",
- "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake_eg_test_host.app",
- "--json_file",
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/swarming.client/swarming.py",
+ "trigger",
+ "--swarming",
+ "https://chromium-swarm.appspot.com",
+ "--isolate-server",
+ "https://isolateserver.appspot.com",
+ "--priority",
+ "200",
+ "--shards",
+ "1",
+ "--task-name",
+ "fake_eg_test_host (fake device 3 iOS 9.3)/Mac/fake-hash-/ios/0",
+ "--dump-json",
"/path/to/tmp/json",
- "--test-host",
- "fake_eg_test_host",
- "--dummyproj",
- "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/TestProject/TestProject.xcodeproj",
- "--iossim",
- "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim",
- "--platform",
- "fake device 3",
- "--version",
- "9.3"
+ "--expiration",
+ "3600",
+ "--io-timeout",
+ "1200",
+ "--hard-timeout",
+ "3600",
+ "--dimension",
+ "os",
+ "Mac",
+ "--dimension",
+ "pool",
+ "Chrome",
+ "--dimension",
+ "xcode_version",
+ "fake xcode version",
+ "--tag",
+ "buildername:ios",
+ "--tag",
+ "buildnumber:0",
+ "--tag",
+ "data:fake-hash-2",
+ "--tag",
+ "device_type:fake device 3",
+ "--tag",
+ "ios_version:9.3",
+ "--tag",
+ "master:chromium.fake",
+ "--tag",
+ "name:fake_eg_test_host",
+ "--tag",
+ "os:Mac",
+ "--tag",
+ "platform:simulator",
+ "--tag",
+ "slavename:fake-vm",
+ "--tag",
+ "spec_name:chromium.fake:ios:fake_eg_test_host:simulator:fake device 3:9.3:fake xcode version",
+ "--tag",
+ "stepname:fake_eg_test_host (fake device 3 iOS 9.3) on Mac",
+ "--tag",
+ "test:fake_eg_test_host",
+ "fake-hash-2"
],
- "name": "fake_eg_test_host (fake device 3 iOS 9.3)",
+ "name": "trigger.[trigger] fake_eg_test_host (fake device 3 iOS 9.3) on Mac",
"~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@",
- "@@@STEP_LOG_LINE@json.output@ }, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@",
- "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@",
- "@@@STEP_LOG_LINE@json.output@ ]@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"fake_eg_test_host (fake device 3 iOS 9.3)/Mac/fake-hash-/ios/0\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"fake_eg_test_host (fake device 3 iOS 9.3)/Mac/fake-hash-/ios/0\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@}@@@",
"@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LOG_LINE@fake log@fake log line 1@@@",
- "@@@STEP_LOG_LINE@fake log@fake log line 2@@@",
- "@@@STEP_LOG_END@fake log@@@",
- "@@@STEP_LINK@fake URL text@fake URL@@@"
+ "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/swarming.client/swarming.py",
+ "collect",
+ "--swarming",
+ "https://chromium-swarm.appspot.com",
+ "--decorate",
+ "--print-status-updates",
+ "--json",
+ "{\"base_task_name\": \"fake tests 1 (fake device iOS 8.0)/Mac/fake-hash-/ios/0\", \"tasks\": {\"fake tests 1 (fake device iOS 8.0)/Mac/fake-hash-/ios/0\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
+ "--task-summary-json",
+ "/path/to/tmp/json",
+ "--task-output-dir",
+ "[TMP_BASE]/0_tmp_2"
+ ],
+ "name": "fake tests 1 (fake device iOS 8.0) on Mac",
+ "~followup_annotations": [
+ "@@@STEP_TEXT@swarming pending 71s@@@",
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
+ "@@@STEP_LOG_LINE@json.output@ {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:00.123\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.123\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@",
+ "@@@STEP_LOG_LINE@json.output@ 5.7, @@@",
+ "@@@STEP_LOG_LINE@json.output@ 31.5@@@",
+ "@@@STEP_LOG_LINE@json.output@ ], @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"exit_codes\": [@@@",
+ "@@@STEP_LOG_LINE@json.output@ 0, @@@",
+ "@@@STEP_LOG_LINE@json.output@ 0@@@",
+ "@@@STEP_LOG_LINE@json.output@ ], @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"failure\": false, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"id\": \"148aa78d7aa0000\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"internal_failure\": false, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"isolated_out\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"isolated\": \"abc123\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"isolatedserver\": \"https://isolateserver.appspot.com\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"namespace\": \"default-gzip\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"blah\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"modified_ts\": \"2014-09-25 01:42:00\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"name\": \"heartbeat-canary-2014-09-25_01:41:55-os=Windows\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"outputs\": [@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"Heart beat succeeded on win32.\\n\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"Foo\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ ], @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"started_ts\": \"2014-09-25T01:42:11.123\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"state\": 112, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"try_number\": 1, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"user\": \"unknown\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
+ "@@@STEP_LOG_LINE@json.output@ ]@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@",
+ "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/swarming.client/swarming.py",
+ "collect",
+ "--swarming",
+ "https://chromium-swarm.appspot.com",
+ "--decorate",
+ "--print-status-updates",
+ "--json",
+ "{\"base_task_name\": \"fake tests 2 (fake device iOS 7.1)/Mac/fake-hash-/ios/0\", \"tasks\": {\"fake tests 2 (fake device iOS 7.1)/Mac/fake-hash-/ios/0\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
+ "--task-summary-json",
+ "/path/to/tmp/json",
+ "--task-output-dir",
+ "[TMP_BASE]/1_tmp_3"
+ ],
+ "name": "fake tests 2 (fake device iOS 7.1) on Mac",
+ "~followup_annotations": [
+ "@@@STEP_TEXT@swarming pending 71s@@@",
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
+ "@@@STEP_LOG_LINE@json.output@ {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:00.123\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.123\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@",
+ "@@@STEP_LOG_LINE@json.output@ 5.7, @@@",
+ "@@@STEP_LOG_LINE@json.output@ 31.5@@@",
+ "@@@STEP_LOG_LINE@json.output@ ], @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"exit_codes\": [@@@",
+ "@@@STEP_LOG_LINE@json.output@ 0, @@@",
+ "@@@STEP_LOG_LINE@json.output@ 0@@@",
+ "@@@STEP_LOG_LINE@json.output@ ], @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"failure\": false, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"id\": \"148aa78d7aa0000\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"internal_failure\": false, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"isolated_out\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"isolated\": \"abc123\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"isolatedserver\": \"https://isolateserver.appspot.com\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"namespace\": \"default-gzip\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"blah\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"modified_ts\": \"2014-09-25 01:42:00\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"name\": \"heartbeat-canary-2014-09-25_01:41:55-os=Windows\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"outputs\": [@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"Heart beat succeeded on win32.\\n\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"Foo\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ ], @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"started_ts\": \"2014-09-25T01:42:11.123\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"state\": 112, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"try_number\": 1, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"user\": \"unknown\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
+ "@@@STEP_LOG_LINE@json.output@ ]@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@",
+ "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/swarming.client/swarming.py",
+ "collect",
+ "--swarming",
+ "https://chromium-swarm.appspot.com",
+ "--decorate",
+ "--print-status-updates",
+ "--json",
+ "{\"base_task_name\": \"fake_eg_test_host (fake device 3 iOS 9.3)/Mac/fake-hash-/ios/0\", \"tasks\": {\"fake_eg_test_host (fake device 3 iOS 9.3)/Mac/fake-hash-/ios/0\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
+ "--task-summary-json",
+ "/path/to/tmp/json",
+ "--task-output-dir",
+ "[TMP_BASE]/2_tmp_4"
+ ],
+ "name": "fake_eg_test_host (fake device 3 iOS 9.3) on Mac",
+ "~followup_annotations": [
+ "@@@STEP_TEXT@swarming pending 71s@@@",
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
+ "@@@STEP_LOG_LINE@json.output@ {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:00.123\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.123\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@",
+ "@@@STEP_LOG_LINE@json.output@ 5.7, @@@",
+ "@@@STEP_LOG_LINE@json.output@ 31.5@@@",
+ "@@@STEP_LOG_LINE@json.output@ ], @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"exit_codes\": [@@@",
+ "@@@STEP_LOG_LINE@json.output@ 0, @@@",
+ "@@@STEP_LOG_LINE@json.output@ 0@@@",
+ "@@@STEP_LOG_LINE@json.output@ ], @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"failure\": false, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"id\": \"148aa78d7aa0000\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"internal_failure\": false, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"isolated_out\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"isolated\": \"abc123\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"isolatedserver\": \"https://isolateserver.appspot.com\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"namespace\": \"default-gzip\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"blah\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ }, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"modified_ts\": \"2014-09-25 01:42:00\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"name\": \"heartbeat-canary-2014-09-25_01:41:55-os=Windows\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"outputs\": [@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"Heart beat succeeded on win32.\\n\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"Foo\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ ], @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"started_ts\": \"2014-09-25T01:42:11.123\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"state\": 112, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"try_number\": 1, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"user\": \"unknown\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
+ "@@@STEP_LOG_LINE@json.output@ ]@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@",
+ "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@"
]
},
{

Powered by Google App Engine
This is Rietveld 408576698