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

Unified Diff: scripts/slave/recipe_modules/gsutil/example.expected/basic.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/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 524f6031c99b3874eb2c41eb443a2f7cd339032c..4c7af9cc50629c95e1936e8835ba2db769a2a3c5 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",
"--",
- "[ROOT]/b/depot_tools/gsutil.py",
+ "[DEPOT_TOOLS]/gsutil.py",
"----",
"-h",
"Cache-Control:no-cache",
@@ -16,9 +16,10 @@
"-h",
"x-custom-field:custom-value",
"cp",
- "[CWD]/boom",
+ "[SLAVE_BUILD]/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@@@"
@@ -30,12 +31,13 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[ROOT]/b/depot_tools/gsutil.py",
+ "[DEPOT_TOOLS]/gsutil.py",
"----",
"cp",
"gs://chromium-recipe-test/some/random/path/**",
"gs://chromium-recipe-test/staging"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gsutil cp"
},
{
@@ -44,7 +46,7 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[ROOT]/b/depot_tools/gsutil.py",
+ "[DEPOT_TOOLS]/gsutil.py",
"--force-version",
"3.25",
"----",
@@ -52,6 +54,7 @@
"gs://chromium-recipe-test/some/random/path/**",
"gs://chromium-recipe-test/staging"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gsutil cp (2)"
},
{
@@ -60,12 +63,13 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[ROOT]/b/depot_tools/gsutil.py",
+ "[DEPOT_TOOLS]/gsutil.py",
"----",
"cp",
"gs://chromium-recipe-test/some/random/path/to/boom",
- "[CWD]/boom"
+ "[SLAVE_BUILD]/boom"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gsutil gsutil download url"
},
{
@@ -74,12 +78,13 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[ROOT]/b/depot_tools/gsutil.py",
+ "[DEPOT_TOOLS]/gsutil.py",
"----",
"cp",
"gs://chromium-recipe-test/staging/to/boom",
- "[CWD]/erang"
+ "[SLAVE_BUILD]/erang"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gsutil download"
},
{
@@ -88,12 +93,13 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[ROOT]/b/depot_tools/gsutil.py",
+ "[DEPOT_TOOLS]/gsutil.py",
"----",
"signurl",
"path/to/key",
"gs://chromium-recipe-test/some/random/path/to/boom"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gsutil signed url"
},
{
@@ -102,11 +108,12 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[ROOT]/b/depot_tools/gsutil.py",
+ "[DEPOT_TOOLS]/gsutil.py",
"----",
"rm",
"gs://chromium-recipe-test/staging/to/boom"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gsutil remove"
},
{
@@ -124,7 +131,7 @@
"--timeout",
"600"
],
- "cwd": "[CWD]",
+ "cwd": "[SLAVE_BUILD]",
"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