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

Side by Side Diff: scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Windows_deterministic.json

Issue 2320243002: 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 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
10 ], 10 ],
11 "name": "cleanup_temp" 11 "name": "cleanup_temp"
12 }, 12 },
13 { 13 {
14 "cmd": [ 14 "cmd": [
15 "python", 15 "python",
16 "-u", 16 "-u",
17 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", 17 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
18 "--master",
19 "chromium.swarm",
20 "--builder",
21 "Windows deterministic",
22 "--slave",
23 "TestSlavename",
24 "--spec", 18 "--spec",
25 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]", 19 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]",
26 "--root", 20 "--root",
27 "src", 21 "src",
28 "--revision_mapping_file", 22 "--revision_mapping_file",
29 "{\"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\"}", 23 "{\"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\"}",
30 "--git-cache-dir", 24 "--git-cache-dir",
31 "[GIT_CACHE]", 25 "[GIT_CACHE]",
32 "--output_json", 26 "--output_json",
33 "/path/to/tmp/json", 27 "/path/to/tmp/json",
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 ], 532 ],
539 "cwd": "[SLAVE_BUILD]", 533 "cwd": "[SLAVE_BUILD]",
540 "name": "compare_build_artifacts" 534 "name": "compare_build_artifacts"
541 }, 535 },
542 { 536 {
543 "name": "$result", 537 "name": "$result",
544 "recipe_result": null, 538 "recipe_result": null,
545 "status_code": 0 539 "status_code": 0
546 } 540 }
547 ] 541 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698