Commit 2d0d615c authored by Nico Weber's avatar Nico Weber

Add comments explaining that idempotent: False for telemetry tests is not the desired end state.

Bug: 549140
Change-Id: Ie0dfb2c1983fe1d587e9c959eff72b1c46506a68
Reviewed-on: https://chromium-review.googlesource.com/1163314Reviewed-by: default avatarErik Chen <erikchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#581043}
parent 8d1651ed
......@@ -435,7 +435,7 @@
],
'swarming': {
'hard_timeout': 1200,
'idempotent': False,
'idempotent': False, # https://crbug.com/549140
'shards': 6,
},
},
......@@ -454,7 +454,7 @@
],
'swarming': {
'hard_timeout': 1200,
'idempotent': False,
'idempotent': False, # https://crbug.com/549140
'shards': 12,
},
},
......@@ -469,7 +469,7 @@
],
'swarming': {
'hard_timeout': 960,
'idempotent': False,
'idempotent': False, # https://crbug.com/549140
'shards': 12,
},
},
......@@ -480,7 +480,7 @@
'--jobs=1',
],
'swarming': {
'idempotent': False,
'idempotent': False, # https://crbug.com/549140
'shards': 4,
},
},
......@@ -853,7 +853,7 @@
'devtools_eslint': {},
'telemetry_gpu_unittests': {
'swarming': {
'idempotent': False,
'idempotent': False, # https://crbug.com/549140
},
},
'telemetry_perf_unittests': {
......@@ -862,7 +862,7 @@
],
'swarming': {
'hard_timeout': 960,
'idempotent': False,
'idempotent': False, # https://crbug.com/549140
'shards': 12,
},
},
......@@ -871,7 +871,7 @@
'--jobs=1',
],
'swarming': {
'idempotent': False,
'idempotent': False, # https://crbug.com/549140
'shards': 4,
},
},
......@@ -901,7 +901,7 @@
'metrics_python_tests': {},
'telemetry_gpu_unittests': {
'swarming': {
'idempotent': False,
'idempotent': False, # https://crbug.com/549140
},
},
'telemetry_unittests': {
......@@ -909,7 +909,7 @@
'--jobs=1',
],
'swarming': {
'idempotent': False,
'idempotent': False, # https://crbug.com/549140
'shards': 4,
},
},
......@@ -1644,7 +1644,7 @@
],
'swarming': {
'hard_timeout': 960,
'idempotent': False,
'idempotent': False, # https://crbug.com/549140
'shards': 12,
},
},
......@@ -1656,7 +1656,7 @@
],
'swarming': {
'hard_timeout': 960,
'idempotent': False,
'idempotent': False, # https://crbug.com/549140
'shards': 12,
},
},
......@@ -1666,13 +1666,13 @@
'--extra-browser-args=--enable-features=VizDisplayCompositor',
],
'swarming': {
'idempotent': False,
'idempotent': False, # https://crbug.com/549140
'shards': 4,
},
},
'telemetry_unittests': {
'swarming': {
'idempotent': False,
'idempotent': False, # https://crbug.com/549140
'shards': 4,
},
},
......@@ -2066,7 +2066,7 @@
'telemetry_perf_unittests': {
'swarming': {
'hard_timeout': 960,
'idempotent': False,
'idempotent': False, # https://crbug.com/549140
'shards': 12,
},
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment