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

Side by Side Diff: tools/release/test_scripts.py

Issue 2475563002: Update usage of linux blink try bot to use linux_trusty_blink_rel. (Closed)
Patch Set: Created 4 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « tools/release/auto_roll.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 # Copyright 2013 the V8 project authors. All rights reserved. 2 # Copyright 2013 the V8 project authors. All rights reserved.
3 # Redistribution and use in source and binary forms, with or without 3 # Redistribution and use in source and binary forms, with or without
4 # modification, are permitted provided that the following conditions are 4 # modification, are permitted provided that the following conditions are
5 # met: 5 # met:
6 # 6 #
7 # * Redistributions of source code must retain the above copyright 7 # * Redistributions of source code must retain the above copyright
8 # notice, this list of conditions and the following disclaimer. 8 # notice, this list of conditions and the following disclaimer.
9 # * Redistributions in binary form must reproduce the above 9 # * Redistributions in binary form must reproduce the above
10 # copyright notice, this list of conditions and the following 10 # copyright notice, this list of conditions and the following
(...skipping 1026 matching lines...) Expand 10 before | Expand all | Expand 10 after
1037 Summary of changes available at: 1037 Summary of changes available at:
1038 https://chromium.googlesource.com/v8/v8/+log/last_rol..roll_hsh 1038 https://chromium.googlesource.com/v8/v8/+log/last_rol..roll_hsh
1039 1039
1040 Please follow these instructions for assigning/CC'ing issues: 1040 Please follow these instructions for assigning/CC'ing issues:
1041 https://github.com/v8/v8/wiki/Triaging%20issues 1041 https://github.com/v8/v8/wiki/Triaging%20issues
1042 1042
1043 Please close rolling in case of a roll revert: 1043 Please close rolling in case of a roll revert:
1044 https://v8-roll.appspot.com/ 1044 https://v8-roll.appspot.com/
1045 This only works with a Google account. 1045 This only works with a Google account.
1046 1046
1047 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel;master.tryserv er.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 1047 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserve r.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
1048 1048
1049 TBR=reviewer@chromium.org""" 1049 TBR=reviewer@chromium.org"""
1050 1050
1051 # Snippet from the original DEPS file. 1051 # Snippet from the original DEPS file.
1052 FAKE_DEPS = """ 1052 FAKE_DEPS = """
1053 vars = { 1053 vars = {
1054 "v8_revision": "last_roll_hsh", 1054 "v8_revision": "last_roll_hsh",
1055 } 1055 }
1056 deps = { 1056 deps = {
1057 "src/v8": 1057 "src/v8":
(...skipping 891 matching lines...) Expand 10 before | Expand all | Expand 10 after
1949 1949
1950 Review URL: https://codereview.chromium.org/83173002 1950 Review URL: https://codereview.chromium.org/83173002
1951 1951
1952 ------------------------------------------------------------------------""") 1952 ------------------------------------------------------------------------""")
1953 self.assertEquals( 1953 self.assertEquals(
1954 """Prepare push to trunk. Now working on version 3.23.11. 1954 """Prepare push to trunk. Now working on version 3.23.11.
1955 1955
1956 R=danno@chromium.org 1956 R=danno@chromium.org
1957 1957
1958 Committed: https://code.google.com/p/v8/source/detail?r=17997""", body) 1958 Committed: https://code.google.com/p/v8/source/detail?r=17997""", body)
OLDNEW
« no previous file with comments | « tools/release/auto_roll.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698