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

Unified Diff: scripts/slave/recipe_modules/chromite/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/chromite/example.expected/basic.json
diff --git a/scripts/slave/recipe_modules/chromite/example.expected/basic.json b/scripts/slave/recipe_modules/chromite/example.expected/basic.json
index 9890e6a5f90adc5947fef0f09ede049f7f440c1e..e54333673762e0479b76077da22ef7ada2b63ef8 100644
--- a/scripts/slave/recipe_modules/chromite/example.expected/basic.json
+++ b/scripts/slave/recipe_modules/chromite/example.expected/basic.json
@@ -8,7 +8,6 @@
"--repo-url",
"https://chromium.googlesource.com/external/repo.git"
],
- "cwd": "[SLAVE_BUILD]",
"name": "repo init"
},
{
@@ -16,7 +15,6 @@
"[DEPOT_TOOLS]/repo",
"sync"
],
- "cwd": "[SLAVE_BUILD]",
"name": "repo sync"
},
{
@@ -31,7 +29,6 @@
"--board",
"amd64-generic"
],
- "cwd": "[SLAVE_BUILD]",
"name": "setup board"
},
{
@@ -44,7 +41,6 @@
"--board",
"amd64-generic"
],
- "cwd": "[SLAVE_BUILD]",
"name": "build packages"
},
{
@@ -57,7 +53,6 @@
"echo",
"hello"
],
- "cwd": "[SLAVE_BUILD]",
"name": "cros_sdk"
},
{
@@ -69,7 +64,6 @@
"/here/there",
"amd64-generic-full"
],
- "cwd": "[SLAVE_BUILD]",
"name": "cbuildbot"
},
{
@@ -80,7 +74,6 @@
"[SLAVE_BUILD]/chromite/cbuildbot/config_dump.json",
"/path/to/tmp/json"
],
- "cwd": "[SLAVE_BUILD]",
"name": "read chromite config",
"~followup_annotations": [
"@@@STEP_LOG_LINE@config@{@@@",

Powered by Google App Engine
This is Rietveld 408576698