We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f560c8 commit c7cc0c2Copy full SHA for c7cc0c2
integration/benchnet2/Makefile
@@ -3,8 +3,9 @@ DOCKER_REGISTRY := us-west1-docker.pkg.dev/dl-flow-benchnet-automation/benchnet
3
4
# default values that callers can override when calling target
5
ACCESS = 1
6
-COLLECTION = 1
+COLLECTION = 6
7
VALID_COLLECTION := $(shell test $(COLLECTION) -ge 6; echo $$?)
8
+CONSENSUS = 2
9
VALID_CONSENSUS := $(shell test $(CONSENSUS) -ge 2; echo $$?)
10
EXECUTION = 2
11
VALID_EXECUTION := $(shell test $(EXECUTION) -ge 2; echo $$?)
0 commit comments