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

[NO-TICKET] Use Ruby 3.3 stable for CI testing #3354

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

ivoanjo
Copy link
Member

@ivoanjo ivoanjo commented Jan 2, 2024

What does this PR do?

This PR updates our dockerfiles so that the Ruby 3.3 stable release (currently 3.3.0) gets used for CI testing, replacing the RC releases.

Motivation:

Make sure dd-trace-rb is working correctly on 3.3 .

Additional Notes:

The docker image under .circleci doesn't get automatically picked up by CI.

I'll make sure to manually run the "Build Ruby" workflow (https://github.com/DataDog/dd-trace-rb/actions/workflows/build-ruby.yml) with the "Push images" option after this PR gets merged.

How to test the change?

Validate that the following CI steps still pass:

  • Ruby 3.3 integration (will pick up the new Ruby)
  • Build Ruby (will be able to build the new Ruby)

For Datadog employees:

  • If this PR touches code that signs or publishes builds or packages, or handles
    credentials of any kind, I've requested a review from @DataDog/security-design-and-guidance.
  • This PR doesn't touch any of that.

**What does this PR do?**

This PR updates our dockerfiles so that the Ruby 3.3 stable release
(currently 3.3.0) gets used for CI testing, replacing the RC releases.

**Motivation:**

Make sure dd-trace-rb is working correctly on 3.3 .

**Additional Notes:**

The docker image under `.circleci` doesn't get automatically picked
up by CI.

I'll make sure to manually run the "Build Ruby" workflow
(https://github.com/DataDog/dd-trace-rb/actions/workflows/build-ruby.yml)
with the "Push images" option after this PR gets merged.

**How to test the change?**

Validate that the following CI steps still pass:

* Ruby 3.3 integration (will pick up the new Ruby)
* Build Ruby (will be able to build the new Ruby)
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d4b2b3e) 98.23% compared to head (c60dea9) 98.23%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3354      +/-   ##
==========================================
- Coverage   98.23%   98.23%   -0.01%     
==========================================
  Files        1253     1253              
  Lines       73035    73035              
  Branches     3429     3428       -1     
==========================================
- Hits        71749    71747       -2     
- Misses       1286     1288       +2     

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

@ivoanjo ivoanjo merged commit 909ae62 into master Jan 2, 2024
219 checks passed
@ivoanjo ivoanjo deleted the ivoanjo/ruby-3.3-stable-ci branch January 2, 2024 13:43
@github-actions github-actions bot added this to the 1.19.0 milestone Jan 2, 2024
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