| Index: scripts/slave/recipes/cros/cbuildbot_tryjob.py
|
| diff --git a/scripts/slave/recipes/cros/cbuildbot_tryjob.py b/scripts/slave/recipes/cros/cbuildbot_tryjob.py
|
| index 0127fe98be408d2121a6bdd74b6b2dd854300bf9..39f16a68435807e7d335b325b6f021123bc77bbd 100644
|
| --- a/scripts/slave/recipes/cros/cbuildbot_tryjob.py
|
| +++ b/scripts/slave/recipes/cros/cbuildbot_tryjob.py
|
| @@ -17,7 +17,7 @@ DEPS = [
|
| # Map master name to 'chromite' configuration name.
|
| _MASTER_CONFIG_MAP = {
|
| 'chromiumos.tryserver': {
|
| - 'master_config': 'chromiumos_tryserver',
|
| + 'master_config': 'master_chromiumos_tryserver',
|
| },
|
| }
|
|
|
| @@ -40,14 +40,14 @@ _TRYJOB_DATA = """
|
| # configs.
|
| _CHROMITE_CONFIG = {
|
| '_default': {
|
| - 'type': 'undefined',
|
| + 'build_type': 'undefined',
|
| },
|
| '_templates': {
|
| 'full': {
|
| - 'type': 'full',
|
| + 'build_type': 'full',
|
| },
|
| 'paladin': {
|
| - 'type': 'paladin',
|
| + 'build_type': 'paladin',
|
| },
|
| },
|
| 'x86-generic-full': {
|
|
|