-
Notifications
You must be signed in to change notification settings - Fork 79
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
Fix ci tests #906
Fix ci tests #906
Conversation
The pulpcore webserver fixtures now avoid automatic encoding which was the reason for some of the artifacts missing. We can now use the correct amount again. See pulpcore#4494 [noissue]
I added a backport 3.0 label, do we need further backports? |
Backport to 3.0: 💚 backport PR created✅ Backport PR branch: Backported as #907 🤖 @patchback |
Fix ci tests (cherry picked from commit 1d887ea)
I decided to go ahead and merge this, since broken tests are blocking everything. |
…2b91b67d1c09db2bc6c3ce2897454/pr-906 [PR #906/1d887ea2 backport][3.0] Fix ci tests
Backport to 2.21: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 1d887ea on top of patchback/backports/2.21/1d887ea2ea22b91b67d1c09db2bc6c3ce2897454/pr-906 Backporting merged PR #906 into main
🤖 @patchback |
We are still using the old tests for |
Due to some recent pulpcore changes we needed to adapt some tests in order to fix the CI pipelines.
See: pulp/pulpcore#4477 pulp/pulpcore#4494