Skip to content

Commit c911043

Browse files
authored
Include version in without replay failed tests data (#12167)
1 parent 5122b00 commit c911043

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/magician/cmd/test_terraform_vcr.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,9 @@ func execTestTerraformVCR(prNumber, mmCommitSha, buildID, projectID, buildStep,
354354
} else { // len(replayingResult.FailedTests) == 0
355355
withoutReplayFailedTestsData := withoutReplayFailedTests{
356356
ReplayingErr: replayingErr,
357-
Head: newBranch,
358357
LogBucket: "ci-vcr-logs",
358+
Version: provider.Beta.String(),
359+
Head: newBranch,
359360
BuildID: buildID,
360361
}
361362
withoutReplayFailedTestsComment, err := formatWithoutReplayFailedTests(withoutReplayFailedTestsData)

0 commit comments

Comments
 (0)