-
Notifications
You must be signed in to change notification settings - Fork 4
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
Solve missing Thoth dependencies #270
Comments
/sig stack-guidance |
@mayaCostantini: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
do we have a "runbook"/piece of documentation what specifically needs to be done to add the packages? shall we create a tekton pipeline or a script for this? |
I don't think a pipeline or a script would be necessary for the moment, but we can document how to register a package via management-api as I am not sure if this is already written somewhere. |
/triage accepted |
Added missing dependencies using management api: https://management.stage.thoth-station.ninja/api/v1/ui/#/Python%20Solver/post_solve_python To verify if dependencies are added or not, Tried endpoint https://khemenu.thoth-station.ninja/api/v1/ui/#/PythonPackages/list_python_packages but got no response ( issue thoth-station/user-api#1782 ) |
@shreekarSS any update in this? |
I tried to add missing dependencies via management api, getting 202 code, which is not registered the packages yet. I'm trying to figure it out. |
@shreekarSS Did you try to use user API to verify if the packages are present in the database? |
i m taking a look at this, |
Further investigation shows: There is total 68k package unsolved already known to the system, Based on this, it would take 38 days to complete the overall queue. (i.e (900k {wf}/1000 {wf/hr})/24). our systems are already on full force ingestion, without much space to increase the ingestion. Actions we can do:
|
still in process of checking if anything is hindering in solver runs itself. |
Here is the issue: thoth-station/storages#2703 Step to reach to bug:
|
Added missing dependencies using management api: https://management.stage.thoth-station.ninja/api/v1/ui/#/Python%20Solver/post_solve_python thoth-solver fext termial-random |
Packages have been added, closing the issue. |
Closing as completed |
Is your feature request related to a problem? Please describe.
Some of thoth packages do not seem to be registered in the database, making
thamos advise
fail on the adviser repository.Solve the following packages:
Additional context
The text was updated successfully, but these errors were encountered: