Skip to content

Commit

Permalink
chore: rebalance e2e test groups (#1407)
Browse files Browse the repository at this point in the history
After recent optimizations to the e2e tests, the runtimes between test
groups has become increasingly unbalanced. This change is intended to
reduce the variance.
  • Loading branch information
sdowell authored Aug 27, 2024
1 parent 16a2b1e commit e91a100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.e2e
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ test-e2e-kind: config-sync-manifest-local build-kind-e2e
# This target runs the first group of e2e tests.
.PHONY: test-e2e-kind-test-group1
test-e2e-kind-test-group1:
$(MAKE) E2E_ARGS="$(E2E_ARGS) --test-features=acm-controller,selector,lifecycle,nomos-cli" test-e2e-kind
$(MAKE) E2E_ARGS="$(E2E_ARGS) --test-features=acm-controller,selector,lifecycle,nomos-cli,drift-control" test-e2e-kind

# This target runs the second group of e2e tests.
.PHONY: test-e2e-kind-test-group2
test-e2e-kind-test-group2:
$(MAKE) E2E_ARGS="$(E2E_ARGS) --test-features=sync-source,reconciliation-1,drift-control" test-e2e-kind
$(MAKE) E2E_ARGS="$(E2E_ARGS) --test-features=sync-source,reconciliation-1" test-e2e-kind

# This target runs the third group of e2e tests.
.PHONY: test-e2e-kind-test-group3
Expand Down

0 comments on commit e91a100

Please sign in to comment.