Skip to content

Commit

Permalink
Pass promu config for offline promu
Browse files Browse the repository at this point in the history
Signed-off-by: Arunprasad Rajkumar <arajkuma@redhat.com>
  • Loading branch information
arajkumar committed Dec 16, 2021
1 parent f1ea66a commit 16a3130
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ else
endif
endif

ifeq ($(BUILD_PROMU),false)
PROMU := promu --config $(PROMU_CONF)
else
PROMU := $(FIRST_GOPATH)/bin/promu --config $(PROMU_CONF)
endif

e2e-out = collector/fixtures/e2e-output.txt
ifeq ($(MACH), ppc64le)
e2e-out = collector/fixtures/e2e-64k-page-output.txt
Expand Down

0 comments on commit 16a3130

Please sign in to comment.