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

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

Issue 2331563002: 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 10 matching lines...) Expand all
21 "@@@STEP_LOG_END@python.inline@@@" 21 "@@@STEP_LOG_END@python.inline@@@"
22 ] 22 ]
23 }, 23 },
24 { 24 {
25 "cmd": [ 25 "cmd": [
26 "python", 26 "python",
27 "-u", 27 "-u",
28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
29 "--spec", 29 "--spec",
30 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]", 30 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]",
31 "--root", 31 "--patch_root",
32 "src", 32 "src",
33 "--revision_mapping_file", 33 "--revision_mapping_file",
34 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 34 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
35 "--git-cache-dir", 35 "--git-cache-dir",
36 "[GIT_CACHE]", 36 "[GIT_CACHE]",
37 "--output_json", 37 "--output_json",
38 "/path/to/tmp/json", 38 "/path/to/tmp/json",
39 "--revision", 39 "--revision",
40 "src@r6", 40 "src@r6",
41 "--output_manifest" 41 "--output_manifest"
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 "@@@STEP_LOG_END@python.inline@@@" 292 "@@@STEP_LOG_END@python.inline@@@"
293 ] 293 ]
294 }, 294 },
295 { 295 {
296 "cmd": [ 296 "cmd": [
297 "python", 297 "python",
298 "-u", 298 "-u",
299 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 299 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
300 "--spec", 300 "--spec",
301 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]", 301 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]",
302 "--root", 302 "--patch_root",
303 "src", 303 "src",
304 "--revision_mapping_file", 304 "--revision_mapping_file",
305 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 305 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
306 "--git-cache-dir", 306 "--git-cache-dir",
307 "[GIT_CACHE]", 307 "[GIT_CACHE]",
308 "--output_json", 308 "--output_json",
309 "/path/to/tmp/json", 309 "/path/to/tmp/json",
310 "--revision", 310 "--revision",
311 "src@r2", 311 "src@r2",
312 "--output_manifest" 312 "--output_manifest"
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
868 "@@@STEP_LOG_END@python.inline@@@" 868 "@@@STEP_LOG_END@python.inline@@@"
869 ] 869 ]
870 }, 870 },
871 { 871 {
872 "cmd": [ 872 "cmd": [
873 "python", 873 "python",
874 "-u", 874 "-u",
875 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 875 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
876 "--spec", 876 "--spec",
877 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]", 877 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]",
878 "--root", 878 "--patch_root",
879 "src", 879 "src",
880 "--revision_mapping_file", 880 "--revision_mapping_file",
881 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 881 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
882 "--git-cache-dir", 882 "--git-cache-dir",
883 "[GIT_CACHE]", 883 "[GIT_CACHE]",
884 "--output_json", 884 "--output_json",
885 "/path/to/tmp/json", 885 "/path/to/tmp/json",
886 "--revision", 886 "--revision",
887 "src@r3", 887 "src@r3",
888 "--output_manifest" 888 "--output_manifest"
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
1444 "@@@STEP_LOG_END@python.inline@@@" 1444 "@@@STEP_LOG_END@python.inline@@@"
1445 ] 1445 ]
1446 }, 1446 },
1447 { 1447 {
1448 "cmd": [ 1448 "cmd": [
1449 "python", 1449 "python",
1450 "-u", 1450 "-u",
1451 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 1451 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
1452 "--spec", 1452 "--spec",
1453 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]", 1453 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]",
1454 "--root", 1454 "--patch_root",
1455 "src", 1455 "src",
1456 "--revision_mapping_file", 1456 "--revision_mapping_file",
1457 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 1457 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
1458 "--git-cache-dir", 1458 "--git-cache-dir",
1459 "[GIT_CACHE]", 1459 "[GIT_CACHE]",
1460 "--output_json", 1460 "--output_json",
1461 "/path/to/tmp/json", 1461 "/path/to/tmp/json",
1462 "--revision", 1462 "--revision",
1463 "src@r4", 1463 "src@r4",
1464 "--output_manifest" 1464 "--output_manifest"
(...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
2040 "@@@STEP_LOG_END@report@@@", 2040 "@@@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}}}}@@@" 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}}}}@@@"
2042 ] 2042 ]
2043 }, 2043 },
2044 { 2044 {
2045 "name": "$result", 2045 "name": "$result",
2046 "recipe_result": null, 2046 "recipe_result": null,
2047 "status_code": 0 2047 "status_code": 0
2048 } 2048 }
2049 ] 2049 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698