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

Bodhi no longer displays test results in production #2554

Closed
bowlofeggs opened this issue Aug 27, 2018 · 6 comments
Closed

Bodhi no longer displays test results in production #2554

bowlofeggs opened this issue Aug 27, 2018 · 6 comments
Labels
Critical We can't go on living in this sqalor, drop everything and fix it! JS Issues pertaining to Bodhi's JavaScript code WebUI Issues pertaining to Bodhi's web interface

Comments

@bowlofeggs
Copy link
Contributor

bowlofeggs commented Aug 27, 2018

#2393 is now deployed to production. I've spot checked a few updates and they do not seem to display test results anymore:

https://bodhi.fedoraproject.org/updates/FEDORA-2018-01a9c96b51
https://bodhi.fedoraproject.org/updates/FEDORA-2018-23703f460d
https://bodhi.fedoraproject.org/updates/FEDORA-2018-60fdb8b0aa

@bowlofeggs bowlofeggs added Critical We can't go on living in this sqalor, drop everything and fix it! JS Issues pertaining to Bodhi's JavaScript code WebUI Issues pertaining to Bodhi's web interface labels Aug 27, 2018
@bowlofeggs
Copy link
Contributor Author

CC @ralphbean

@bowlofeggs
Copy link
Contributor Author

I have filed https://pagure.io/greenwave/issue/287 to track this problem, which appears to be Greenwave not handing test results back to Bodhi:

$ curl 'https://greenwave-web-greenwave.app.os.fedoraproject.org/api/v1.0/decision' -H 'User-Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0' -H 'Accept: */*' -H 'Accept-Language: en-US,en;q=0.5' --compressed -H 'Content-Type: application/json' -H 'Origin: https://bodhi.fedoraproject.org' -H 'DNT: 1' -H 'Connection: keep-alive' -H 'Cache-Control: max-age=0' --data '{"product_version":"fedora-28","decision_context":"bodhi_update_push_stable","subject":[{"item":"bodhi-3.9.0-1.fc28","type":"koji_build"},{"original_spec_nvr":"bodhi-3.9.0-1.fc28"},{"item":"FEDORA-2018-01a9c96b51","type":"bodhi_update"}],"verbose":true}'
{
  "applicable_policies": [
    "taskotron_release_critical_tasks_for_stable", 
    "atomic_ci_pipeline_results_stable"
  ], 
  "policies_satisfied": true, 
  "results": [], 
  "satisfied_requirements": [], 
  "summary": "no tests are required", 
  "unsatisfied_requirements": [], 
  "waivers": []
}

@bowlofeggs
Copy link
Contributor Author

Here is a screenshot of the issue:

screenshot from 2018-08-27 16-22-41

henrysher pushed a commit to henrysher/fedora-infra-ansible that referenced this issue Aug 28, 2018
@ralphbean
Copy link
Contributor

See updates and conversation in the greenwave issue.

@ralphbean
Copy link
Contributor

Can this be closed @bowlofeggs?

@bowlofeggs
Copy link
Contributor Author

Yes, this seems to be resolved in production now. Thanks!

henrysher pushed a commit to henrysher/fedora-infra-ansible that referenced this issue Nov 9, 2018
These got resolved:
 - fedora-infra/bodhi#2554
 - https://pagure.io/greenwave/issue/287

So we don't need anymore to specify the 0.9.4 version, but we can
just put it again to "prod".
FrostyX pushed a commit to FrostyX/fedora-infra-ansible that referenced this issue Dec 4, 2018
These got resolved:
 - fedora-infra/bodhi#2554
 - https://pagure.io/greenwave/issue/287

So we don't need anymore to specify the 0.9.4 version, but we can
just put it again to "prod".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Critical We can't go on living in this sqalor, drop everything and fix it! JS Issues pertaining to Bodhi's JavaScript code WebUI Issues pertaining to Bodhi's web interface
Projects
None yet
Development

No branches or pull requests

2 participants