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

POC: Unit tests in Github Actions #4183

Merged
merged 15 commits into from
Dec 3, 2024
Merged

POC: Unit tests in Github Actions #4183

merged 15 commits into from
Dec 3, 2024

Conversation

TonyCTHsu
Copy link
Contributor

@TonyCTHsu TonyCTHsu commented Dec 3, 2024

What does this PR do?

This is a POC to run Unit tests in Github Actions. The same strategy using dynamic matrix has already been adopted at our CI gem: DataDog/datadog-ci-rb#258

The UI looks like: https://github.com/DataDog/datadog-ci-rb/actions/runs/12050920794

I have only enable two ruby versions and execute on specific events because it is still unfinished with some scalability/reliability blockers to be done in the future:

This should be influence other workflow and should not be required check before we are fully committed.

@TonyCTHsu TonyCTHsu requested a review from a team as a code owner December 3, 2024 10:22
@datadog-datadog-prod-us1
Copy link
Contributor

datadog-datadog-prod-us1 bot commented Dec 3, 2024

Datadog Report

Branch report: poc/circle-to-gha
Commit report: a40a8e9
Test service: dd-trace-rb

✅ 0 Failed, 22038 Passed, 1459 Skipped, 5m 37.26s Total Time

@TonyCTHsu TonyCTHsu added the dev/ci Involves CircleCI, GitHub Actions, or GitLab label Dec 3, 2024
@pr-commenter
Copy link

pr-commenter bot commented Dec 3, 2024

Benchmarks

Benchmark execution time: 2024-12-03 10:50:53

Comparing candidate commit a40a8e9 in PR branch poc/circle-to-gha with baseline commit 646d17a in branch master.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 31 metrics, 2 unstable metrics.

@TonyCTHsu TonyCTHsu merged commit 383ac1e into master Dec 3, 2024
337 of 338 checks passed
@TonyCTHsu TonyCTHsu deleted the poc/circle-to-gha branch December 3, 2024 12:08
@github-actions github-actions bot added this to the 2.8.0 milestone Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev/ci Involves CircleCI, GitHub Actions, or GitLab
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants