Skip to content

chore(ci): use debug profile for k8s e2e build#25397

Merged
thomasqueirozb merged 1 commit intomasterfrom
k8s-debug-build
May 8, 2026
Merged

chore(ci): use debug profile for k8s e2e build#25397
thomasqueirozb merged 1 commit intomasterfrom
k8s-debug-build

Conversation

@thomasqueirozb
Copy link
Copy Markdown
Contributor

Summary

The k8s e2e build job was using a release build with optimizations disabled via CARGO_PROFILE_RELEASE_OPT_LEVEL=0 and CARGO_PROFILE_RELEASE_CODEGEN_UNITS=256 as a workaround to get fast compile times. This switches to an actual debug build by making Makefile.packaging and package-deb.sh respect the PROFILE env variable (defaulting to release), and sets PROFILE=debug in the workflow.

Vector configuration

NA

How did you test this PR?

NA

Change Type

  • Bug fix
  • New feature
  • Dependencies
  • Non-functional (chore, refactoring, docs)
  • Performance

Is this a breaking change?

  • Yes
  • No

Does this PR include user facing changes?

  • Yes. Please add a changelog fragment based on our guidelines.
  • No. A maintainer will apply the no-changelog label to this PR.

References

@github-actions github-actions Bot added domain: ci Anything related to Vector's CI environment domain: releasing Anything related to releasing Vector labels May 8, 2026
@thomasqueirozb thomasqueirozb added the no-changelog Changes in this PR do not need user-facing explanations in the release changelog label May 8, 2026
@thomasqueirozb thomasqueirozb marked this pull request as ready for review May 8, 2026 17:16
@thomasqueirozb thomasqueirozb requested a review from a team as a code owner May 8, 2026 17:16
@thomasqueirozb thomasqueirozb enabled auto-merge May 8, 2026 17:20
@thomasqueirozb thomasqueirozb added this pull request to the merge queue May 8, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks May 8, 2026
@thomasqueirozb thomasqueirozb added this pull request to the merge queue May 8, 2026
Merged via the queue into master with commit 81f0138 May 8, 2026
83 of 84 checks passed
@thomasqueirozb thomasqueirozb deleted the k8s-debug-build branch May 8, 2026 20:03
@github-actions github-actions Bot locked and limited conversation to collaborators May 8, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

domain: ci Anything related to Vector's CI environment domain: releasing Anything related to releasing Vector no-changelog Changes in this PR do not need user-facing explanations in the release changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants