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

Unified Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___swarming_staging.json

Issue 2068183002: V8: Move gn-peek step behind mb step (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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
Index: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___swarming_staging.json
diff --git a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___swarming_staging.json b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___swarming_staging.json
index a19ec3ab1dae1e7f136c8981029549fd9d2bed27..c2b69fdcc6447fa75be44623fc38d474fd4595c9 100644
--- a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___swarming_staging.json
+++ b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___swarming_staging.json
@@ -152,6 +152,39 @@
"cmd": [
"python",
"-u",
+ "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
+ "--show-path",
+ "python",
+ "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
+ ],
+ "name": "cleanup_temp"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/v8/tools/mb/mb.py",
+ "gen",
+ "-m",
+ "client.v8",
+ "-b",
+ "V8 Linux - swarming staging",
+ "--config-file",
+ "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
+ "--goma-dir",
+ "[CACHE]/cipd/goma",
+ "--gyp-script=gypfiles/gyp_v8",
+ "//out/Release"
+ ],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
+ "name": "generate_build_files"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"[DEPOT_TOOLS]/gn.py",
"--root=[SLAVE_BUILD]/v8",
"gen",
@@ -188,39 +221,6 @@
]
},
{
- "cmd": [
- "python",
- "-u",
- "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
- "--show-path",
- "python",
- "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
- ],
- "name": "cleanup_temp"
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/v8/tools/mb/mb.py",
- "gen",
- "-m",
- "client.v8",
- "-b",
- "V8 Linux - swarming staging",
- "--config-file",
- "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
- "--goma-dir",
- "[CACHE]/cipd/goma",
- "--gyp-script=gypfiles/gyp_v8",
- "//out/Release"
- ],
- "env": {
- "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
- },
- "name": "generate_build_files"
- },
- {
"allow_subannotations": true,
"cmd": [
"python",

Powered by Google App Engine
This is Rietveld 408576698