-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prombench: Added support for --bench.version
and --bench.directory
flags.
#812
base: master
Are you sure you want to change the base?
Conversation
Implements first phase of prometheus/proposals#41 Signed-off-by: bwplotka <bwplotka@gmail.com>
…` flags. See prometheus/proposals#41 for rationale. Prometheus job got updated with prometheus/prometheus#15682 Signed-off-by: bwplotka <bwplotka@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've reviewed only Makefile and manifests/documentation changes and had to stop for some time 😬
I've left a couple of questions and will hopefully find more time to review the go code later :)
Signed-off-by: bwplotka <bwplotka@gmail.com>
Signed-off-by: bwplotka <bwplotka@gmail.com>
# In such a case we pull a prombench repository for the given branch or commit version | ||
# and adjust PROMBENCH_DIR. As a result `make deploy` and `make clean` jobs | ||
# will apply /manifests/ apply custom manifests or even node pools. | ||
.PHONE: maybe_pull_custom_version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LOL, I just noticed ☎️ XD
It should be .PHONY:
but I copied other commands 🙈 will fix later.
See prometheus/proposals#41 for rationales.
Prometheus job got updated with prometheus/prometheus#15682
Signed-off-by: bwplotka bwplotka@gmail.com