Ignore skipped groups (from AD)
As we can't tell whether they would have passed or failed, we should consider them as if they didn't run (indeed, they didn't). First step for #166
This commit is contained in:
Родитель
6b0a7c3ff6
Коммит
d894c249d3
|
@ -8,6 +8,7 @@ where:
|
|||
and:
|
||||
- prefix: {repo.changeset.id: {$eval: rev}}
|
||||
- eq: {repo.branch.name: {$eval: branch}}
|
||||
- ne: {result.status: "SKIP"}
|
||||
- ne: {treeherder.tier: 3}
|
||||
- ne: {task.kind: "decision-task"}
|
||||
limit: 10000
|
||||
|
|
|
@ -69,7 +69,6 @@ def test_to_json():
|
|||
kwargs = {
|
||||
"id": 1,
|
||||
"label": "foobar",
|
||||
"kind": "test",
|
||||
"result": "pass",
|
||||
"duration": 100,
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче