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

Unified Diff: scripts/slave/recipe_modules/filter/example.expected/analyzes_matches_compile_targets.json

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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/recipe_modules/filter/example.expected/analyzes_matches_compile_targets.json
diff --git a/scripts/slave/recipe_modules/filter/example.expected/analyzes_matches_compile_targets.json b/scripts/slave/recipe_modules/filter/example.expected/analyzes_matches_compile_targets.json
index 48ad819d0004ae52dbe6ef64bb7db940d5bd0e9c..c87dccf6b252a97ecf6f6930e64cc24535ec73ed 100644
--- a/scripts/slave/recipe_modules/filter/example.expected/analyzes_matches_compile_targets.json
+++ b/scripts/slave/recipe_modules/filter/example.expected/analyzes_matches_compile_targets.json
@@ -4,9 +4,10 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[CWD]/testing/buildbot/trybot_analyze_config.json",
+ "[SLAVE_BUILD]/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'@@@",
@@ -28,14 +29,15 @@
"cmd": [
"python",
"-u",
- "[CWD]/build/gyp_chromium",
+ "[SLAVE_BUILD]/build/gyp_chromium",
"--analyzer",
"{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"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='[ROOT]/b/build/goma' target_arch=x64 use_goma=1"
+ "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arch=x64 use_goma=1"
},
"name": "analyze",
"~followup_annotations": [
@@ -56,6 +58,7 @@
"echo",
"Why hello, there."
],
+ "cwd": "[SLAVE_BUILD]",
"name": "hello"
},
{

Powered by Google App Engine
This is Rietveld 408576698