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

Unified Diff: scripts/slave/recipes/skia/swarm_perf.expected/Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 8 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/skia/swarm_perf.expected/Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot.json
diff --git a/scripts/slave/recipes/skia/swarm_perf.expected/Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot.json b/scripts/slave/recipes/skia/swarm_perf.expected/Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot.json
index 8d899ab664aaa6d5216c29149dd43010565e3907..f4e9d0340161d15fd8dc255df1895faf7bcbf9ac 100644
--- a/scripts/slave/recipes/skia/swarm_perf.expected/Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot.json
+++ b/scripts/slave/recipes/skia/swarm_perf.expected/Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot.json
@@ -3,11 +3,11 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]\\skia\\tools\\buildbot_spec.py",
+ "[CWD]\\skia\\tools\\buildbot_spec.py",
"/path/to/tmp/json",
"Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot"
],
- "cwd": "[SLAVE_BUILD]\\skia",
+ "cwd": "[CWD]\\skia",
"name": "exec buildbot_spec.py",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -48,10 +48,9 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[SLAVE_BUILD]\\tmp\\SKP_VERSION",
+ "[CWD]\\tmp\\SKP_VERSION",
"/path/to/tmp/"
],
- "cwd": "[SLAVE_BUILD]",
"name": "Get downloaded SKP_VERSION"
},
{
@@ -59,10 +58,9 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[SLAVE_BUILD]\\tmp\\SK_IMAGE_VERSION",
+ "[CWD]\\tmp\\SK_IMAGE_VERSION",
"/path/to/tmp/"
],
- "cwd": "[SLAVE_BUILD]",
"name": "Get downloaded SK_IMAGE_VERSION"
},
{
@@ -72,7 +70,6 @@
"\nimport os, sys\nfrom common import chromium_utils # Error? See https://crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
"[SWARM_OUT_DIR]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot\\data"
],
- "cwd": "[SLAVE_BUILD]",
"env": {
"PYTHONPATH": "build\\scripts"
},
@@ -96,7 +93,6 @@
"[SWARM_OUT_DIR]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot\\data",
"511"
],
- "cwd": "[SLAVE_BUILD]",
"name": "makedirs data",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -113,14 +109,14 @@
},
{
"cmd": [
- "[SLAVE_BUILD]\\out\\Release_x64\\nanobench",
+ "[CWD]\\out\\Release_x64\\nanobench",
"--undefok",
"-i",
- "[SLAVE_BUILD]\\skia\\resources",
+ "[CWD]\\skia\\resources",
"--skps",
- "[SLAVE_BUILD]\\skps",
+ "[CWD]\\skps",
"--images",
- "[SLAVE_BUILD]\\images\\dm",
+ "[CWD]\\images\\dm",
"--nocpu",
"--dummy-flags",
"--outResultsFile",
@@ -148,13 +144,12 @@
"os",
"Win8"
],
- "cwd": "[SLAVE_BUILD]",
"env": {
"BUILDTYPE": "Release_x64",
"CHROME_HEADLESS": "1",
"GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86_64 skia_dump_stats=1 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp",
- "PATH": "[SLAVE_BUILD]\\depot_tools:%(PATH)s",
- "SKIA_OUT": "[SLAVE_BUILD]\\out"
+ "PATH": "[CWD]\\depot_tools:%(PATH)s",
+ "SKIA_OUT": "[CWD]\\out"
},
"name": "nanobench"
},
@@ -166,7 +161,6 @@
"[SWARM_OUT_DIR]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot\\data",
"511"
],
- "cwd": "[SLAVE_BUILD]",
"name": "makedirs perf_dir",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -187,7 +181,6 @@
"-u",
"import psutil\nfor p in psutil.process_iter():\n try:\n if p.name == 'mspdbsrv.exe':\n p.kill()\n except psutil._error.AccessDenied:\n pass\n"
],
- "cwd": "[SLAVE_BUILD]",
"name": "cleanup",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@import psutil@@@",

Powered by Google App Engine
This is Rietveld 408576698