You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>Found {{len.ReplayingResult.FailedTests}} affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
[Get to know how VCR tests work](https://googlecloudplatform.github.io/magic-modules/develop/test/test/)
47
+
{{ else -}}
48
+
{{- if.ReplayingErr -}}
49
+
{{color "red""Errors occurred during REPLAYING mode. Please fix them to complete your PR."}}
50
+
{{- else -}}
51
+
{{color "green""All tests passed!"}}
52
+
{{- end}}
53
+
54
+
View the [build log](https://storage.cloud.google.com/{{.LogBucket}}/{{.Version}}/refs/heads/{{.Head}}/artifacts/{{.BuildID}}/build-log/replaying_test.log)
View the [build log](https://storage.cloud.google.com/{{.LogBucket}}/{{.Version}}/refs/heads/{{.Head}}/artifacts/{{.BuildID}}/build-log/recording_test.log) {{/* remove trailing whitespace */ -}}
46
-
or the [debug log](https://console.cloud.google.com/storage/browser/{{.LogBucket}}/{{.Version}}/refs/heads/{{.Head}}/artifacts/{{.BuildID}}/recording) for each test
45
+
View the [build log]({{.LogBaseUrl}}/build-log/recording_test.log) {{/* remove trailing whitespace */ -}}
46
+
or the [debug log]({{.BrowseLogBaseUrl}}/recording) for each test
0 commit comments