-
Notifications
You must be signed in to change notification settings - Fork 96
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
Fixes for osc-1.x #2879
base: master
Are you sure you want to change the base?
Fixes for osc-1.x #2879
Conversation
Our testing is supposed to happen on openSUSE:Tools, but it seems the container fails to build for a bit: |
That if usually too late. |
But that's clearly out of scope of this repo - and as you can see I even fail to monitor one container building, leave alone two. |
Codecov ReportBase: 28.48% // Head: 13.91% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2879 +/- ##
===========================================
- Coverage 28.48% 13.91% -14.57%
===========================================
Files 84 84
Lines 14447 14471 +24
===========================================
- Hits 4115 2014 -2101
- Misses 10332 12457 +2125
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
The failing comment_tests leads me to believe that your change in oscParse is not working with the osc we have. |
confirmed. if I readd the line, it works again in local tests |
@dmach are you planning to work on this? Many osc 1.x.fixes have been merged already. Not sure if there's still something that needs to be done? |
@dirkmueller I'm not sure, to be honest. Probably not. @SchoolGuy you've pushed many commits to this PR - how about you, do you want them in or is it something that got to the code in different pull requests already? |
There is at least #2928 reported to fail with osc 1.x |
These fixes will be needed when we distribute osc-1.x instead of the current 0.x.
Also, it might be good to test integration with openSUSE/osc's master more frequently and report any issues found.