From 78401e9d16cd66fc204ad85e32bdac3b1afd92aa Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Jun 20 2023 05:49:56 +0000 Subject: Don't run on ELN composes We could actually do this (would just have to tweak a bit and use the URL), but I'm not sure it'd be useful - I'm actually considering dropping check-compose as I'm not sure anyone reads the messages. Signed-off-by: Adam Williamson --- diff --git a/checkcomp_consumer.py b/checkcomp_consumer.py index fc04646..d988de6 100755 --- a/checkcomp_consumer.py +++ b/checkcomp_consumer.py @@ -51,6 +51,10 @@ class CheckComposeConsumer(object): # fedfind so would need a big rewrite to work if "coreos" in compose.lower(): return + # we don't run on ELN builds yet, we could but not sure if + # it would be useful + if "-eln-" in compose.lower(): + return # read and store the list of reported composes for check and # later trimming