Skip to content
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

Support mariner via github action [MOD-5872] #1516

Merged
merged 43 commits into from Oct 10, 2023
Merged

Conversation

alonre24
Copy link
Collaborator

@alonre24 alonre24 commented Oct 4, 2023

Support mariner2 OS
Use github actions rather than circle-ci and a compact workflow.
Also, since setting the required configs in redis via RLTest to ensure that we can run debug commands and change protected configs in redis (previously this has been done via patch in getredis script)

MOD-5872

@codecov
Copy link

codecov bot commented Oct 4, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (3821885) 89.02% compared to head (8873358) 89.02%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1516   +/-   ##
=======================================
  Coverage   89.02%   89.02%           
=======================================
  Files          35       35           
  Lines        5834     5834           
=======================================
  Hits         5194     5194           
  Misses        640      640           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alonre24 alonre24 changed the title Support mariner via github action (wip) Support mariner via github action [MOD-5872] Oct 9, 2023
@alonre24 alonre24 marked this pull request as ready for review October 9, 2023 13:40
@alonre24 alonre24 requested a review from danni-m as a code owner October 9, 2023 13:40
Copy link
Collaborator

@GuyAv46 GuyAv46 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nicely done!
A few comments

uses: actions/checkout@v4
with:
submodules: 'recursive'
set-safe-directory: true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can checkout get true here? I was under the impression it takes a path (or * for all).

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, when I tried with "'*'" (as I saw you did) I got an error...

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and without specifying set-safe-directory does it work?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, because I have git config --global --add safe.directory $PWD in mariner2.sh

.install/get_redis.sh Outdated Show resolved Hide resolved
.github/workflows/mariner2.yml Outdated Show resolved Hide resolved
sbin/upload-artifacts Show resolved Hide resolved
@alonre24 alonre24 requested a review from GuyAv46 October 10, 2023 07:11
@alonre24 alonre24 merged commit 039ef5a into master Oct 10, 2023
16 checks passed
@alonre24 alonre24 deleted the support_mariner2 branch October 10, 2023 08:45
alonre24 added a commit that referenced this pull request Oct 10, 2023
Support mariner via github action [MOD-5872]
YaacovHazan pushed a commit that referenced this pull request Dec 7, 2023
Support mariner via github action [MOD-5872]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants