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:
Marco Castelluccio 2020-04-22 17:36:17 +02:00
Родитель 6b0a7c3ff6
Коммит d894c249d3
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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,
}