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

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

Issue 2239293002: Switch to cipd module in depot_tools (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: pylint Created 4 years, 4 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 ] 127 ]
128 }, 128 },
129 { 129 {
130 "cmd": [], 130 "cmd": [],
131 "name": "ensure_goma" 131 "name": "ensure_goma"
132 }, 132 },
133 { 133 {
134 "cmd": [ 134 "cmd": [
135 "python", 135 "python",
136 "-u", 136 "-u",
137 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 137 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
138 "--platform", 138 "--platform",
139 "mac-amd64", 139 "mac-amd64",
140 "--dest-directory", 140 "--dest-directory",
141 "[SLAVE_BUILD]/cipd", 141 "[SLAVE_BUILD]/cipd",
142 "--json-output", 142 "--json-output",
143 "/path/to/tmp/json" 143 "/path/to/tmp/json"
144 ], 144 ],
145 "name": "ensure_goma.install cipd", 145 "name": "ensure_goma.install cipd",
146 "~followup_annotations": [ 146 "~followup_annotations": [
147 "@@@STEP_NEST_LEVEL@1@@@", 147 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 "cmd": [], 404 "cmd": [],
405 "name": "test r4.ensure_goma", 405 "name": "test r4.ensure_goma",
406 "~followup_annotations": [ 406 "~followup_annotations": [
407 "@@@STEP_NEST_LEVEL@1@@@" 407 "@@@STEP_NEST_LEVEL@1@@@"
408 ] 408 ]
409 }, 409 },
410 { 410 {
411 "cmd": [ 411 "cmd": [
412 "python", 412 "python",
413 "-u", 413 "-u",
414 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 414 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
415 "--platform", 415 "--platform",
416 "mac-amd64", 416 "mac-amd64",
417 "--dest-directory", 417 "--dest-directory",
418 "[SLAVE_BUILD]/cipd", 418 "[SLAVE_BUILD]/cipd",
419 "--json-output", 419 "--json-output",
420 "/path/to/tmp/json" 420 "/path/to/tmp/json"
421 ], 421 ],
422 "name": "test r4.ensure_goma.install cipd", 422 "name": "test r4.ensure_goma.install cipd",
423 "~followup_annotations": [ 423 "~followup_annotations": [
424 "@@@STEP_NEST_LEVEL@2@@@", 424 "@@@STEP_NEST_LEVEL@2@@@",
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
981 "cmd": [], 981 "cmd": [],
982 "name": "test r5.ensure_goma", 982 "name": "test r5.ensure_goma",
983 "~followup_annotations": [ 983 "~followup_annotations": [
984 "@@@STEP_NEST_LEVEL@1@@@" 984 "@@@STEP_NEST_LEVEL@1@@@"
985 ] 985 ]
986 }, 986 },
987 { 987 {
988 "cmd": [ 988 "cmd": [
989 "python", 989 "python",
990 "-u", 990 "-u",
991 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 991 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
992 "--platform", 992 "--platform",
993 "mac-amd64", 993 "mac-amd64",
994 "--dest-directory", 994 "--dest-directory",
995 "[SLAVE_BUILD]/cipd", 995 "[SLAVE_BUILD]/cipd",
996 "--json-output", 996 "--json-output",
997 "/path/to/tmp/json" 997 "/path/to/tmp/json"
998 ], 998 ],
999 "name": "test r5.ensure_goma.install cipd", 999 "name": "test r5.ensure_goma.install cipd",
1000 "~followup_annotations": [ 1000 "~followup_annotations": [
1001 "@@@STEP_NEST_LEVEL@2@@@", 1001 "@@@STEP_NEST_LEVEL@2@@@",
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
1558 "cmd": [], 1558 "cmd": [],
1559 "name": "test r6.ensure_goma", 1559 "name": "test r6.ensure_goma",
1560 "~followup_annotations": [ 1560 "~followup_annotations": [
1561 "@@@STEP_NEST_LEVEL@1@@@" 1561 "@@@STEP_NEST_LEVEL@1@@@"
1562 ] 1562 ]
1563 }, 1563 },
1564 { 1564 {
1565 "cmd": [ 1565 "cmd": [
1566 "python", 1566 "python",
1567 "-u", 1567 "-u",
1568 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 1568 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
1569 "--platform", 1569 "--platform",
1570 "mac-amd64", 1570 "mac-amd64",
1571 "--dest-directory", 1571 "--dest-directory",
1572 "[SLAVE_BUILD]/cipd", 1572 "[SLAVE_BUILD]/cipd",
1573 "--json-output", 1573 "--json-output",
1574 "/path/to/tmp/json" 1574 "/path/to/tmp/json"
1575 ], 1575 ],
1576 "name": "test r6.ensure_goma.install cipd", 1576 "name": "test r6.ensure_goma.install cipd",
1577 "~followup_annotations": [ 1577 "~followup_annotations": [
1578 "@@@STEP_NEST_LEVEL@2@@@", 1578 "@@@STEP_NEST_LEVEL@2@@@",
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
2135 "cmd": [], 2135 "cmd": [],
2136 "name": "test r2.ensure_goma", 2136 "name": "test r2.ensure_goma",
2137 "~followup_annotations": [ 2137 "~followup_annotations": [
2138 "@@@STEP_NEST_LEVEL@1@@@" 2138 "@@@STEP_NEST_LEVEL@1@@@"
2139 ] 2139 ]
2140 }, 2140 },
2141 { 2141 {
2142 "cmd": [ 2142 "cmd": [
2143 "python", 2143 "python",
2144 "-u", 2144 "-u",
2145 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 2145 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
2146 "--platform", 2146 "--platform",
2147 "mac-amd64", 2147 "mac-amd64",
2148 "--dest-directory", 2148 "--dest-directory",
2149 "[SLAVE_BUILD]/cipd", 2149 "[SLAVE_BUILD]/cipd",
2150 "--json-output", 2150 "--json-output",
2151 "/path/to/tmp/json" 2151 "/path/to/tmp/json"
2152 ], 2152 ],
2153 "name": "test r2.ensure_goma.install cipd", 2153 "name": "test r2.ensure_goma.install cipd",
2154 "~followup_annotations": [ 2154 "~followup_annotations": [
2155 "@@@STEP_NEST_LEVEL@2@@@", 2155 "@@@STEP_NEST_LEVEL@2@@@",
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
2709 "cmd": [], 2709 "cmd": [],
2710 "name": "test r3.ensure_goma", 2710 "name": "test r3.ensure_goma",
2711 "~followup_annotations": [ 2711 "~followup_annotations": [
2712 "@@@STEP_NEST_LEVEL@1@@@" 2712 "@@@STEP_NEST_LEVEL@1@@@"
2713 ] 2713 ]
2714 }, 2714 },
2715 { 2715 {
2716 "cmd": [ 2716 "cmd": [
2717 "python", 2717 "python",
2718 "-u", 2718 "-u",
2719 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 2719 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
2720 "--platform", 2720 "--platform",
2721 "mac-amd64", 2721 "mac-amd64",
2722 "--dest-directory", 2722 "--dest-directory",
2723 "[SLAVE_BUILD]/cipd", 2723 "[SLAVE_BUILD]/cipd",
2724 "--json-output", 2724 "--json-output",
2725 "/path/to/tmp/json" 2725 "/path/to/tmp/json"
2726 ], 2726 ],
2727 "name": "test r3.ensure_goma.install cipd", 2727 "name": "test r3.ensure_goma.install cipd",
2728 "~followup_annotations": [ 2728 "~followup_annotations": [
2729 "@@@STEP_NEST_LEVEL@2@@@", 2729 "@@@STEP_NEST_LEVEL@2@@@",
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
3216 "@@@STEP_LOG_END@report@@@", 3216 "@@@STEP_LOG_END@report@@@",
3217 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\": \"r6\", \"Test.Three\": \"r5\", \"Test.Two\": \"r3\"}}, \"metadata\": {\"regres sion_range_size\": 6}, \"result\": {\"r2\": {\"gl_tests\": {\"status\": \"passed \", \"valid\": true}}, \"r3\": {\"gl_tests\": {\"failures\": [\"Test.Two\"], \"s tatus\": \"failed\", \"valid\": true}}, \"r4\": {\"gl_tests\": {\"failures\": [\ "Test.Two\"], \"status\": \"failed\", \"valid\": true}}, \"r5\": {\"gl_tests\": {\"failures\": [\"Test.Three\"], \"status\": \"failed\", \"valid\": true}}, \"r6 \": {\"gl_tests\": {\"failures\": [\"Test.One\"], \"status\": \"failed\", \"vali d\": true}}}}@@@" 3217 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\": \"r6\", \"Test.Three\": \"r5\", \"Test.Two\": \"r3\"}}, \"metadata\": {\"regres sion_range_size\": 6}, \"result\": {\"r2\": {\"gl_tests\": {\"status\": \"passed \", \"valid\": true}}, \"r3\": {\"gl_tests\": {\"failures\": [\"Test.Two\"], \"s tatus\": \"failed\", \"valid\": true}}, \"r4\": {\"gl_tests\": {\"failures\": [\ "Test.Two\"], \"status\": \"failed\", \"valid\": true}}, \"r5\": {\"gl_tests\": {\"failures\": [\"Test.Three\"], \"status\": \"failed\", \"valid\": true}}, \"r6 \": {\"gl_tests\": {\"failures\": [\"Test.One\"], \"status\": \"failed\", \"vali d\": true}}}}@@@"
3218 ] 3218 ]
3219 }, 3219 },
3220 { 3220 {
3221 "name": "$result", 3221 "name": "$result",
3222 "recipe_result": null, 3222 "recipe_result": null,
3223 "status_code": 0 3223 "status_code": 0
3224 } 3224 }
3225 ] 3225 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698