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

Unified Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___internal_snapshot_test_failures.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_Linux64___internal_snapshot_test_failures.json
diff --git a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___internal_snapshot_test_failures.json b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___internal_snapshot_test_failures.json
index b4ed77d333710ac94bad1b08b0b0d4b30f94057e..550eeaa8ea7d6d2407286930ab0e39625c583b73 100644
--- a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___internal_snapshot_test_failures.json
+++ b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___internal_snapshot_test_failures.json
@@ -151,6 +151,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",
@@ -187,17 +198,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"
- },
- {
"allow_subannotations": true,
"cmd": [
"python",
@@ -1141,6 +1141,52 @@
]
},
{
+ "cmd": [
+ "python",
+ "-u",
+ "[DEPOT_TOOLS]/gn.py",
+ "--root=[SLAVE_BUILD]/v8",
+ "gen",
+ "[TMP_BASE]/v8_gn_tmp_2",
+ "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\""
+ ],
+ "name": "Bisect a0.gn",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py",
+ "[TMP_BASE]/v8_gn_tmp_2",
+ "[SLAVE_BUILD]/v8/out/Release",
+ "all",
+ "all"
+ ],
+ "name": "Bisect a0.compare build flags (fyi)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport shutil, sys\nshutil.rmtree(sys.argv[1])\n",
+ "[TMP_BASE]/v8_gn_tmp_2"
+ ],
+ "name": "Bisect a0.rmtree [TMP_BASE]/v8_gn_tmp_2",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_LOG_LINE@python.inline@@@@",
+ "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@",
+ "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@",
+ "@@@STEP_LOG_END@python.inline@@@"
+ ]
+ },
+ {
"allow_subannotations": true,
"cmd": [
"python",
@@ -1516,6 +1562,52 @@
]
},
{
+ "cmd": [
+ "python",
+ "-u",
+ "[DEPOT_TOOLS]/gn.py",
+ "--root=[SLAVE_BUILD]/v8",
+ "gen",
+ "[TMP_BASE]/v8_gn_tmp_3",
+ "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\""
+ ],
+ "name": "Bisect a2.gn",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py",
+ "[TMP_BASE]/v8_gn_tmp_3",
+ "[SLAVE_BUILD]/v8/out/Release",
+ "all",
+ "all"
+ ],
+ "name": "Bisect a2.compare build flags (fyi)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport shutil, sys\nshutil.rmtree(sys.argv[1])\n",
+ "[TMP_BASE]/v8_gn_tmp_3"
+ ],
+ "name": "Bisect a2.rmtree [TMP_BASE]/v8_gn_tmp_3",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_LOG_LINE@python.inline@@@@",
+ "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@",
+ "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@",
+ "@@@STEP_LOG_END@python.inline@@@"
+ ]
+ },
+ {
"allow_subannotations": true,
"cmd": [
"python",

Powered by Google App Engine
This is Rietveld 408576698