From b96e797fd853176c6227037fa54b3e3d5869881c Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Sun, 13 Aug 2017 22:57:52 -0400 Subject: [PATCH] Add query for bug 1710533 This is to track jobs which are failing to download containers from docker.io. Jobs shouldn't be doing this as we have in place reverse proxy cache for docker.io. Change-Id: I6c24ce79eb0d854c548f05eec9ecbb26f468b970 Signed-off-by: Paul Belanger --- queries/1710533.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1710533.yaml diff --git a/queries/1710533.yaml b/queries/1710533.yaml new file mode 100644 index 00000000..0e9bb470 --- /dev/null +++ b/queries/1710533.yaml @@ -0,0 +1,4 @@ +query: >- + message:"404 Client Error: Not Found" + AND message:"docker.io" + AND tags:"console"