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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Mac10_9_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]/Mac10_9_Tests", 7 "[BUILDER_CACHE]/Mac10_9_Tests",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 125 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
126 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 126 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
127 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 127 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
128 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#143121}\"@@@" , 128 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#143121}\"@@@" ,
129 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 129 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
130 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702 42}\"@@@", 130 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702 42}\"@@@",
131 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@" 131 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
132 ] 132 ]
133 }, 133 },
134 { 134 {
135 "cmd": [],
136 "name": "ensure_goma" 135 "name": "ensure_goma"
137 }, 136 },
138 { 137 {
139 "cmd": [ 138 "cmd": [
140 "python", 139 "python",
141 "-u", 140 "-u",
142 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 141 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
143 "--platform", 142 "--platform",
144 "mac-amd64", 143 "mac-amd64",
145 "--dest-directory", 144 "--dest-directory",
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 486 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
488 }, 487 },
489 "name": "Upload to test-results [browser_tests on Mac-10.9]" 488 "name": "Upload to test-results [browser_tests on Mac-10.9]"
490 }, 489 },
491 { 490 {
492 "name": "$result", 491 "name": "$result",
493 "recipe_result": null, 492 "recipe_result": null,
494 "status_code": 0 493 "status_code": 0
495 } 494 }
496 ] 495 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698