fix(ci): install vdev via setup action in ci-integration-review workflow#25077
Merged
thomasqueirozb merged 1 commit intomasterfrom Mar 31, 2026
Merged
fix(ci): install vdev via setup action in ci-integration-review workflow#25077thomasqueirozb merged 1 commit intomasterfrom
thomasqueirozb merged 1 commit intomasterfrom
Conversation
thomasqueirozb
commented
Mar 30, 2026
Contributor
Author
thomasqueirozb
left a comment
There was a problem hiding this comment.
/ci-run-integration-aws
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The
ci-integration-reviewworkflow was missing vdev installation, causingrun-integration-test.shto fall back tocargo vdev. This triggers a full compilation of vdev from source, which fails becauseprotocis not available on the runner.Replace the
prepare.sh --modules=datadog-cistep in bothintegration-testsande2e-testsjobs with thesetupaction (vdev: true,datadog-ci: true). Thebuild-test-runnerjob (which runs first) already populates the vdev cache viasetup, so the later jobs restore from cache without needing to compile.Observed failure in #25066 where
vdev int show -e awspanicked with a protoc error, producingERROR: no environments found for int test 'aws'.Vector configuration
NA
How did you test this PR?
/ci-run-integration-awsRun
Change Type
Is this a breaking change?
Does this PR include user facing changes?
no-changeloglabel to this PR.References