-
Notifications
You must be signed in to change notification settings - Fork 107
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
Remove postToAMQ (post_to_amq) and fix typo in doc_type_amq #11573
Conversation
Jenkins results:
|
Jenkins results:
|
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.
Changes look good to me. Can you please squash these 2 commits though?
In order to push in a clean patch release into CMSWEB, we will have to backport this fix to a different branch (I just created 2.2.0.2_cmsweb
). We can then backport it and cut a new release like 2.2.0.3
.
I foresee releasing a 2.2.0.4 at some point today/tomorrow, for WMAgent purposes. But that will definitely be using 2.2.0.2_wmagent
branch.
3ef1630
to
77b06cc
Compare
squash is done. |
Jenkins results:
|
@vkuznet Valentin, please backport it to |
Done, see #11574 |
Fixes https://gitlab.cern.ch/cmsweb-k8s/services_config/-/merge_requests/214
Related to #11429
Status
ready
Description
Removed
post_to_amq
configuration parameter and local variablepostToAMQ
since they are not used in a code and fixed typodoc_to_amg
todoc_to_amq
which is used in MSPIleup configuration.Is it backward compatible (if not, which system it affects?)
YES
Related PRs
<If it's a follow up work; or porting a fix from a different branch, please mention them here.>
External dependencies / deployment changes
<Does it require deployment changes? Does it rely on third-party libraries?>