| Index: masters/master.client.v8.branches/master.cfg
|
| diff --git a/masters/master.client.v8.branches/master.cfg b/masters/master.client.v8.branches/master.cfg
|
| index 64e05a8d07b04a698b09e1630bcc4958128f849b..f8ca73dae44e84d89cfd4cfd00ea7192057fb1e8 100644
|
| --- a/masters/master.client.v8.branches/master.cfg
|
| +++ b/masters/master.client.v8.branches/master.cfg
|
| @@ -298,7 +298,7 @@ b_v8_s390_beta = {
|
| 'name': 'V8 s390 - sim - beta branch',
|
| 'builddir': 'v8-s390-beta',
|
| 'factory': m_annotator.BaseFactory('v8'),
|
| - 'category': CATEGORY_STABLE_S390,
|
| + 'category': CATEGORY_BETA_S390,
|
| 'auto_reboot' : False,
|
| }
|
|
|
| @@ -314,7 +314,7 @@ b_v8_s390x_beta = {
|
| 'name': 'V8 s390x - sim - beta branch',
|
| 'builddir': 'v8-s390x-beta',
|
| 'factory': m_annotator.BaseFactory('v8'),
|
| - 'category': CATEGORY_STABLE_S390,
|
| + 'category': CATEGORY_BETA_S390,
|
| 'auto_reboot' : False,
|
| }
|
|
|
|
|