Skip to content

MOD-5869: Support mariner2 via github actions #1102

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

Merged
merged 37 commits into from
Oct 10, 2023
Merged

Conversation

nafraf
Copy link
Collaborator

@nafraf nafraf commented Oct 5, 2023

Support Mariner2 Linux using github actions.

@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (0c86f9c) 79.18% compared to head (039e4c7) 79.18%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1102   +/-   ##
=======================================
  Coverage   79.18%   79.18%           
=======================================
  Files          15       15           
  Lines        3853     3853           
=======================================
  Hits         3051     3051           
  Misses        802      802           

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

Comment on lines 12 to 14
sed -ri 's/(createEnum.*enable-protected-configs.*PROTECTED_ACTION_ALLOWED)_NO/\1_YES/g' ./src/config.c
sed -ri 's/(createEnum.*enable-debug-command.*PROTECTED_ACTION_ALLOWED)_NO/\1_YES/g' ./src/config.c
sed -ri 's/(createEnum.*enable-module-command.*PROTECTED_ACTION_ALLOWED)_NO/\1_YES/g' ./src/config.c
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this needed? Don't we use RLTest for that?

@nafraf nafraf changed the title Support mariner2 via github actions MOD-5869: Support mariner2 via github actions Oct 9, 2023
@nafraf nafraf marked this pull request as ready for review October 9, 2023 21:05
@nafraf nafraf requested a review from alonre24 October 9, 2023 21:06
steps:
- name: Install prereqs
run: |
tdnf install --noplugins --skipsignature -y ca-certificates
Copy link
Contributor

Choose a reason for hiding this comment

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

Consider haveing these in one line

Comment on lines 13 to 14
# List installed packages
pip list
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this required?

@nafraf nafraf merged commit e232623 into master Oct 10, 2023
@nafraf nafraf deleted the nafraf_support-mariner2 branch October 10, 2023 18:57
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.

2 participants