Index: scripts/slave/recipe_modules/auto_bisect/example.expected/basic_bisect_script.json |
diff --git a/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_bisect_script.json b/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_bisect_script.json |
index f2d689dbbb3adc94768593442ec983b178f50ebe..e7ec82e8248c4c5e0dbf637b8b9ddfa3dabd4eed 100644 |
--- a/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_bisect_script.json |
+++ b/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_bisect_script.json |
@@ -6,7 +6,7 @@ |
"refs/heads/master", |
"refs/remotes/origin/master" |
], |
- "cwd": "[TMP_BASE]/fake_checkout_tmp_1", |
+ "cwd": "[TMP]/fake_checkout_tmp_1", |
"name": "git update-ref" |
}, |
{ |
@@ -15,12 +15,11 @@ |
"checkout", |
"master" |
], |
- "cwd": "[TMP_BASE]/fake_checkout_tmp_1", |
+ "cwd": "[TMP]/fake_checkout_tmp_1", |
"name": "git checkout" |
}, |
{ |
"cmd": [], |
- "cwd": "[SLAVE_BUILD]", |
"name": "config", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@Bisect job configuration@{@@@", |
@@ -46,7 +45,6 @@ |
}, |
{ |
"cmd": [], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Resolving reference range" |
}, |
{ |
@@ -60,7 +58,6 @@ |
"--attempts", |
"3" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Resolving reference range.crrev get commit hash for refs/heads/master@{#314017}", |
"stdout": "/path/to/tmp/json", |
"~followup_annotations": [ |
@@ -82,7 +79,6 @@ |
"--attempts", |
"3" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Resolving reference range.crrev get commit hash for refs/heads/master@{#314015}", |
"stdout": "/path/to/tmp/json", |
"~followup_annotations": [ |
@@ -102,7 +98,6 @@ |
"--commit", |
"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Resolving reference range.fetch file 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111:DEPS", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -122,7 +117,6 @@ |
"--commit", |
"a6298e4afedbf2cd461755ea6f45b0ad64222222" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Resolving reference range.fetch file a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -135,7 +129,6 @@ |
}, |
{ |
"cmd": [], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Expanding revision range" |
}, |
{ |
@@ -147,7 +140,6 @@ |
"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", |
"https://chromium.googlesource.com/chromium/src" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Expanding revision range.for revisions a6298e4afedbf2cd461755ea6f45b0ad64222222:00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", |
"stdout": "/path/to/tmp/json", |
"~followup_annotations": [ |
@@ -167,12 +159,11 @@ |
"-u", |
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
"--", |
- "[DEPOT_TOOLS]/gsutil.py", |
+ "[ROOT]/b/depot_tools/gsutil.py", |
"----", |
"ls", |
"gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6f45b0ad64222222.zip" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "gsutil ls" |
}, |
{ |
@@ -193,7 +184,7 @@ |
"--diff", |
"/dev/null" |
], |
- "cwd": "[TMP_BASE]/fake_checkout_tmp_1", |
+ "cwd": "[TMP]/fake_checkout_tmp_1", |
"name": "Requesting build for a6298e4afedbf2cd461755ea6f45b0ad64222222 via git try." |
}, |
{ |
@@ -202,12 +193,11 @@ |
"-u", |
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
"--", |
- "[DEPOT_TOOLS]/gsutil.py", |
+ "[ROOT]/b/depot_tools/gsutil.py", |
"----", |
"ls", |
"gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.zip" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "gsutil ls (2)" |
}, |
{ |
@@ -228,7 +218,7 @@ |
"--diff", |
"/dev/null" |
], |
- "cwd": "[TMP_BASE]/fake_checkout_tmp_1", |
+ "cwd": "[TMP]/fake_checkout_tmp_1", |
"name": "Requesting build for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111 via git try." |
}, |
{ |
@@ -238,13 +228,12 @@ |
"--position", |
"a6298e4afedbf2cd461755ea6f45b0ad64222222" |
], |
- "cwd": "[TMP_BASE]/fake_checkout_tmp_1", |
+ "cwd": "[TMP]/fake_checkout_tmp_1", |
"name": "resolving hash a6298e4afedbf2cd461755ea6f45b0ad64222222", |
"stdout": "/path/to/tmp/" |
}, |
{ |
"cmd": [], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Waiting for chromium@a6298e4afe" |
}, |
{ |
@@ -253,12 +242,11 @@ |
"-u", |
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
"--", |
- "[DEPOT_TOOLS]/gsutil.py", |
+ "[ROOT]/b/depot_tools/gsutil.py", |
"----", |
"ls", |
"gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6f45b0ad64222222.zip" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Waiting for chromium@a6298e4afe.gsutil ls", |
"~followup_annotations": [ |
"@@@STEP_NEST_LEVEL@1@@@" |
@@ -266,7 +254,6 @@ |
}, |
{ |
"cmd": [], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Waiting for chromium@a6298e4afe.Triggering test job for a6298e4afedbf2cd461755ea6f45b0ad64222222", |
"trigger_specs": [ |
{ |
@@ -298,7 +285,6 @@ |
"-u", |
"\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Waiting for chromium@a6298e4afe.sleeping", |
"~followup_annotations": [ |
"@@@STEP_NEST_LEVEL@1@@@", |
@@ -316,12 +302,11 @@ |
"-u", |
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
"--", |
- "[DEPOT_TOOLS]/gsutil.py", |
+ "[ROOT]/b/depot_tools/gsutil.py", |
"----", |
"ls", |
"gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-test.results" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Waiting for chromium@a6298e4afe.gsutil ls (2)", |
"~followup_annotations": [ |
"@@@STEP_NEST_LEVEL@1@@@" |
@@ -333,12 +318,11 @@ |
"-u", |
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
"--", |
- "[DEPOT_TOOLS]/gsutil.py", |
+ "[ROOT]/b/depot_tools/gsutil.py", |
"----", |
"cat", |
"gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-test.results" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Waiting for chromium@a6298e4afe.gsutil Get test results for build a6298e4afedbf2cd461755ea6f45b0ad64222222", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -352,13 +336,12 @@ |
"--position", |
"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" |
], |
- "cwd": "[TMP_BASE]/fake_checkout_tmp_1", |
+ "cwd": "[TMP]/fake_checkout_tmp_1", |
"name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", |
"stdout": "/path/to/tmp/" |
}, |
{ |
"cmd": [], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Waiting for chromium@00316c9ddf" |
}, |
{ |
@@ -367,12 +350,11 @@ |
"-u", |
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
"--", |
- "[DEPOT_TOOLS]/gsutil.py", |
+ "[ROOT]/b/depot_tools/gsutil.py", |
"----", |
"ls", |
"gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.zip" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Waiting for chromium@00316c9ddf.gsutil ls", |
"~followup_annotations": [ |
"@@@STEP_NEST_LEVEL@1@@@" |
@@ -380,7 +362,6 @@ |
}, |
{ |
"cmd": [], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Waiting for chromium@00316c9ddf.Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", |
"trigger_specs": [ |
{ |
@@ -412,7 +393,6 @@ |
"-u", |
"\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Waiting for chromium@00316c9ddf.sleeping", |
"~followup_annotations": [ |
"@@@STEP_NEST_LEVEL@1@@@", |
@@ -430,12 +410,11 @@ |
"-u", |
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
"--", |
- "[DEPOT_TOOLS]/gsutil.py", |
+ "[ROOT]/b/depot_tools/gsutil.py", |
"----", |
"ls", |
"gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test.results" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Waiting for chromium@00316c9ddf.gsutil ls (2)", |
"~followup_annotations": [ |
"@@@STEP_NEST_LEVEL@1@@@" |
@@ -447,12 +426,11 @@ |
"-u", |
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
"--", |
- "[DEPOT_TOOLS]/gsutil.py", |
+ "[ROOT]/b/depot_tools/gsutil.py", |
"----", |
"cat", |
"gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test.results" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Waiting for chromium@00316c9ddf.gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -465,12 +443,11 @@ |
"-u", |
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
"--", |
- "[DEPOT_TOOLS]/gsutil.py", |
+ "[ROOT]/b/depot_tools/gsutil.py", |
"----", |
"ls", |
"gs://chrome-perf/Linux Builder/full-build-linux_dcdcdc0ff1122212323134879ddceeb1240b0988.zip" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "gsutil ls (3)" |
}, |
{ |
@@ -491,7 +468,7 @@ |
"--diff", |
"/dev/null" |
], |
- "cwd": "[TMP_BASE]/fake_checkout_tmp_1", |
+ "cwd": "[TMP]/fake_checkout_tmp_1", |
"name": "Requesting build for dcdcdc0ff1122212323134879ddceeb1240b0988 via git try." |
}, |
{ |
@@ -501,13 +478,12 @@ |
"--position", |
"dcdcdc0ff1122212323134879ddceeb1240b0988" |
], |
- "cwd": "[TMP_BASE]/fake_checkout_tmp_1", |
+ "cwd": "[TMP]/fake_checkout_tmp_1", |
"name": "resolving hash dcdcdc0ff1122212323134879ddceeb1240b0988", |
"stdout": "/path/to/tmp/" |
}, |
{ |
"cmd": [], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Waiting for chromium@dcdcdc0ff1" |
}, |
{ |
@@ -516,12 +492,11 @@ |
"-u", |
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
"--", |
- "[DEPOT_TOOLS]/gsutil.py", |
+ "[ROOT]/b/depot_tools/gsutil.py", |
"----", |
"ls", |
"gs://chrome-perf/Linux Builder/full-build-linux_dcdcdc0ff1122212323134879ddceeb1240b0988.zip" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Waiting for chromium@dcdcdc0ff1.gsutil ls", |
"~followup_annotations": [ |
"@@@STEP_NEST_LEVEL@1@@@" |
@@ -529,7 +504,6 @@ |
}, |
{ |
"cmd": [], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Waiting for chromium@dcdcdc0ff1.Triggering test job for dcdcdc0ff1122212323134879ddceeb1240b0988", |
"trigger_specs": [ |
{ |
@@ -561,7 +535,6 @@ |
"-u", |
"\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Waiting for chromium@dcdcdc0ff1.sleeping", |
"~followup_annotations": [ |
"@@@STEP_NEST_LEVEL@1@@@", |
@@ -579,12 +552,11 @@ |
"-u", |
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
"--", |
- "[DEPOT_TOOLS]/gsutil.py", |
+ "[ROOT]/b/depot_tools/gsutil.py", |
"----", |
"ls", |
"gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988-test.results" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Waiting for chromium@dcdcdc0ff1.gsutil ls (2)", |
"~followup_annotations": [ |
"@@@STEP_NEST_LEVEL@1@@@" |
@@ -596,12 +568,11 @@ |
"-u", |
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
"--", |
- "[DEPOT_TOOLS]/gsutil.py", |
+ "[ROOT]/b/depot_tools/gsutil.py", |
"----", |
"cat", |
"gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988-test.results" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Waiting for chromium@dcdcdc0ff1.gsutil Get test results for build dcdcdc0ff1122212323134879ddceeb1240b0988", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -617,7 +588,6 @@ |
"[12, 13, 14, 15, 16]", |
"0.01" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Waiting for chromium@dcdcdc0ff1.Checking sample difference", |
"stdout": "/path/to/tmp/json", |
"~followup_annotations": [ |
@@ -635,7 +605,6 @@ |
"[12, 13, 14, 15, 16]", |
"0.01" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Waiting for chromium@dcdcdc0ff1.Checking sample difference (2)", |
"stdout": "/path/to/tmp/json", |
"~followup_annotations": [ |
@@ -652,7 +621,7 @@ |
"--pretty=format:", |
"dcdcdc0ff1122212323134879ddceeb1240b0988" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "Checking DEPS for dcdcdc0ff1122212323134879ddceeb1240b0988", |
"stdout": "/path/to/tmp/" |
}, |
@@ -665,7 +634,6 @@ |
"--commit", |
"a6298e4afedbf2cd461755ea6f45b0ad64222222" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "fetch file a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS", |
"stdout": "/path/to/tmp/" |
}, |
@@ -678,7 +646,6 @@ |
"--commit", |
"dcdcdc0ff1122212323134879ddceeb1240b0988" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "fetch file dcdcdc0ff1122212323134879ddceeb1240b0988:DEPS", |
"stdout": "/path/to/tmp/" |
}, |
@@ -691,7 +658,6 @@ |
"004", |
"https://chromium.googlesource.com/v8/v8.git" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Expanding revision range for revision 004 on depot v8", |
"stdout": "/path/to/tmp/json", |
"~followup_annotations": [ |
@@ -717,7 +683,7 @@ |
"-w", |
"--stdin" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "Hashing modified DEPS file with revision 002", |
"stdin": "vars={'v8_revision': '002'};deps = {'src/v8': 'v8.git@' + Var('v8_revision'),'src/third_party/WebKit': 'webkit.git@010'}", |
"stdout": "/path/to/tmp/" |
@@ -731,7 +697,7 @@ |
"--src-prefix=IAMSRC:", |
"--dst-prefix=IAMDST:" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "Generating patch for a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS to 002", |
"stdout": "/path/to/tmp/" |
}, |
@@ -744,7 +710,7 @@ |
"-w", |
"--stdin" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "Hashing modified DEPS file with revision 003", |
"stdin": "vars={'v8_revision': '003'};deps = {'src/v8': 'v8.git@' + Var('v8_revision'),'src/third_party/WebKit': 'webkit.git@010'}", |
"stdout": "/path/to/tmp/" |
@@ -758,13 +724,12 @@ |
"--src-prefix=IAMSRC:", |
"--dst-prefix=IAMDST:" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "Generating patch for a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS to 003", |
"stdout": "/path/to/tmp/" |
}, |
{ |
"cmd": [], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Wiggling revision chromium@a6298e4afe,v8@003" |
}, |
{ |
@@ -773,12 +738,11 @@ |
"-u", |
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
"--", |
- "[DEPOT_TOOLS]/gsutil.py", |
+ "[ROOT]/b/depot_tools/gsutil.py", |
"----", |
"ls", |
"gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6f45b0ad64222222_51e7ed4b63ad81d8b499e42b888149349afaaca1.zip" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "gsutil ls (4)" |
}, |
{ |
@@ -787,9 +751,8 @@ |
"-u", |
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
"Dummy .diff contents 001 - 003\ndiff --git DEPS.sha DEPS.sha\nnew file mode 100644\n--- /dev/null\n+++ DEPS.sha\n@@ -0,0 +1 @@\n+51e7ed4b63ad81d8b499e42b888149349afaaca1\n", |
- "[TMP_BASE]/003-build.diff" |
+ "[TMP]/003-build.diff" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Saving diff patch for 003" |
}, |
{ |
@@ -808,9 +771,9 @@ |
"--svn_repo", |
"svn://svn.chromium.org/chrome-try/try-perf", |
"--diff", |
- "[TMP_BASE]/003-build.diff" |
+ "[TMP]/003-build.diff" |
], |
- "cwd": "[TMP_BASE]/fake_checkout_tmp_1", |
+ "cwd": "[TMP]/fake_checkout_tmp_1", |
"name": "Requesting build for 003 via git try." |
}, |
{ |
@@ -818,9 +781,8 @@ |
"python", |
"-u", |
"\nimport os\nimport sys\nos.remove(sys.argv[1])\n", |
- "[TMP_BASE]/003-build.diff" |
+ "[TMP]/003-build.diff" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "cleaning up patch", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@python.inline@@@@", |
@@ -838,7 +800,6 @@ |
"003", |
"v8" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Reading culprit cl information.", |
"stdout": "/path/to/tmp/json", |
"~followup_annotations": [ |
@@ -864,20 +825,19 @@ |
"--slave", |
"dummyslave", |
"--spec", |
- "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/test/data/perf/frame_rate/private': None, 'src/chrome/test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery': None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/src-internal'}]", |
+ "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/test/data/perf/frame_rate/private': None, 'src/chrome/test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery': None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/src-internal'}]", |
"--root", |
"src", |
"--revision_mapping_file", |
"{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_revision\"}", |
"--git-cache-dir", |
- "[GIT_CACHE]", |
+ "[ROOT]/b/build/slave/cache_dir", |
"--output_json", |
"/path/to/tmp/json", |
"--revision", |
"src@HEAD", |
"--output_manifest" |
], |
- "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -951,7 +911,6 @@ |
}, |
{ |
"cmd": [], |
- "cwd": "[SLAVE_BUILD]", |
"name": "ensure_goma" |
}, |
{ |
@@ -962,17 +921,16 @@ |
"--platform", |
"linux-amd64", |
"--dest-directory", |
- "[SLAVE_BUILD]/cipd", |
+ "[CWD]/cipd", |
"--json-output", |
"/path/to/tmp/json" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "ensure_goma.install cipd", |
"~followup_annotations": [ |
"@@@STEP_NEST_LEVEL@1@@@", |
"@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@@", |
"@@@STEP_LOG_LINE@json.output@{@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\", @@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\", @@@", |
"@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-package-instance_id\"@@@", |
"@@@STEP_LOG_LINE@json.output@}@@@", |
"@@@STEP_LOG_END@json.output@@@" |
@@ -980,10 +938,10 @@ |
}, |
{ |
"cmd": [ |
- "[SLAVE_BUILD]/cipd/cipd", |
+ "fake_slave_build/cipd", |
"ensure", |
"--root", |
- "[CACHE]/cipd/goma", |
+ "[ROOT]/b/build/slave/cache/cipd/goma", |
"--list", |
"infra_internal/goma/client/linux-amd64 release", |
"--json-output", |
@@ -991,7 +949,6 @@ |
"--service-account-json", |
"/creds/service_accounts/service-account-goma-client.json" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "ensure_goma.ensure_installed", |
"~followup_annotations": [ |
"@@@STEP_NEST_LEVEL@1@@@", |
@@ -1013,11 +970,10 @@ |
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
"runhooks" |
], |
- "cwd": "[SLAVE_BUILD]", |
"env": { |
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json", |
"GYP_CHROMIUM_NO_ACTION": "1", |
- "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_library gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", |
+ "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_library gomadir='[ROOT]/b/build/slave/cache/cipd/goma' target_arch=x64 use_goma=1", |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
"name": "gclient runhooks" |
@@ -1026,11 +982,10 @@ |
"cmd": [ |
"python", |
"-u", |
- "[TMP_BASE]/fake_checkout_tmp_1/tools/prepare-bisect-perf-regression.py", |
+ "[TMP]/fake_checkout_tmp_1/tools/prepare-bisect-perf-regression.py", |
"-w", |
- "[SLAVE_BUILD]" |
+ "[CWD]" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Preparing for Bisection" |
}, |
{ |
@@ -1050,19 +1005,18 @@ |
"--builder-name=linux_perf_bisect", |
"--slave-name=dummyslave", |
"--run-python-script", |
- "[TMP_BASE]/fake_checkout_tmp_1/tools/run-bisect-perf-regression.py", |
+ "[TMP]/fake_checkout_tmp_1/tools/run-bisect-perf-regression.py", |
"-w", |
- "[SLAVE_BUILD]", |
+ "[CWD]", |
"--extra_src", |
"dummy_extra_src", |
"--path_to_config", |
"/dummy/path/", |
"--path_to_goma", |
- "[BUILD]/goma", |
+ "[ROOT]/b/build/goma", |
"--build-properties", |
"{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \"builder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \"bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v --browser=release smoothness.tough_scrolling_cases\", \"dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \"linux_perf_tester\", \"repeat_count\": \"2\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "Running Bisection" |
}, |
{ |