Skip to content
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

repair and automate the User:ProteinBoxBot/Bot_Status page #124

Open
andrewsu opened this issue Oct 1, 2019 · 0 comments
Open

repair and automate the User:ProteinBoxBot/Bot_Status page #124

andrewsu opened this issue Oct 1, 2019 · 0 comments

Comments

@andrewsu
Copy link
Member

andrewsu commented Oct 1, 2019

It appears that this code https://github.com/SuLab/scheduled-bots/blob/master/scheduled_bots/talk_jenkins/run.py is designed to update this WD talk page https://www.wikidata.org/wiki/User:ProteinBoxBot/Bot_Status. But it looks like it hasn't been run in quite some time. And I can already see at least one minor change in the code that would need to be made:

jobs = server.get_jobs(view_name="Running")

changed to

jobs = server.get_jobs(view_name="PRODUCTION").

But this code needs to be properly debugged and tested, and then put on a schedule (in jenkins itself?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant