Generalize query for bug 1808010

We hit this failure sometimes trying to get other metadata
API routes besides meta-data, e.g. user-data:

  failed to get http://169.254.169.254/2009-04-04/user-data

This makes the query more generic to get more hits. This
brings the hit count up to 86 in voting jobs in the last
10 days, multiple branches, check and gate, all failures.
Looks like "ovh-bhs1" is the top offender node provider.

Change-Id: I9fb3885fdc674c7176fc2439a2bbdb65b84048a1
This commit is contained in:
Matt Riedemann 2019-09-30 10:33:58 -04:00
parent 85124987dc
commit a6c775456c
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
query: >-
message:"failed to get http://169.254.169.254/2009-04-04/meta-data" AND
message:"failed to get http://169.254.169.254/2009-04-04" AND
tags:"console"