aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/swarm_ct_skps.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipes/swarm_ct_skps.py')
-rw-r--r--infra/bots/recipes/swarm_ct_skps.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/infra/bots/recipes/swarm_ct_skps.py b/infra/bots/recipes/swarm_ct_skps.py
index 298c67da76..20142fc7b8 100644
--- a/infra/bots/recipes/swarm_ct_skps.py
+++ b/infra/bots/recipes/swarm_ct_skps.py
@@ -426,7 +426,7 @@ def GenTests(api):
yield(
api.test('CT_DM_1m_SKPs_slave3_failure') +
- api.step_data('ct-dm-3 on Ubuntu-14.04', retcode=1) +
+ api.step_data('ct-dm-3', retcode=1) +
api.properties(
buildername='Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs',
mastername=mastername,
@@ -443,8 +443,8 @@ def GenTests(api):
yield(
api.test('CT_DM_1m_SKPs_2slaves_failure') +
- api.step_data('ct-dm-1 on Ubuntu-14.04', retcode=1) +
- api.step_data('ct-dm-3 on Ubuntu-14.04', retcode=1) +
+ api.step_data('ct-dm-1', retcode=1) +
+ api.step_data('ct-dm-3', retcode=1) +
api.properties(
buildername='Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs',
mastername=mastername,