From db58596f7abee94156fae3d5ce53e17e416c372d Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 13 Jul 2017 12:57:41 -0300 Subject: [elastic] query test names for all branches and times --- elastic/query/test_names.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/elastic/query/test_names.json b/elastic/query/test_names.json index 08f57a3..962c587 100644 --- a/elastic/query/test_names.json +++ b/elastic/query/test_names.json @@ -6,14 +6,13 @@ { "query_string": { "analyze_wildcard": true, - "query": "commit_info.project:soledad AND commit_info.branch='master' AND machine_info.host='weasel'" + "query": "commit_info.project:soledad AND machine_info.host='weasel'" } }, { "range": { "datetime": { "gte": 1483225200000, - "lte": 1492518132409, "format": "epoch_millis" } } -- cgit v1.2.3