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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/swarming_tests.json

Issue 2334373002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/mac", 7 "[BUILDER_CACHE]/mac",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 114 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
115 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 115 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
116 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 116 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
117 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 117 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
118 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 118 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
119 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 119 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
120 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@" 120 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
121 ] 121 ]
122 }, 122 },
123 { 123 {
124 "cmd": [],
125 "name": "ensure_goma" 124 "name": "ensure_goma"
126 }, 125 },
127 { 126 {
128 "cmd": [ 127 "cmd": [
129 "python", 128 "python",
130 "-u", 129 "-u",
131 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 130 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
132 "--platform", 131 "--platform",
133 "mac-amd64", 132 "mac-amd64",
134 "--dest-directory", 133 "--dest-directory",
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 ], 253 ],
255 "cwd": "[BUILDER_CACHE]/mac/src", 254 "cwd": "[BUILDER_CACHE]/mac/src",
256 "name": "git commits in range", 255 "name": "git commits in range",
257 "stdout": "/path/to/tmp/", 256 "stdout": "/path/to/tmp/",
258 "~followup_annotations": [ 257 "~followup_annotations": [
259 "@@@STEP_LOG_LINE@revisions@r1@@@", 258 "@@@STEP_LOG_LINE@revisions@r1@@@",
260 "@@@STEP_LOG_END@revisions@@@" 259 "@@@STEP_LOG_END@revisions@@@"
261 ] 260 ]
262 }, 261 },
263 { 262 {
264 "cmd": [],
265 "name": "test r1" 263 "name": "test r1"
266 }, 264 },
267 { 265 {
268 "cmd": [ 266 "cmd": [
269 "python", 267 "python",
270 "-u", 268 "-u",
271 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 269 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
272 "[BUILDER_CACHE]/mac", 270 "[BUILDER_CACHE]/mac",
273 "511" 271 "511"
274 ], 272 ],
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 379 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
382 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 380 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
383 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 381 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
384 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 382 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
385 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 383 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
386 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 384 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
387 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@" 385 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
388 ] 386 ]
389 }, 387 },
390 { 388 {
391 "cmd": [],
392 "name": "test r1.ensure_goma", 389 "name": "test r1.ensure_goma",
393 "~followup_annotations": [ 390 "~followup_annotations": [
394 "@@@STEP_NEST_LEVEL@1@@@" 391 "@@@STEP_NEST_LEVEL@1@@@"
395 ] 392 ]
396 }, 393 },
397 { 394 {
398 "cmd": [ 395 "cmd": [
399 "python", 396 "python",
400 "-u", 397 "-u",
401 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 398 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 "@@@STEP_LOG_END@report@@@", 857 "@@@STEP_LOG_END@report@@@",
861 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@" 858 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@"
862 ] 859 ]
863 }, 860 },
864 { 861 {
865 "name": "$result", 862 "name": "$result",
866 "recipe_result": null, 863 "recipe_result": null,
867 "status_code": 0 864 "status_code": 0
868 } 865 }
869 ] 866 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698