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
bash -c 'set -o pipefail && go test --tags=$(if $(TEST_SUITE),$(TEST_SUITE),"integration") -v ./$(if $(PKG_NAME),linode/$(PKG_NAME),linode/...) \
85
-
-count $(if$(COUNT),$(COUNT),1) -timeout $(if$(TIMEOUT),$(TIMEOUT),240m) -ldflags="-X=github.com/linode/terraform-provider-linode/v2/version.ProviderVersion=acc" -parallel $(if$(PARALLEL),$(PARALLEL),10)$(if$(TEST_CASE),-run $(TEST_CASE))$(if$(TEST_ARGS),$(TEST_ARGS))| sed -e "/testing: warning: no tests to run/,+1d" -e "/\[no test files\]/d" -e "/\[no tests to run\]/d"'
85
+
-count $(if$(COUNT),$(COUNT),1) -timeout $(if$(TIMEOUT),$(TIMEOUT),240m) -ldflags="-X=github.com/linode/terraform-provider-linode/v3/version.ProviderVersion=acc" -parallel $(if$(PARALLEL),$(PARALLEL),10)$(if$(TEST_CASE),-run $(TEST_CASE))$(if$(TEST_ARGS),$(TEST_ARGS))| sed -e "/testing: warning: no tests to run/,+1d" -e "/\[no test files\]/d" -e "/\[no tests to run\]/d"'
bash -c 'set -o pipefail && go test -v ./linode/... -run TestSmokeTests -tags=integration \
96
-
-count $(if$(COUNT),$(COUNT),1) -timeout $(if$(TIMEOUT),$(TIMEOUT),240m) -ldflags="-X=github.com/linode/terraform-provider-linode/v2/version.ProviderVersion=acc" -parallel $(if$(PARALLEL),$(PARALLEL),10)$(if$(TEST_ARGS),$(TEST_ARGS))| sed -e "/testing: warning: no tests to run/,+1d" -e "/\[no test files\]/d" -e "/\[no tests to run\]/d"'
96
+
-count $(if$(COUNT),$(COUNT),1) -timeout $(if$(TIMEOUT),$(TIMEOUT),240m) -ldflags="-X=github.com/linode/terraform-provider-linode/v3/version.ProviderVersion=acc" -parallel $(if$(PARALLEL),$(PARALLEL),10)$(if$(TEST_ARGS),$(TEST_ARGS))| sed -e "/testing: warning: no tests to run/,+1d" -e "/\[no test files\]/d" -e "/\[no tests to run\]/d"'
0 commit comments