From f082424bf5999782a733aeb4d4cd02598f950a04 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Aug 28 2020 23:30:58 +0000 Subject: consumer: skip CoreOS builds Signed-off-by: Adam Williamson --- diff --git a/checkcomp_consumer.py b/checkcomp_consumer.py index de7e3f3..0784502 100755 --- a/checkcomp_consumer.py +++ b/checkcomp_consumer.py @@ -47,6 +47,10 @@ class CheckComposeConsumer(object): if message.body.get('FLAVOR', 'updates-foo').startswith('updates-'): return compose = message.body.get('BUILD') + # we also don't run on CoreOS builds, they're not supported by + # fedfind so would need a big rewrite to work + if "coreos" in compose.lower(): + return # read and store the list of reported composes for check and # later trimming