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

Add ruby-core CI suite #1115

Merged
merged 2 commits into from
Jun 24, 2024
Merged

Add ruby-core CI suite #1115

merged 2 commits into from
Jun 24, 2024

Conversation

st0012
Copy link
Member

@st0012 st0012 commented Jun 1, 2024

This is similar what IRB and Reline have: a CI suite that runs RDoc changes against Ruby's master branch. It's been very useful to catch issues that would otherwise break CRuby's CI suites.

st0012 and others added 2 commits June 1, 2024 16:05
This is similar what IRB and Reline have: a CI suite that runs RDoc
changes against Ruby's master branch. It's been very useful to catch
issues that would otherwise break CRuby's CI suites.
Copy link

@martinemde martinemde left a comment

Choose a reason for hiding this comment

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

Makes sense to me. I read the workflow but I haven't seen the others, however, if it runs and passes then I say merge it.

branches:
- master

concurrency:
Copy link

Choose a reason for hiding this comment

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

Any particular reason for this?

Copy link
Member

@hsbt hsbt left a comment

Choose a reason for hiding this comment

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

Looks good.

We should consider to move this job as re-using workflow on https://github.com/ruby/actions.

The repositories under the Ruby org only call it.

@hsbt hsbt merged commit ef89bf5 into ruby:master Jun 24, 2024
22 checks passed
@st0012 st0012 deleted the add-ruby-core-ci-suite branch June 25, 2024 19:32
@st0012
Copy link
Member Author

st0012 commented Jun 25, 2024

@hsbt Thx, I added it to my todo list 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants