valkey icon indicating copy to clipboard operation
valkey copied to clipboard

replace centos 7 with almalinux 8, add almalinux 9, centos stream 9, …

Open jonathanspw opened this issue 1 year ago • 1 comments
trafficstars

…fedora stable/rawhide

Fixes #527

jonathanspw avatar May 23 '24 23:05 jonathanspw

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 70.13%. Comparing base (a0aebb6) to head (4216e23). Report is 2 commits behind head on unstable.

Additional details and impacted files
@@             Coverage Diff              @@
##           unstable     #543      +/-   ##
============================================
- Coverage     70.17%   70.13%   -0.04%     
============================================
  Files           109      109              
  Lines         59904    59905       +1     
============================================
- Hits          42039    42016      -23     
- Misses        17865    17889      +24     

see 14 files with indirect coverage changes

codecov[bot] avatar May 24 '24 01:05 codecov[bot]

Forked repositories have recurring workflows disabled by default so that shouldn't be needed.

image

jonathanspw avatar May 24 '24 15:05 jonathanspw

Forked repositories have recurring workflows disabled by default so that shouldn't be needed.

You aren't wrong. I'm not exactly sure of the history of that feature, but we didn't want to change it now because it might have wider implications for folks that pull on their forks. Maybe now is the time to change it.

madolson avatar May 24 '24 16:05 madolson

@jonathanspw Can you fix the DCO check (sign-off on the last three commits). Otherwise I can do it since you were taking my changes.

madolson avatar May 24 '24 16:05 madolson

@jonathanspw Can you fix the DCO check (sign-off on the last three commits). Otherwise I can do it since you were taking my changes.

I used the GH GUI to pull those in. No clue how to do DCO with the GUI. Can you do it?

jonathanspw avatar May 24 '24 16:05 jonathanspw

@jonathanspw I'm sorry, I pushed the wrong branch to your unstable branch and github did not appreciate that (and closed the PR, so I can't update it anymore). Would you mind pushing the content https://github.com/valkey-io/valkey/tree/unstable_jon onto your unstable branch? That should pass all of the checks and will allow my to re-open and merge the PR.

madolson avatar May 24 '24 17:05 madolson

I did a forced push to my branch that included that. Will it let you reopen it now?

jonathanspw avatar May 24 '24 17:05 jonathanspw

Hmm I didn't notice there's a piece in normal CI that does a build on CentOS 7. If you'll give me a minute I can add a commit that will change that as well, unless you'd rather it come in a separate PR.

jonathanspw avatar May 24 '24 17:05 jonathanspw

Hmm I didn't notice there's a piece in normal CI that does a build on CentOS 7. If you'll give me a minute I can add a commit that will change that as well, unless you'd rather it come in a separate PR.

Up to you, I don't have a strong preference. Although I guess it makes sense to do in this PR.

madolson avatar May 24 '24 17:05 madolson

This is ready to merge. Example of a run with the new code in place: https://github.com/jonathanspw/valkey/actions/runs/9228120347/job/25391510821

jonathanspw avatar May 24 '24 18:05 jonathanspw