Reputation
Badges 1
6 × Eureka!To give a bit more context, I am tagging my controller task
both with the version of the pipeline and with a failure type ; I want to do some more analysis on these tasks or renqueue when I fix a given bug…. maybe there is a better way to get all controller failed due the same error for the same controller version
Thanks for the hints, but I am using a script to basically do <<a given action>> based on <<a given condition>> . the condition is the presence of both tags in a task, which I thought was the simpler way to group tasks form a server api point of view. any suggestion?
yeah I know that your method will allow me to do it via the UI; but that would be a manual task. I am trying to add a clearml task
that does that automatically, without me opening the UI. This script will search through the server api
look for set of tags
and execute extra action (e.g. renqueue them once a new fix task is available, runner debugging task, etc …)
Hey @<1523701070390366208:profile|CostlyOstrich36> Just checking back on this… any updates? Is this doable? Or does this feature not exist?
Hey @<1523701070390366208:profile|CostlyOstrich36> ! I makes total sense. Thank you very much for your explanation and sorry I misunderstood you the first time around 🙂 found it and FYI for whoever is following the thread its "__$and"