scylladb / argus

Apache License 2.0
4 stars 11 forks source link

job scanning should identify release folders, and scan them #390

Closed fruch closed 4 months ago

fruch commented 4 months ago

we shouldn't be doing any manual work, for a new release of scylla in argus.

SCT jobs should be identified, and marked as SCT plug-in, it shouldn't be manual

k0machi commented 4 months ago

As I've proposed last month, it should do a regex scan instead of exact match, should be a quick fix.

fruch commented 4 months ago

As I've proposed last month, it should do a regex scan instead of exact match, should be a quick fix.

So let's do it, it's slowing down work on releases, every time there's new release, and no one exactly knows how to make it visible in Argus

fruch commented 4 months ago

Also let's have this list of regex somewhere in the code, so we can track changes, and not on configuration that exist and get edited only where the webapp is