Skip to content

Commit

Permalink
Include version in without replay failed tests data (GoogleCloudPlatf…
Browse files Browse the repository at this point in the history
  • Loading branch information
trodge authored Oct 29, 2024
1 parent 5122b00 commit c911043
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/magician/cmd/test_terraform_vcr.go
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,9 @@ func execTestTerraformVCR(prNumber, mmCommitSha, buildID, projectID, buildStep,
} else { // len(replayingResult.FailedTests) == 0
withoutReplayFailedTestsData := withoutReplayFailedTests{
ReplayingErr: replayingErr,
Head: newBranch,
LogBucket: "ci-vcr-logs",
Version: provider.Beta.String(),
Head: newBranch,
BuildID: buildID,
}
withoutReplayFailedTestsComment, err := formatWithoutReplayFailedTests(withoutReplayFailedTestsData)
Expand Down

0 comments on commit c911043

Please sign in to comment.