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

Unified Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_gcc_rel.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_tryserver_v8_v8_linux_gcc_rel.json
diff --git a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_gcc_rel.json b/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_gcc_rel.json
index 1f3cd029695166a89b9e301e77e3bb7e11f8ca5b..be1aa06e4e1ce54ca6a57a98559b75bc4a257c4f 100644
--- a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_gcc_rel.json
+++ b/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_gcc_rel.json
@@ -81,6 +81,17 @@
"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",
"[DEPOT_TOOLS]/gn.py",
"--root=[SLAVE_BUILD]/v8",
"gen",
@@ -123,17 +134,6 @@
"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",
- "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",

Powered by Google App Engine
This is Rietveld 408576698