From f835c2216663fd116eae0150e88c7163f5be8dde Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Sun, 30 Apr 2017 11:14:51 -0400 Subject: Add Swarming bot id and task id to recipe expectations. No-Try: true Change-Id: Idd748bf61ab3d6611b85472de5d3f3a25d4ae9ee Reviewed-on: https://skia-review.googlesource.com/14821 Reviewed-by: Eric Boren Commit-Queue: Ben Wagner --- infra/bots/recipes/test.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'infra/bots/recipes/test.py') diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py index 9449b01eac..4b74456b66 100644 --- a/infra/bots/recipes/test.py +++ b/infra/bots/recipes/test.py @@ -769,7 +769,11 @@ def GenTests(api): api.path['start_dir'].join('skia', 'infra', 'bots', 'assets', 'svg', 'VERSION'), api.path['start_dir'].join('tmp', 'uninteresting_hashes.txt') - ) + ) + + api.step_data('get swarming bot id', + stdout=api.raw_io.output('skia-bot-123')) + + api.step_data('get swarming task id', + stdout=api.raw_io.output('123456')) ) if 'Win' in builder: test += api.platform('win', 64) -- cgit v1.2.3