-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
do we need to explicitly state no checks with empty list in .aicoe.yaml? #101
Comments
Actually it is not deactivated, how can we do that @harshad16: thoth-station/report-processing#112 |
Yes this is correct, user has to specify the checks as empyt list to state no checks are needed, by default build-check runs. Thanks for asking the question |
@harshad16 how does that work together with the on-repo configs for prow jobs and so on? Does it mean that even if the on-repo config is enabled, the default checks are still being executed? |
There is no direct linkage between aicoe-ci and prow as of now. |
@harshad16 is this true (that both CIs are checking on PRs) even if the |
if the aicoe-ci is installed on the github repository, it would look on each pr and stop if there is no information on the |
@harshad16 sorry, I can't read properly today. Does that mean: deleting the |
@tumido that is in-correct. |
/sig pipelines are we good with closing this? do we need a piece of doc derived from this issue? |
I think we need at least some docs around this. My impression is that we're missing a README section which describes the default behavior when AICoE-CI github app is installed. I also think this is part of a broader problem as well. To me it appears the confusion comes from a fact that to an end user it's not very apparent that AICoE-CI, Prow, Kebechet, Sesheta and what else are different applications that can be selectively enabled or disabled (and how) and what is the default configuration for each, what config file changes they react to, etc. For me for example, since Sesheta is responding on release issues, doing dependency upgrades, commenting on PRs with prow status, etc. it's not obvious that I'm interfacing 3 different "apps"/bots. So.. for me it would be nice to understand that dependency checks are handled by this bot, build are handled by that other bot and I can mix and match them selectively in somewhat consistent manner. For example:
Most of these scenarios are somewhat supported by the project but user has to precisely know which config to touch and how to change it... I know I'm maybe getting away from the original topic but I think this is part of a more general problem that it is hard to understand what is actually going on and what should I enable in what exact case... And what changes do I have to make to the default setup if I want to single out one feature of this CI and use that one only. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with /lifecycle rotten |
/lifecycle frozen |
When removing key
checks
from .aicoe.yaml all checks are started by default in the check runs list.In order to avoid that the parameter needs to be set with an empty list []. Is this behaviour expected or if the user remove the key the pipeline should assume no checks are reuqested instead of users requiring to put empty list?
/user-experience
/question
The text was updated successfully, but these errors were encountered: