Skip to content

Commit

Permalink
tests: Add monitoringdashboard to tests-e2e-direct
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsb committed Jun 17, 2024
1 parent ab7ca2f commit d038862
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/github-actions/tests-e2e-direct.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@ cd ${REPO_ROOT}/
echo "Downloading envtest assets..."
export KUBEBUILDER_ASSETS=$(go run sigs.k8s.io/controller-runtime/tools/setup-envtest@latest use -p path)

#export KCC_USE_DIRECT_RECONCILERS=LoggingLogMetric
export KCC_USE_DIRECT_RECONCILERS=MonitoringDashboard

echo "Running e2e tests samples for LoggingLogMetric direct reconciliation..."
echo "Running e2e tests samples for direct reconciliation..."

GOLDEN_OBJECT_CHECKS=1 \
GOLDEN_REQUEST_CHECKS=1 \
E2E_KUBE_TARGET=envtest RUN_E2E=1 E2E_GCP_TARGET=mock \
go test -test.count=1 -timeout 600s -v ./tests/e2e -run 'TestAllInSeries/samples/linear-log-metric|TestAllInSeries/samples/exponential-log-metric|TestAllInSeries/samples/int-log-metric|TestAllInSeries/samples/explicit-log-metric'

echo "Running e2e tests fixtures for LoggingLogMetric direct reconciliation..."
echo "Running e2e tests fixtures for direct reconciliation..."

GOLDEN_OBJECT_CHECKS=1 \
GOLDEN_REQUEST_CHECKS=1 \
E2E_KUBE_TARGET=envtest RUN_E2E=1 E2E_GCP_TARGET=mock \
go test -test.count=1 -timeout 600s -v ./tests/e2e -run 'TestAllInSeries/fixtures/explicitlogmetric|TestAllInSeries/fixtures/exponentiallogmetric|TestAllInSeries/fixtures/linearlogmetric|TestAllInSeries/fixtures/logbucketmetric|TestAllInSeries/fixtures/monitoringdashboard'

echo "Running scenarios tests for LoggingLogMetric direct reconciliation..."
echo "Running scenarios tests for direct reconciliation..."

GOLDEN_REQUEST_CHECKS=1 E2E_KUBE_TARGET=envtest E2E_GCP_TARGET=mock RUN_E2E=1 \
go test -test.count=1 -timeout 360s -v ./tests/e2e -run TestE2EScript/scenarios/fields
Expand Down

0 comments on commit d038862

Please sign in to comment.