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

Unified Diff: scripts/slave/recipe_modules/gsutil/example.expected/basic.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/recipe_modules/gsutil/example.expected/basic.json
diff --git a/scripts/slave/recipe_modules/gsutil/example.expected/basic.json b/scripts/slave/recipe_modules/gsutil/example.expected/basic.json
index 4c7af9cc50629c95e1936e8835ba2db769a2a3c5..524f6031c99b3874eb2c41eb443a2f7cd339032c 100644
--- a/scripts/slave/recipe_modules/gsutil/example.expected/basic.json
+++ b/scripts/slave/recipe_modules/gsutil/example.expected/basic.json
@@ -5,7 +5,7 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[DEPOT_TOOLS]/gsutil.py",
+ "[ROOT]/b/depot_tools/gsutil.py",
"----",
"-h",
"Cache-Control:no-cache",
@@ -16,10 +16,9 @@
"-h",
"x-custom-field:custom-value",
"cp",
- "[SLAVE_BUILD]/boom",
+ "[CWD]/boom",
"gs://chromium-recipe-test/some/random/path/to/boom"
],
- "cwd": "[SLAVE_BUILD]",
"name": "gsutil upload",
"~followup_annotations": [
"@@@STEP_LINK@gsutil.upload@https://storage.googleapis.com/chromium-recipe-test/some/random/path/to/boom@@@"
@@ -31,13 +30,12 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[DEPOT_TOOLS]/gsutil.py",
+ "[ROOT]/b/depot_tools/gsutil.py",
"----",
"cp",
"gs://chromium-recipe-test/some/random/path/**",
"gs://chromium-recipe-test/staging"
],
- "cwd": "[SLAVE_BUILD]",
"name": "gsutil cp"
},
{
@@ -46,7 +44,7 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[DEPOT_TOOLS]/gsutil.py",
+ "[ROOT]/b/depot_tools/gsutil.py",
"--force-version",
"3.25",
"----",
@@ -54,7 +52,6 @@
"gs://chromium-recipe-test/some/random/path/**",
"gs://chromium-recipe-test/staging"
],
- "cwd": "[SLAVE_BUILD]",
"name": "gsutil cp (2)"
},
{
@@ -63,13 +60,12 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[DEPOT_TOOLS]/gsutil.py",
+ "[ROOT]/b/depot_tools/gsutil.py",
"----",
"cp",
"gs://chromium-recipe-test/some/random/path/to/boom",
- "[SLAVE_BUILD]/boom"
+ "[CWD]/boom"
],
- "cwd": "[SLAVE_BUILD]",
"name": "gsutil gsutil download url"
},
{
@@ -78,13 +74,12 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[DEPOT_TOOLS]/gsutil.py",
+ "[ROOT]/b/depot_tools/gsutil.py",
"----",
"cp",
"gs://chromium-recipe-test/staging/to/boom",
- "[SLAVE_BUILD]/erang"
+ "[CWD]/erang"
],
- "cwd": "[SLAVE_BUILD]",
"name": "gsutil download"
},
{
@@ -93,13 +88,12 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[DEPOT_TOOLS]/gsutil.py",
+ "[ROOT]/b/depot_tools/gsutil.py",
"----",
"signurl",
"path/to/key",
"gs://chromium-recipe-test/some/random/path/to/boom"
],
- "cwd": "[SLAVE_BUILD]",
"name": "gsutil signed url"
},
{
@@ -108,12 +102,11 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[DEPOT_TOOLS]/gsutil.py",
+ "[ROOT]/b/depot_tools/gsutil.py",
"----",
"rm",
"gs://chromium-recipe-test/staging/to/boom"
],
- "cwd": "[SLAVE_BUILD]",
"name": "gsutil remove"
},
{
@@ -131,7 +124,7 @@
"--timeout",
"600"
],
- "cwd": "[SLAVE_BUILD]",
+ "cwd": "[CWD]",
"name": "Download GS file with polling"
},
{
« no previous file with comments | « scripts/slave/recipe_modules/gsutil/example.py ('k') | scripts/slave/recipe_modules/halt/example.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698