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

Unified Diff: scripts/slave/recipe_modules/gsutil/example.expected/basic.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase 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..6d119aa75b7e6c40d19cbc66863c062b9e350895 100644
--- a/scripts/slave/recipe_modules/gsutil/example.expected/basic.json
+++ b/scripts/slave/recipe_modules/gsutil/example.expected/basic.json
@@ -19,7 +19,6 @@
"[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@@@"
@@ -37,7 +36,6 @@
"gs://chromium-recipe-test/some/random/path/**",
"gs://chromium-recipe-test/staging"
],
- "cwd": "[SLAVE_BUILD]",
"name": "gsutil cp"
},
{
@@ -54,7 +52,6 @@
"gs://chromium-recipe-test/some/random/path/**",
"gs://chromium-recipe-test/staging"
],
- "cwd": "[SLAVE_BUILD]",
"name": "gsutil cp (2)"
},
{
@@ -69,7 +66,6 @@
"gs://chromium-recipe-test/some/random/path/to/boom",
"[SLAVE_BUILD]/boom"
],
- "cwd": "[SLAVE_BUILD]",
"name": "gsutil gsutil download url"
},
{
@@ -84,7 +80,6 @@
"gs://chromium-recipe-test/staging/to/boom",
"[SLAVE_BUILD]/erang"
],
- "cwd": "[SLAVE_BUILD]",
"name": "gsutil download"
},
{
@@ -99,7 +94,6 @@
"path/to/key",
"gs://chromium-recipe-test/some/random/path/to/boom"
],
- "cwd": "[SLAVE_BUILD]",
"name": "gsutil signed url"
},
{
@@ -113,7 +107,6 @@
"rm",
"gs://chromium-recipe-test/staging/to/boom"
],
- "cwd": "[SLAVE_BUILD]",
"name": "gsutil remove"
},
{

Powered by Google App Engine
This is Rietveld 408576698