Skip to content

Conversation

Molter73
Copy link
Collaborator

Description

By nature, the release branches can drift from the master branch, this includes differences to the dependencies installed to the builder image and the tests the collector binary is run against.

Because the builder and integration tests images both take a pretty long time to build, we originally settled on only rebuilding these when it was absolutely necessary and added a couple PR labels to have them rebuilt on demand. Since we now have Power and Z runners for faster builds and the integration tests are being built in a faster manner too, we should just rebuild these on PRs targeting the release branch to reduce any potential confusion on colleagues that may not be aware of this intricate configuration.

Checklist

  • Investigated and inspected CI test results
  • Updated documentation accordingly

Automated testing

  • Added unit tests
  • Added integration tests
  • Added regression tests

If any of these don't apply, please comment below.

Testing Performed

  • Attempted backport to 3.22 must trigger rebuilds.
  • Attempted backport to 3.21 must trigger rebuilds.
  • Attempted backport to 3.20 must trigger rebuilds.

By nature, the release branches can drift from the master branch, this
includes differences to the dependencies installed to the builder image
and the tests the collector binary is run against.

Because the builder and integration tests images both take a pretty long
time to build, we originally settled on only rebuilding these when it
was absolutely necessary and added a couple PR labels to have them
rebuilt on demand. Since we now have Power and Z runners for faster
builds and the integration tests are being built in a faster manner too,
we should just rebuild these on PRs targeting the release branch to
reduce any potential confusion on colleagues that may not be aware of
this intricate configuration.
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 28.83%. Comparing base (a892faa) to head (8a0f71a).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2502   +/-   ##
=======================================
  Coverage   28.83%   28.83%           
=======================================
  Files          96       96           
  Lines        5799     5799           
  Branches     2551     2551           
=======================================
  Hits         1672     1672           
  Misses       3408     3408           
  Partials      719      719           
Flag Coverage Δ
collector-unit-tests 28.83% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

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.

2 participants