Skip to content

Commit a3b051a

Browse files
Hexclesjgraham
authored andcommitted

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: tools/ci/tc/decision.py

+3
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,11 @@ def build_full_command(event, task):
157157
options_args.append("--no-hosts")
158158
else:
159159
options_args.append("--hosts")
160+
# Check out the expected SHA unless it is overridden (e.g. to base_head).
160161
if options.get("checkout"):
161162
options_args.append("--checkout=%s" % options["checkout"])
163+
else:
164+
options_args.append("--checkout=%s" % fetch_sha)
162165
for browser in options.get("browser", []):
163166
options_args.append("--browser=%s" % browser)
164167
if options.get("channel"):

0 commit comments

Comments
 (0)