| Index: tools/release/auto_roll.py
|
| diff --git a/tools/release/auto_roll.py b/tools/release/auto_roll.py
|
| index cfc4c16805f8f7a844971f34ee7d39c3cb0d9dc5..929e2406bf8d95f679aeecd548d5182908b7ae9a 100755
|
| --- a/tools/release/auto_roll.py
|
| +++ b/tools/release/auto_roll.py
|
| @@ -20,7 +20,7 @@ Please close rolling in case of a roll revert:
|
| https://v8-roll.appspot.com/
|
| This only works with a Google account.
|
|
|
| -CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel;tryserver.chromium.linux:linux_optional_gpu_tests_rel""")
|
| +CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel""")
|
|
|
| class Preparation(Step):
|
| MESSAGE = "Preparation."
|
|
|