-
Notifications
You must be signed in to change notification settings - Fork 169
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
refactor fedora message sending into cosalib/fedora_messaging_request.py #1102
Conversation
so I got this to work for sending a message to staging but it never responded. I'll have to investigate if staging robosig is in a good state or not. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be worth taking a looking to using cosalib.cli
for the parsers. But otherwise, nothing stands out to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only skimmed but seems sane.
(Though man, multiprocessing and threads in Python, whee...)
ok I pushed up an update:
|
also figured out the issue with staging and successfully sent a request and got a response |
This commit re-factors out the code that sends requests to fedora releng/infra via fedora messaging messages into a library. It can then be called by the code in src/cmd-sign as well as new consumers in the future.
|
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, dustymabe, jlebon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
``` Benjamin Gilbert (3): cmd/ore/aws: let list-regions list disabled regions, or all regions Merge pull request coreos#1102 from bgilbert/regions Merge pull request coreos#1104 from jcajka/bcrypt Jakub Čajka (1): kola/tests/rpmostree: use NVR instead of NVRA Jonathan Lebon (5): auth/aliyun: fix parsing config file Merge pull request coreos#1105 from jlebon/pr/aliyun-profile-fix ore/aliyun: add --delete-object and default to true platform/api/aliyun: sprinkle with some logging Merge pull request coreos#1107 from jlebon/pr/aliyun-delete-object ```
cmd/ore/aws: let list-regions list disabled regions, or all regions
This PR re-factors out the code that sends requests to fedora
releng/infra via fedora messaging messages into a library. It can
then be called by the code in src/cmd-sign as well as new consumers
in the future.
Also implements request_id for fedmsg passing in cmd-sign.