| 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",
|
|
|