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

Unified Diff: scripts/slave/recipes/cros/cbuildbot_tryjob.expected/pre_git_cache_release.json

Issue 2365023002: Enable --git-cache-dir option in chromite/cbuildbot. (Closed)
Patch Set: Better min branch. Created 4 years, 3 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/recipes/cros/cbuildbot_tryjob.expected/pre_git_cache_release.json
diff --git a/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/external.json b/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/pre_git_cache_release.json
similarity index 91%
copy from scripts/slave/recipes/cros/cbuildbot_tryjob.expected/external.json
copy to scripts/slave/recipes/cros/cbuildbot_tryjob.expected/pre_git_cache_release.json
index 5e2504573a93c441d61ff74f06b1f8fa1ba4c723..bb14175e65dba65ba43a4b735d59a097c1aaf8a6 100644
--- a/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/external.json
+++ b/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/pre_git_cache_release.json
@@ -15,7 +15,7 @@
"--output_json",
"/path/to/tmp/json",
"--revision",
- "chromite@master:",
+ "chromite@release-R54-8743.B:",
"--output_manifest"
],
"env": {
@@ -27,7 +27,7 @@
"@@@STEP_LOG_LINE@json.output@{@@@",
"@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
"@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"chromite\": \"master:\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"chromite\": \"release-R54-8743.B:\"@@@",
"@@@STEP_LOG_LINE@json.output@ }, @@@",
"@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@",
"@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
@@ -43,10 +43,10 @@
"cmd": [
"git",
"checkout",
- "master"
+ "release-R54-8743.B"
],
"cwd": "[SLAVE_BUILD]/chromite",
- "name": "checkout chromite branch [master]"
+ "name": "checkout chromite branch [release-R54-8743.B]"
},
{
"cmd": [
@@ -54,7 +54,7 @@
"pull"
],
"cwd": "[SLAVE_BUILD]/chromite",
- "name": "sync chromite branch [master]"
+ "name": "sync chromite branch [release-R54-8743.B]"
},
{
"cmd": [

Powered by Google App Engine
This is Rietveld 408576698