-
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
Adjust couchapp push command to match CMSCouchapp #10485
Conversation
Jenkins results:
|
test this please |
Jenkins results:
|
Cool! First test was based on the old docker image (1.4.7) and previous couchapp. |
Test this please |
Jenkins results:
|
Merging it now otherwise the baseline tests will keep failing. I will follow up on the unit tests in a different PR. FYI @todor-ivanov |
Part of the needed work for fixing #10303 and #10076
Status
ready
Description
As we migrate to a home-maintained python couchapp library:
https://pypi.org/project/CMSCouchapp/
there has been a few changes to some API signatures.
This PR provides the necessary changes to be able to deploy CouchDB applications with the new
CMSCouchapp
dependency, which is still to be inserted into our cmsdist spec files.Is it backward compatible (if not, which system it affects?)
no
Related PRs
none
External dependencies / deployment changes
cmsdist spec changes: cms-sw/cmsdist#6892
With this, a new WMAgent docker image can be created.