File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -310,10 +310,9 @@ endif
310310 kubectl apply -f $(MANIFESTPATHDEPLOYMENTREPLICATION)
311311 kubectl apply -f $(MANIFESTPATHTEST)
312312 $(ROOTDIR)/scripts/kube_create_storage.sh $(DEPLOYMENTNAMESPACE)
313- $(ROOTDIR)/scripts/kube_create_license_key_secret.sh ${DEPLOYMENTNAMESPACE} ENTERPRISELICENSE
314- echo ENTERPRISELICENSE: "$(ENTERPRISELICENSE)"
315- echo DEFAULTENTERPRISELICENSE: "$(DEFAULTENTERPRISELICENSE)"
316- $(ROOTDIR)/scripts/kube_run_tests.sh $(DEPLOYMENTNAMESPACE) $(TESTIMAGE) "$(ARANGODIMAGE)" "$(ENTERPRISEIMAGE)" $(TESTTIMEOUT) $(TESTLENGTHOPTIONS)
313+ # Nobdy knows how this jenkins credentials logic works, but yes, somehow it replaces the text ENTERPRISELICENSE with the secret
314+ $(ROOTDIR)/scripts/kube_create_license_key_secret.sh ${DEPLOYMENTNAMESPACE} "ENTERPRISELICENSE"
315+ $(ROOTDIR)/scripts/kube_run_tests.sh $(DEPLOYMENTNAMESPACE) $(TESTIMAGE) "$(ARANGODIMAGE)" "ENTERPRISEIMAGE" $(TESTTIMEOUT) $(TESTLENGTHOPTIONS)
317316
318317$(DURATIONTESTBIN ) : $(GOBUILDDIR ) $(SOURCES )
319318 @mkdir -p $(BINDIR )
You can’t perform that action at this time.
0 commit comments