| Index: scripts/slave/recipe_modules/filter/example.expected/basic.json
|
| diff --git a/scripts/slave/recipe_modules/filter/example.expected/basic.json b/scripts/slave/recipe_modules/filter/example.expected/basic.json
|
| index 11d9eca204b79282eaec3ee433fd87e205afd876..5d8c97d7e1a10be145f6c7c75320cbe089733dd7 100644
|
| --- a/scripts/slave/recipe_modules/filter/example.expected/basic.json
|
| +++ b/scripts/slave/recipe_modules/filter/example.expected/basic.json
|
| @@ -4,10 +4,9 @@
|
| "python",
|
| "-u",
|
| "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| - "[SLAVE_BUILD]/testing/buildbot/trybot_analyze_config.json",
|
| + "[CWD]/testing/buildbot/trybot_analyze_config.json",
|
| "/path/to/tmp/json"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "read filter exclusion spec",
|
| "~followup_annotations": [
|
| "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
|
| @@ -26,15 +25,14 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/build/gyp_chromium",
|
| + "[CWD]/build/gyp_chromium",
|
| "--analyzer",
|
| "{\"additional_compile_targets\": [], \"files\": [\"yy\"], \"test_targets\": []}",
|
| "/path/to/tmp/json"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
|
| - "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arch=x64 use_goma=1"
|
| + "GYP_DEFINES": "component=static_library gomadir='[ROOT]/b/build/goma' target_arch=x64 use_goma=1"
|
| },
|
| "name": "analyze",
|
| "~followup_annotations": [
|
| @@ -52,7 +50,6 @@
|
| "echo",
|
| "Why hello, there."
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "hello"
|
| },
|
| {
|
|
|