Skip to content

fix(ci): install vdev via setup action in ci-integration-review workflow#25077

Merged
thomasqueirozb merged 1 commit intomasterfrom
fix/ci-integration-review-vdev
Mar 31, 2026
Merged

fix(ci): install vdev via setup action in ci-integration-review workflow#25077
thomasqueirozb merged 1 commit intomasterfrom
fix/ci-integration-review-vdev

Conversation

@thomasqueirozb
Copy link
Copy Markdown
Contributor

@thomasqueirozb thomasqueirozb commented Mar 30, 2026

Summary

The ci-integration-review workflow was missing vdev installation, causing run-integration-test.sh to fall back to cargo vdev. This triggers a full compilation of vdev from source, which fails because protoc is not available on the runner.

Replace the prepare.sh --modules=datadog-ci step in both integration-tests and e2e-tests jobs with the setup action (vdev: true, datadog-ci: true). The build-test-runner job (which runs first) already populates the vdev cache via setup, so the later jobs restore from cache without needing to compile.

Observed failure in #25066 where vdev int show -e aws panicked with a protoc error, producing ERROR: no environments found for int test 'aws'.

Vector configuration

NA

How did you test this PR?

/ci-run-integration-aws

Run

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

@thomasqueirozb thomasqueirozb marked this pull request as ready for review March 30, 2026 21:02
@thomasqueirozb thomasqueirozb requested a review from a team as a code owner March 30, 2026 21:02
@github-actions github-actions Bot added the domain: ci Anything related to Vector's CI environment label Mar 30, 2026
Copy link
Copy Markdown
Contributor Author

@thomasqueirozb thomasqueirozb left a comment

Choose a reason for hiding this comment

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

/ci-run-integration-aws

@thomasqueirozb thomasqueirozb added the no-changelog Changes in this PR do not need user-facing explanations in the release changelog label Mar 30, 2026
@thomasqueirozb thomasqueirozb changed the title chore(ci): install vdev via setup action in ci-integration-review workflow fix(ci): install vdev via setup action in ci-integration-review workflow Mar 30, 2026
Copy link
Copy Markdown
Member

@pront pront left a comment

Choose a reason for hiding this comment

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

Nice improvement!

@thomasqueirozb thomasqueirozb added this pull request to the merge queue Mar 31, 2026
Merged via the queue into master with commit 84c7af2 Mar 31, 2026
139 of 140 checks passed
@thomasqueirozb thomasqueirozb deleted the fix/ci-integration-review-vdev branch March 31, 2026 13:43
@github-actions github-actions Bot locked and limited conversation to collaborators Mar 31, 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 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