-
Notifications
You must be signed in to change notification settings - Fork 282
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
[Backport 1.3] Staging for version increment automation #2029
Conversation
I think that CI isn't going to work with this change, keeping this out there if we want to avoid cutting PRs like #2028 (review) |
Codecov Report
@@ Coverage Diff @@
## 1.3 #2029 +/- ##
============================================
+ Coverage 64.66% 64.68% +0.02%
- Complexity 3217 3219 +2
============================================
Files 247 247
Lines 17350 17350
Branches 3087 3087
============================================
+ Hits 11219 11223 +4
+ Misses 4582 4578 -4
Partials 1549 1549
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Hey @peternied this worked I have tested with branch
Or something like the following being explicit
|
Hey @peternied can you please post an update, without this task the the next version of the security repo is not happening. For 1.3.6 the increment has to be done manually |
@peternied I am unable to re-run CI for this PR. Does this PR (#2001) need to be backported to 1.3? |
No - permissions are set to the repository, not on individual branches. I am also unable to re-run the job - but its moot because the failure in |
7a26679
to
1c2cda5
Compare
* Version increment automation Signed-off-by: pgodithi <[email protected]> (cherry picked from commit 235d256)
Incorperating changes from #1741 Specifically build.gradle changes, see 2744081#diff-49a96e7eea8a94af862798a45174e6ac43eb4f8b4bd40759b5da63ba31ec3ef7 Signed-off-by: Peter Nied <[email protected]>
1c2cda5
to
b4bbe71
Compare
Note, I bypassed CI checks because there were stuck on random failures, CI passed on 2/3 platforms already |
Backport 235d256 from #1932
Note; had to remove BWC related changes since they were not included until 2.0 of this codebase