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
Upgrade cbs_array_azure to 6.3.5 and cbs_array_aws to 6.2.13,
mark jit_approval deprecated in favor of jit_approval_group_object_ids
Co-authored-by: Tomas Simacek <tsimacek@pruestorage.com>
# CI="" for goreleaser will prevent extra control characters from cluttering
25
27
# the logs. See https://github.com/goreleaser/goreleaser/blob/b43a2e95ec03261a847fdf9239100d9d36adc60c/cmd/root.go#L15
@@ -50,25 +52,13 @@ install-dev-clean:
50
52
@rm -rvf $(DEV_PKGDIR)
51
53
52
54
53
-
# This part just helps reduce noise, we
54
-
55
-
test-everything-with-mocks: setup-basic
56
-
@set -a;. testing/mock.env; TF_LOG=TRACE TF_LOG_PATH="$(SRC_DIR)/.build-logs/terraform" go test --tags mock ./... -v -timeout 120m \
57
-
2>&1| tee .build-logs/acc-mock | grep -vE '^=== RUN|^--- PASS:|^--- SKIP:|^=== PAUSE|^=== CONT|^PASS|^ok|\[no test files\]'
58
-
59
55
# The redirections and tee/grep stuff above is to help reduce console noise, we filter out all of the nominal messages, so its easier to see any errors
60
56
# the full unfiltered log is in .build-logs/acc-mock
0 commit comments