Skip to content
This repository has been archived by the owner on Jul 4, 2019. It is now read-only.

Commit

Permalink
Decrease the limit of data get on buildhub
Browse files Browse the repository at this point in the history
  • Loading branch information
calixteman committed Aug 19, 2018
1 parent aac30d1 commit d9f3bad
Show file tree
Hide file tree
Showing 8 changed files with 2,705 additions and 16,577 deletions.
2 changes: 1 addition & 1 deletion crashstop/buildhub.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def get_query():
'buildids': {
'terms': {
'field': 'build.id',
'size': 200,
'size': config.get_versions('Firefox', 'nightly') * 4,
'order': {
'_term': 'desc'
}
Expand Down
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# You can obtain one at http://mozilla.org/MPL/2.0/.

import crashstop
import json
import pytest


Expand Down
11,062 changes: 1,527 additions & 9,535 deletions tests/data/buildhub/buildhub.json

Large diffs are not rendered by default.

Loading

0 comments on commit d9f3bad

Please sign in to comment.