1
0
Fork 0
mirror of https://github.com/benbusby/farside.git synced 2025-04-25 13:10:02 +00:00

Move SearXNG instance check to nightly build

searx.space includes metrics for instance uptime, which is now
implemented as part of farside's nightly build. Accordingly, the
instance availability task built into farside now excludes searxng
instances.

Closes #95
This commit is contained in:
Ben Busby 2023-04-05 13:04:17 -06:00
parent 65c12769bf
commit bb3a01f8c1
No known key found for this signature in database
GPG key ID: B9B7231E01D924A1
2 changed files with 20 additions and 11 deletions

View file

@ -93,6 +93,7 @@ jobs:
select(.value.version | . != null) |
select(.value.network.asn_privacy == 0) |
select(.value.http.error == null) |
select(.value.uptime.uptimeDay >= 99) |
select(.value.tls.grade == "A+" or .value.tls.grade == "A") |
select(.value.http.grade == "A+" or .value.http.grade == "A") |
select(.value.html.grade == "V" or .value.html.grade == "F") |