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

Provide commit sha for RelEnv #3713

Merged
merged 5 commits into from
Jul 16, 2024
Merged

Conversation

TonyCTHsu
Copy link
Contributor

@TonyCTHsu TonyCTHsu commented Jun 13, 2024

Motivation:

In order to release 1.x-stable, we need to update commit sha for RelEnv deployment

What does this PR do?

This PR attempt to provide the compute the latest commit sha, so we don't need to manually update RelEnv.

@TonyCTHsu TonyCTHsu added the dev/tooling Involves tools (e.g. Rubocop, CodeCov) label Jun 13, 2024
@github-actions github-actions bot added the dev/ci Involves CircleCI, GitHub Actions, or GitLab label Jun 13, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jun 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.91%. Comparing base (2a662b0) to head (9cf93d3).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3713   +/-   ##
=======================================
  Coverage   97.91%   97.91%           
=======================================
  Files        1246     1246           
  Lines       74999    74999           
  Branches     3627     3627           
=======================================
  Hits        73436    73436           
  Misses       1563     1563           

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

@TonyCTHsu TonyCTHsu force-pushed the tonycthsu/relenv-consistent-sha branch from a4c9887 to b6e83b0 Compare July 10, 2024 13:15
@pr-commenter
Copy link

pr-commenter bot commented Jul 10, 2024

Benchmarks

Benchmark execution time: 2024-07-12 11:07:07

Comparing candidate commit 9cf93d3 in PR branch tonycthsu/relenv-consistent-sha with baseline commit 2a662b0 in branch master.

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

scenario:Propagation - Datadog

  • 🟩 throughput [+748.355op/s; +842.309op/s] or [+2.287%; +2.574%]

@ivoanjo
Copy link
Member

ivoanjo commented Jul 10, 2024

Uhh, I like this idea! Fingers crossed it can work nicely :)

@TonyCTHsu TonyCTHsu force-pushed the tonycthsu/relenv-consistent-sha branch 2 times, most recently from 9d11c36 to 9d556a4 Compare July 10, 2024 15:33
@TonyCTHsu TonyCTHsu force-pushed the tonycthsu/relenv-consistent-sha branch from 9d556a4 to 53beb04 Compare July 12, 2024 10:08
@TonyCTHsu TonyCTHsu marked this pull request as ready for review July 12, 2024 11:28
@TonyCTHsu TonyCTHsu requested a review from a team as a code owner July 12, 2024 11:28
Copy link
Member

@ivoanjo ivoanjo left a comment

Choose a reason for hiding this comment

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

Seems reasonable, thank you 👍

@@ -232,9 +232,27 @@ onboarding_tests:
variables:
PRODUCT_NAME: auto_inject-ruby

save_versions:
image: $DOCKER_REGISTRY/images/mirror/ruby:3.2.2
Copy link
Member

Choose a reason for hiding this comment

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

Minor: We may be able to use a simpler image without Ruby ;)

@TonyCTHsu TonyCTHsu merged commit 2fef64b into master Jul 16, 2024
171 checks passed
@TonyCTHsu TonyCTHsu deleted the tonycthsu/relenv-consistent-sha branch July 16, 2024 08:20
@github-actions github-actions bot added this to the 2.3.0 milestone Jul 16, 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 dev/tooling Involves tools (e.g. Rubocop, CodeCov)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants