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

Unified Diff: scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_paladin_buildbucket.json

Issue 2325013002: Add BuildBucket manifest scheduling support. (Closed)
Patch Set: Rebarse 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
« no previous file with comments | « scripts/slave/recipes/cros/cbuildbot.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_paladin_buildbucket.json
diff --git a/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/external.json b/scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_paladin_buildbucket.json
similarity index 77%
copy from scripts/slave/recipes/cros/cbuildbot_tryjob.expected/external.json
copy to scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_paladin_buildbucket.json
index 5e2504573a93c441d61ff74f06b1f8fa1ba4c723..9bb3fce35c677389641318e0bf388125b7d82138 100644
--- a/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/external.json
+++ b/scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_paladin_buildbucket.json
@@ -41,23 +41,6 @@
},
{
"cmd": [
- "git",
- "checkout",
- "master"
- ],
- "cwd": "[SLAVE_BUILD]/chromite",
- "name": "checkout chromite branch [master]"
- },
- {
- "cmd": [
- "git",
- "pull"
- ],
- "cwd": "[SLAVE_BUILD]/chromite",
- "name": "sync chromite branch [master]"
- },
- {
- "cmd": [
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
@@ -67,9 +50,8 @@
"name": "read chromite config",
"~followup_annotations": [
"@@@STEP_LOG_LINE@config@{@@@",
- "@@@STEP_LOG_LINE@config@ \"x86-generic-full\": {@@@",
- "@@@STEP_LOG_LINE@config@ \"_template\": \"full\", @@@",
- "@@@STEP_LOG_LINE@config@ \"build_type\": \"full\"@@@",
+ "@@@STEP_LOG_LINE@config@ \"auron-paladin\": {@@@",
+ "@@@STEP_LOG_LINE@config@ \"build_type\": \"paladin\"@@@",
"@@@STEP_LOG_LINE@config@ }@@@",
"@@@STEP_LOG_LINE@config@}@@@",
"@@@STEP_LOG_END@config@@@"
@@ -81,14 +63,21 @@
"[SLAVE_BUILD]/chromite/bin/cbuildbot",
"--buildroot",
"[ROOT]/cbuild/external_master",
- "--timeout",
- "14400",
- "--remote-trybot",
- "--remote-version=4",
- "x86-generic-full"
+ "--buildbot",
+ "--branch",
+ "master",
+ "--buildnumber",
+ "12345",
+ "--buildbucket-id",
+ "1337",
+ "--repo-cache",
+ "/var/cache/chrome-infra/ccompute-setup/cros-internal",
+ "--master-build-id",
+ "24601",
+ "auron-paladin"
],
"cwd": "[SLAVE_BUILD]",
- "name": "cbuildbot [x86-generic-full]"
+ "name": "cbuildbot [auron-paladin]"
},
{
"name": "$result",
« no previous file with comments | « scripts/slave/recipes/cros/cbuildbot.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698