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

Unified Diff: scripts/slave/recipe_modules/git_clone_bundler/example.expected/repo_with_duplicate.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 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/git_clone_bundler/example.expected/repo_with_duplicate.json
diff --git a/scripts/slave/recipe_modules/git_clone_bundler/example.expected/repo_with_duplicate.json b/scripts/slave/recipe_modules/git_clone_bundler/example.expected/repo_with_duplicate.json
index 0523f3f4db9dd82f2065cc7fd42b1088eaffc59e..53061b6b0cfb05643ec0837f24a0f44cd4985eed 100644
--- a/scripts/slave/recipe_modules/git_clone_bundler/example.expected/repo_with_duplicate.json
+++ b/scripts/slave/recipe_modules/git_clone_bundler/example.expected/repo_with_duplicate.json
@@ -6,6 +6,7 @@
"\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
"[SLAVE_BUILD]/git_clone_bundler/bundles"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "rmtree old bundles",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -25,6 +26,7 @@
"[SLAVE_BUILD]/git_clone_bundler/bundles",
"511"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "makedirs bundles",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -47,6 +49,7 @@
"[SLAVE_BUILD]/git_clone_bundler/repo/baa8c54f5ad38fa45e904e6bdfb6b484",
"511"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "makedirs repo",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -117,6 +120,7 @@
"[SLAVE_BUILD]/git_clone_bundler/bundles/b30c7a01edcf711e48356dd038d8c03e.bundle",
"gs://clone-dot-bundle-bucket/checkout/repository/src/foo/clone.bundle"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gsutil upload bundle (src/foo)",
"~followup_annotations": [
"@@@STEP_LINK@gsutil bundle@https://storage.cloud.google.com/clone-dot-bundle-bucket/checkout/repository/src/foo/clone.bundle@@@"
@@ -158,6 +162,7 @@
"[SLAVE_BUILD]/git_clone_bundler/bundles/4e9dd63391c5eb1884b9b449679dfa16.bundle",
"gs://clone-dot-bundle-bucket/checkout/repository/src/bar/clone.bundle"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gsutil upload bundle (src/bar)",
"~followup_annotations": [
"@@@STEP_LINK@gsutil bundle@https://storage.cloud.google.com/clone-dot-bundle-bucket/checkout/repository/src/bar/clone.bundle@@@"

Powered by Google App Engine
This is Rietveld 408576698