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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/findit_consecutive_culprits.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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 "@@@STEP_LOG_LINE@revisions@r1@@@", 258 "@@@STEP_LOG_LINE@revisions@r1@@@",
260 "@@@STEP_LOG_LINE@revisions@r2@@@", 259 "@@@STEP_LOG_LINE@revisions@r2@@@",
261 "@@@STEP_LOG_LINE@revisions@r3@@@", 260 "@@@STEP_LOG_LINE@revisions@r3@@@",
262 "@@@STEP_LOG_LINE@revisions@r4@@@", 261 "@@@STEP_LOG_LINE@revisions@r4@@@",
263 "@@@STEP_LOG_LINE@revisions@r5@@@", 262 "@@@STEP_LOG_LINE@revisions@r5@@@",
264 "@@@STEP_LOG_LINE@revisions@r6@@@", 263 "@@@STEP_LOG_LINE@revisions@r6@@@",
265 "@@@STEP_LOG_END@revisions@@@" 264 "@@@STEP_LOG_END@revisions@@@"
266 ] 265 ]
267 }, 266 },
268 { 267 {
269 "cmd": [],
270 "name": "test r2" 268 "name": "test r2"
271 }, 269 },
272 { 270 {
273 "cmd": [ 271 "cmd": [
274 "python", 272 "python",
275 "-u", 273 "-u",
276 "\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", 274 "\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",
277 "[BUILDER_CACHE]/mac", 275 "[BUILDER_CACHE]/mac",
278 "511" 276 "511"
279 ], 277 ],
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 384 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
387 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 385 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
388 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 386 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
389 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 387 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
390 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 388 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
391 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 389 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
392 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@" 390 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
393 ] 391 ]
394 }, 392 },
395 { 393 {
396 "cmd": [],
397 "name": "test r2.ensure_goma", 394 "name": "test r2.ensure_goma",
398 "~followup_annotations": [ 395 "~followup_annotations": [
399 "@@@STEP_NEST_LEVEL@1@@@" 396 "@@@STEP_NEST_LEVEL@1@@@"
400 ] 397 ]
401 }, 398 },
402 { 399 {
403 "cmd": [ 400 "cmd": [
404 "python", 401 "python",
405 "-u", 402 "-u",
406 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 403 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 "env": { 832 "env": {
836 "FORCE_MAC_TOOLCHAIN": "1", 833 "FORCE_MAC_TOOLCHAIN": "1",
837 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 834 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
838 }, 835 },
839 "name": "test r2.Upload to test-results [test r2.gl_tests (r2) on Mac-10.9]" , 836 "name": "test r2.Upload to test-results [test r2.gl_tests (r2) on Mac-10.9]" ,
840 "~followup_annotations": [ 837 "~followup_annotations": [
841 "@@@STEP_NEST_LEVEL@1@@@" 838 "@@@STEP_NEST_LEVEL@1@@@"
842 ] 839 ]
843 }, 840 },
844 { 841 {
845 "cmd": [],
846 "name": "test r3" 842 "name": "test r3"
847 }, 843 },
848 { 844 {
849 "cmd": [ 845 "cmd": [
850 "python", 846 "python",
851 "-u", 847 "-u",
852 "\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", 848 "\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",
853 "[BUILDER_CACHE]/mac", 849 "[BUILDER_CACHE]/mac",
854 "511" 850 "511"
855 ], 851 ],
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
962 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 958 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
963 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 959 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
964 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 960 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
965 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 961 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
966 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 962 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
967 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 963 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
968 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@" 964 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
969 ] 965 ]
970 }, 966 },
971 { 967 {
972 "cmd": [],
973 "name": "test r3.ensure_goma", 968 "name": "test r3.ensure_goma",
974 "~followup_annotations": [ 969 "~followup_annotations": [
975 "@@@STEP_NEST_LEVEL@1@@@" 970 "@@@STEP_NEST_LEVEL@1@@@"
976 ] 971 ]
977 }, 972 },
978 { 973 {
979 "cmd": [ 974 "cmd": [
980 "python", 975 "python",
981 "-u", 976 "-u",
982 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 977 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
1411 "env": { 1406 "env": {
1412 "FORCE_MAC_TOOLCHAIN": "1", 1407 "FORCE_MAC_TOOLCHAIN": "1",
1413 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 1408 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
1414 }, 1409 },
1415 "name": "test r3.Upload to test-results [test r3.gl_tests (r3) on Mac-10.9]" , 1410 "name": "test r3.Upload to test-results [test r3.gl_tests (r3) on Mac-10.9]" ,
1416 "~followup_annotations": [ 1411 "~followup_annotations": [
1417 "@@@STEP_NEST_LEVEL@1@@@" 1412 "@@@STEP_NEST_LEVEL@1@@@"
1418 ] 1413 ]
1419 }, 1414 },
1420 { 1415 {
1421 "cmd": [],
1422 "name": "test r4" 1416 "name": "test r4"
1423 }, 1417 },
1424 { 1418 {
1425 "cmd": [ 1419 "cmd": [
1426 "python", 1420 "python",
1427 "-u", 1421 "-u",
1428 "\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", 1422 "\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",
1429 "[BUILDER_CACHE]/mac", 1423 "[BUILDER_CACHE]/mac",
1430 "511" 1424 "511"
1431 ], 1425 ],
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
1538 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 1532 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
1539 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 1533 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
1540 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 1534 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
1541 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 1535 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
1542 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 1536 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
1543 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 1537 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
1544 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@" 1538 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
1545 ] 1539 ]
1546 }, 1540 },
1547 { 1541 {
1548 "cmd": [],
1549 "name": "test r4.ensure_goma", 1542 "name": "test r4.ensure_goma",
1550 "~followup_annotations": [ 1543 "~followup_annotations": [
1551 "@@@STEP_NEST_LEVEL@1@@@" 1544 "@@@STEP_NEST_LEVEL@1@@@"
1552 ] 1545 ]
1553 }, 1546 },
1554 { 1547 {
1555 "cmd": [ 1548 "cmd": [
1556 "python", 1549 "python",
1557 "-u", 1550 "-u",
1558 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 1551 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
2040 "@@@STEP_LOG_END@report@@@", 2033 "@@@STEP_LOG_END@report@@@",
2041 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\": \"r4\"}}, \"metadata\": {\"regression_range_size\": 6}, \"result\": {\"r2\": {\ "gl_tests\": {\"status\": \"passed\", \"valid\": true}}, \"r3\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true}}, \"r4\": {\"gl_tests\": {\"failures\" : [\"Test.One\"], \"status\": \"failed\", \"valid\": true}}}}@@@" 2034 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\": \"r4\"}}, \"metadata\": {\"regression_range_size\": 6}, \"result\": {\"r2\": {\ "gl_tests\": {\"status\": \"passed\", \"valid\": true}}, \"r3\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true}}, \"r4\": {\"gl_tests\": {\"failures\" : [\"Test.One\"], \"status\": \"failed\", \"valid\": true}}}}@@@"
2042 ] 2035 ]
2043 }, 2036 },
2044 { 2037 {
2045 "name": "$result", 2038 "name": "$result",
2046 "recipe_result": null, 2039 "recipe_result": null,
2047 "status_code": 0 2040 "status_code": 0
2048 } 2041 }
2049 ] 2042 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698