| 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 e7ec82e8248c4c5e0dbf637b8b9ddfa3dabd4eed..f2d689dbbb3adc94768593442ec983b178f50ebe 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]/fake_checkout_tmp_1",
|
| + "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
|
| "name": "git update-ref"
|
| },
|
| {
|
| @@ -15,11 +15,12 @@
|
| "checkout",
|
| "master"
|
| ],
|
| - "cwd": "[TMP]/fake_checkout_tmp_1",
|
| + "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
|
| "name": "git checkout"
|
| },
|
| {
|
| "cmd": [],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "config",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@Bisect job configuration@{@@@",
|
| @@ -45,6 +46,7 @@
|
| },
|
| {
|
| "cmd": [],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "Resolving reference range"
|
| },
|
| {
|
| @@ -58,6 +60,7 @@
|
| "--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": [
|
| @@ -79,6 +82,7 @@
|
| "--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": [
|
| @@ -98,6 +102,7 @@
|
| "--commit",
|
| "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "Resolving reference range.fetch file 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111:DEPS",
|
| "stdout": "/path/to/tmp/",
|
| "~followup_annotations": [
|
| @@ -117,6 +122,7 @@
|
| "--commit",
|
| "a6298e4afedbf2cd461755ea6f45b0ad64222222"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "Resolving reference range.fetch file a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS",
|
| "stdout": "/path/to/tmp/",
|
| "~followup_annotations": [
|
| @@ -129,6 +135,7 @@
|
| },
|
| {
|
| "cmd": [],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "Expanding revision range"
|
| },
|
| {
|
| @@ -140,6 +147,7 @@
|
| "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": [
|
| @@ -159,11 +167,12 @@
|
| "-u",
|
| "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
|
| "--",
|
| - "[ROOT]/b/depot_tools/gsutil.py",
|
| + "[DEPOT_TOOLS]/gsutil.py",
|
| "----",
|
| "ls",
|
| "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6f45b0ad64222222.zip"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "gsutil ls"
|
| },
|
| {
|
| @@ -184,7 +193,7 @@
|
| "--diff",
|
| "/dev/null"
|
| ],
|
| - "cwd": "[TMP]/fake_checkout_tmp_1",
|
| + "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
|
| "name": "Requesting build for a6298e4afedbf2cd461755ea6f45b0ad64222222 via git try."
|
| },
|
| {
|
| @@ -193,11 +202,12 @@
|
| "-u",
|
| "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
|
| "--",
|
| - "[ROOT]/b/depot_tools/gsutil.py",
|
| + "[DEPOT_TOOLS]/gsutil.py",
|
| "----",
|
| "ls",
|
| "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.zip"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "gsutil ls (2)"
|
| },
|
| {
|
| @@ -218,7 +228,7 @@
|
| "--diff",
|
| "/dev/null"
|
| ],
|
| - "cwd": "[TMP]/fake_checkout_tmp_1",
|
| + "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
|
| "name": "Requesting build for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111 via git try."
|
| },
|
| {
|
| @@ -228,12 +238,13 @@
|
| "--position",
|
| "a6298e4afedbf2cd461755ea6f45b0ad64222222"
|
| ],
|
| - "cwd": "[TMP]/fake_checkout_tmp_1",
|
| + "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
|
| "name": "resolving hash a6298e4afedbf2cd461755ea6f45b0ad64222222",
|
| "stdout": "/path/to/tmp/"
|
| },
|
| {
|
| "cmd": [],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "Waiting for chromium@a6298e4afe"
|
| },
|
| {
|
| @@ -242,11 +253,12 @@
|
| "-u",
|
| "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
|
| "--",
|
| - "[ROOT]/b/depot_tools/gsutil.py",
|
| + "[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@@@"
|
| @@ -254,6 +266,7 @@
|
| },
|
| {
|
| "cmd": [],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "Waiting for chromium@a6298e4afe.Triggering test job for a6298e4afedbf2cd461755ea6f45b0ad64222222",
|
| "trigger_specs": [
|
| {
|
| @@ -285,6 +298,7 @@
|
| "-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@@@",
|
| @@ -302,11 +316,12 @@
|
| "-u",
|
| "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
|
| "--",
|
| - "[ROOT]/b/depot_tools/gsutil.py",
|
| + "[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@@@"
|
| @@ -318,11 +333,12 @@
|
| "-u",
|
| "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
|
| "--",
|
| - "[ROOT]/b/depot_tools/gsutil.py",
|
| + "[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": [
|
| @@ -336,12 +352,13 @@
|
| "--position",
|
| "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
|
| ],
|
| - "cwd": "[TMP]/fake_checkout_tmp_1",
|
| + "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
|
| "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
|
| "stdout": "/path/to/tmp/"
|
| },
|
| {
|
| "cmd": [],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "Waiting for chromium@00316c9ddf"
|
| },
|
| {
|
| @@ -350,11 +367,12 @@
|
| "-u",
|
| "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
|
| "--",
|
| - "[ROOT]/b/depot_tools/gsutil.py",
|
| + "[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@@@"
|
| @@ -362,6 +380,7 @@
|
| },
|
| {
|
| "cmd": [],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "Waiting for chromium@00316c9ddf.Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
|
| "trigger_specs": [
|
| {
|
| @@ -393,6 +412,7 @@
|
| "-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@@@",
|
| @@ -410,11 +430,12 @@
|
| "-u",
|
| "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
|
| "--",
|
| - "[ROOT]/b/depot_tools/gsutil.py",
|
| + "[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@@@"
|
| @@ -426,11 +447,12 @@
|
| "-u",
|
| "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
|
| "--",
|
| - "[ROOT]/b/depot_tools/gsutil.py",
|
| + "[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": [
|
| @@ -443,11 +465,12 @@
|
| "-u",
|
| "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
|
| "--",
|
| - "[ROOT]/b/depot_tools/gsutil.py",
|
| + "[DEPOT_TOOLS]/gsutil.py",
|
| "----",
|
| "ls",
|
| "gs://chrome-perf/Linux Builder/full-build-linux_dcdcdc0ff1122212323134879ddceeb1240b0988.zip"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "gsutil ls (3)"
|
| },
|
| {
|
| @@ -468,7 +491,7 @@
|
| "--diff",
|
| "/dev/null"
|
| ],
|
| - "cwd": "[TMP]/fake_checkout_tmp_1",
|
| + "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
|
| "name": "Requesting build for dcdcdc0ff1122212323134879ddceeb1240b0988 via git try."
|
| },
|
| {
|
| @@ -478,12 +501,13 @@
|
| "--position",
|
| "dcdcdc0ff1122212323134879ddceeb1240b0988"
|
| ],
|
| - "cwd": "[TMP]/fake_checkout_tmp_1",
|
| + "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
|
| "name": "resolving hash dcdcdc0ff1122212323134879ddceeb1240b0988",
|
| "stdout": "/path/to/tmp/"
|
| },
|
| {
|
| "cmd": [],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "Waiting for chromium@dcdcdc0ff1"
|
| },
|
| {
|
| @@ -492,11 +516,12 @@
|
| "-u",
|
| "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
|
| "--",
|
| - "[ROOT]/b/depot_tools/gsutil.py",
|
| + "[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@@@"
|
| @@ -504,6 +529,7 @@
|
| },
|
| {
|
| "cmd": [],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "Waiting for chromium@dcdcdc0ff1.Triggering test job for dcdcdc0ff1122212323134879ddceeb1240b0988",
|
| "trigger_specs": [
|
| {
|
| @@ -535,6 +561,7 @@
|
| "-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@@@",
|
| @@ -552,11 +579,12 @@
|
| "-u",
|
| "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
|
| "--",
|
| - "[ROOT]/b/depot_tools/gsutil.py",
|
| + "[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@@@"
|
| @@ -568,11 +596,12 @@
|
| "-u",
|
| "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
|
| "--",
|
| - "[ROOT]/b/depot_tools/gsutil.py",
|
| + "[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": [
|
| @@ -588,6 +617,7 @@
|
| "[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": [
|
| @@ -605,6 +635,7 @@
|
| "[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": [
|
| @@ -621,7 +652,7 @@
|
| "--pretty=format:",
|
| "dcdcdc0ff1122212323134879ddceeb1240b0988"
|
| ],
|
| - "cwd": "[CWD]/src",
|
| + "cwd": "[SLAVE_BUILD]/src",
|
| "name": "Checking DEPS for dcdcdc0ff1122212323134879ddceeb1240b0988",
|
| "stdout": "/path/to/tmp/"
|
| },
|
| @@ -634,6 +665,7 @@
|
| "--commit",
|
| "a6298e4afedbf2cd461755ea6f45b0ad64222222"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "fetch file a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS",
|
| "stdout": "/path/to/tmp/"
|
| },
|
| @@ -646,6 +678,7 @@
|
| "--commit",
|
| "dcdcdc0ff1122212323134879ddceeb1240b0988"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "fetch file dcdcdc0ff1122212323134879ddceeb1240b0988:DEPS",
|
| "stdout": "/path/to/tmp/"
|
| },
|
| @@ -658,6 +691,7 @@
|
| "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": [
|
| @@ -683,7 +717,7 @@
|
| "-w",
|
| "--stdin"
|
| ],
|
| - "cwd": "[CWD]/src",
|
| + "cwd": "[SLAVE_BUILD]/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/"
|
| @@ -697,7 +731,7 @@
|
| "--src-prefix=IAMSRC:",
|
| "--dst-prefix=IAMDST:"
|
| ],
|
| - "cwd": "[CWD]/src",
|
| + "cwd": "[SLAVE_BUILD]/src",
|
| "name": "Generating patch for a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS to 002",
|
| "stdout": "/path/to/tmp/"
|
| },
|
| @@ -710,7 +744,7 @@
|
| "-w",
|
| "--stdin"
|
| ],
|
| - "cwd": "[CWD]/src",
|
| + "cwd": "[SLAVE_BUILD]/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/"
|
| @@ -724,12 +758,13 @@
|
| "--src-prefix=IAMSRC:",
|
| "--dst-prefix=IAMDST:"
|
| ],
|
| - "cwd": "[CWD]/src",
|
| + "cwd": "[SLAVE_BUILD]/src",
|
| "name": "Generating patch for a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS to 003",
|
| "stdout": "/path/to/tmp/"
|
| },
|
| {
|
| "cmd": [],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "Wiggling revision chromium@a6298e4afe,v8@003"
|
| },
|
| {
|
| @@ -738,11 +773,12 @@
|
| "-u",
|
| "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
|
| "--",
|
| - "[ROOT]/b/depot_tools/gsutil.py",
|
| + "[DEPOT_TOOLS]/gsutil.py",
|
| "----",
|
| "ls",
|
| "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6f45b0ad64222222_51e7ed4b63ad81d8b499e42b888149349afaaca1.zip"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "gsutil ls (4)"
|
| },
|
| {
|
| @@ -751,8 +787,9 @@
|
| "-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]/003-build.diff"
|
| + "[TMP_BASE]/003-build.diff"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "Saving diff patch for 003"
|
| },
|
| {
|
| @@ -771,9 +808,9 @@
|
| "--svn_repo",
|
| "svn://svn.chromium.org/chrome-try/try-perf",
|
| "--diff",
|
| - "[TMP]/003-build.diff"
|
| + "[TMP_BASE]/003-build.diff"
|
| ],
|
| - "cwd": "[TMP]/fake_checkout_tmp_1",
|
| + "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
|
| "name": "Requesting build for 003 via git try."
|
| },
|
| {
|
| @@ -781,8 +818,9 @@
|
| "python",
|
| "-u",
|
| "\nimport os\nimport sys\nos.remove(sys.argv[1])\n",
|
| - "[TMP]/003-build.diff"
|
| + "[TMP_BASE]/003-build.diff"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "cleaning up patch",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@python.inline@@@@",
|
| @@ -800,6 +838,7 @@
|
| "003",
|
| "v8"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "Reading culprit cl information.",
|
| "stdout": "/path/to/tmp/json",
|
| "~followup_annotations": [
|
| @@ -825,19 +864,20 @@
|
| "--slave",
|
| "dummyslave",
|
| "--spec",
|
| - "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'}]",
|
| + "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'}]",
|
| "--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",
|
| - "[ROOT]/b/build/slave/cache_dir",
|
| + "[GIT_CACHE]",
|
| "--output_json",
|
| "/path/to/tmp/json",
|
| "--revision",
|
| "src@HEAD",
|
| "--output_manifest"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -911,6 +951,7 @@
|
| },
|
| {
|
| "cmd": [],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "ensure_goma"
|
| },
|
| {
|
| @@ -921,16 +962,17 @@
|
| "--platform",
|
| "linux-amd64",
|
| "--dest-directory",
|
| - "[CWD]/cipd",
|
| + "[SLAVE_BUILD]/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\": \"fake_slave_build/cipd\", @@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/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@@@"
|
| @@ -938,10 +980,10 @@
|
| },
|
| {
|
| "cmd": [
|
| - "fake_slave_build/cipd",
|
| + "[SLAVE_BUILD]/cipd/cipd",
|
| "ensure",
|
| "--root",
|
| - "[ROOT]/b/build/slave/cache/cipd/goma",
|
| + "[CACHE]/cipd/goma",
|
| "--list",
|
| "infra_internal/goma/client/linux-amd64 release",
|
| "--json-output",
|
| @@ -949,6 +991,7 @@
|
| "--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@@@",
|
| @@ -970,10 +1013,11 @@
|
| "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='[ROOT]/b/build/slave/cache/cipd/goma' target_arch=x64 use_goma=1",
|
| + "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_library gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1",
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| "name": "gclient runhooks"
|
| @@ -982,10 +1026,11 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[TMP]/fake_checkout_tmp_1/tools/prepare-bisect-perf-regression.py",
|
| + "[TMP_BASE]/fake_checkout_tmp_1/tools/prepare-bisect-perf-regression.py",
|
| "-w",
|
| - "[CWD]"
|
| + "[SLAVE_BUILD]"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "Preparing for Bisection"
|
| },
|
| {
|
| @@ -1005,18 +1050,19 @@
|
| "--builder-name=linux_perf_bisect",
|
| "--slave-name=dummyslave",
|
| "--run-python-script",
|
| - "[TMP]/fake_checkout_tmp_1/tools/run-bisect-perf-regression.py",
|
| + "[TMP_BASE]/fake_checkout_tmp_1/tools/run-bisect-perf-regression.py",
|
| "-w",
|
| - "[CWD]",
|
| + "[SLAVE_BUILD]",
|
| "--extra_src",
|
| "dummy_extra_src",
|
| "--path_to_config",
|
| "/dummy/path/",
|
| "--path_to_goma",
|
| - "[ROOT]/b/build/goma",
|
| + "[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"
|
| },
|
| {
|
|
|