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

Unified Diff: scripts/slave/recipes/closure_compilation.expected/closure_compilation_try.json

Issue 2315123002: Fix GYP-based closure try bots while they continue getting ported to GN (Closed)
Patch Set: train with script, not with eyes 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/slave/recipes/closure_compilation.expected/closure_compilation_fyi.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/closure_compilation.expected/closure_compilation_try.json
diff --git a/scripts/slave/recipes/closure_compilation.expected/closure_compilation_try.json b/scripts/slave/recipes/closure_compilation.expected/closure_compilation_try.json
index 8f4b7ff29be0e5a57279dbe790b51d0f4b40d027..829c8caa3be42fa34b37d02f540cc1b2a55ae832 100644
--- a/scripts/slave/recipes/closure_compilation.expected/closure_compilation_try.json
+++ b/scripts/slave/recipes/closure_compilation.expected/closure_compilation_try.json
@@ -114,83 +114,13 @@
},
{
"cmd": [
- "[SLAVE_BUILD]/src/build/gyp_chromium",
- "[SLAVE_BUILD]/src/third_party/closure_compiler/compiled_resources.gyp"
+ "[SLAVE_BUILD]/src/third_party/closure_compiler/run_compiler"
],
- "name": "generate_gyp_files"
- },
- {
- "cmd": [
- "python",
- "-u",
- "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
- "--show-path",
- "python",
- "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
- "--gsutil-py-path",
- "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
- "--ninja-path",
- "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
- "--target",
- "Release",
- "--src-dir",
- "[SLAVE_BUILD]/src",
- "--goma-cache-dir",
- "[GOMA_CACHE]",
- "--buildbot-buildername",
- "closure_compilation",
- "--buildbot-mastername",
- "tryserver.chromium.linux",
- "--buildbot-slavename",
- "TestSlavename",
- "--"
- ],
- "env": {
- "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
- },
- "name": "compile"
- },
- {
- "cmd": [
- "[SLAVE_BUILD]/src/build/gyp_chromium",
- "[SLAVE_BUILD]/src/third_party/closure_compiler/compiled_resources2.gyp"
- ],
- "name": "generate_v2_gyp_files"
- },
- {
- "cmd": [
- "python",
- "-u",
- "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
- "--show-path",
- "python",
- "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
- "--gsutil-py-path",
- "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
- "--ninja-path",
- "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
- "--target",
- "Release",
- "--src-dir",
- "[SLAVE_BUILD]/src",
- "--goma-cache-dir",
- "[GOMA_CACHE]",
- "--buildbot-buildername",
- "closure_compilation",
- "--buildbot-mastername",
- "tryserver.chromium.linux",
- "--buildbot-slavename",
- "TestSlavename",
- "--"
- ],
- "env": {
- "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
- },
- "name": "compile_v2"
+ "name": "run_compiler"
},
{
"name": "$result",
"recipe_result": null,
"status_code": 0
}
-]
+]
« no previous file with comments | « scripts/slave/recipes/closure_compilation.expected/closure_compilation_fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698