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

Use GitHub Actions instead of CircleCI for JRuby matrix #10932

Merged
merged 1 commit into from Aug 30, 2022

Conversation

koic
Copy link
Member

@koic koic commented Aug 17, 2022

This is an update similar to #10326.
https://hub.docker.com/r/circleci/jruby hasn't been updated in a while.

This PR migrates the JRuby CI matrix from CircleCI to GitHub Actions to keep up with the latest JRuby version.


Before submitting the PR make sure the following are checked:

  • The PR relates to only one subject with a clear title and description in grammatically correct, complete sentences.
  • Wrote good commit messages.
  • Commit message starts with [Fix #issue-number] (if the related issue exists).
  • Feature branch is up-to-date with master (if not - rebase it).
  • Squashed related commits together.
  • Added tests.
  • Ran bundle exec rake default. It executes all tests and runs RuboCop on its own code.
  • Added an entry (file) to the changelog folder named {change_type}_{change_description}.md if the new code introduces user-observable changes. See changelog entry format for details.

koic added a commit that referenced this pull request Aug 17, 2022
This commit fixes an incompatibility detected by upgrading JRuby version:
#10932

This issue has been reported to jruby/jruby#7316.
@runephilosof-karnovgroup

The reason why the circleci jruby images haven't been updated is because they have deprecated jruby https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034#deprecated-images-3

@koic koic force-pushed the use_official_jruby_image branch 7 times, most recently from 5b436bd to da3cefd Compare August 18, 2022 03:37
@bbatsov
Copy link
Collaborator

bbatsov commented Aug 29, 2022

@koic What's the status here?

@koic
Copy link
Member Author

koic commented Aug 29, 2022

This is a work in progress. Just a moment, please.

@koic koic force-pushed the use_official_jruby_image branch 3 times, most recently from de46133 to 64e4b21 Compare August 30, 2022 03:08
@koic koic changed the title Use jruby instead of circleci/jruby images Use GitHub Actions instead of CircleCI for JRuby matrix Aug 30, 2022
@koic koic force-pushed the use_official_jruby_image branch 2 times, most recently from 4d9038d to bd170cf Compare August 30, 2022 03:14
This is an update similar to rubocop#10326.

https://hub.docker.com/r/circleci/jruby hasn't been updated in a while.

This PR migrates the JRuby CI matrix from CircleCI to GitHub Actions to
keep up with the latest JRuby version.
@koic koic marked this pull request as ready for review August 30, 2022 03:57
@koic
Copy link
Member Author

koic commented Aug 30, 2022

I will merge this PR to solve #10906. Note that CodeClimate is run on MRI.

@koic koic merged commit 0780cb5 into rubocop:master Aug 30, 2022
@koic koic deleted the use_official_jruby_image branch August 30, 2022 04:00
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

3 participants