-
Notifications
You must be signed in to change notification settings - Fork 19
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
vdbench vm image warmup #648
Conversation
ac46644
to
ec40b28
Compare
@@ -361,7 +366,7 @@ jobs: | |||
# Backup dashboard.json before before adding dashboard version by Python code | |||
cp -p "$GITHUB_WORKSPACE"/benchmark_runner/grafana/perf/dashboard.json "$GITHUB_WORKSPACE"/benchmark_runner/grafana/perf/dashboard_backup.json | |||
# Updates new product versions and override Grafana dashboard | |||
python "$GITHUB_WORKSPACE"/benchmark_runner/grafana/update_grafana_dashboard.py | |||
cd "$GITHUB_WORKSPACE" && PYTHONPATH=. python benchmark_runner/grafana/update_grafana_dashboard.py |
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.
Isn't this from another PR (mismerge)?
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.
Yes, I will create a separate PR for it
@@ -309,7 +309,7 @@ jobs: | |||
# Backup dashboard.json before before adding dashboard version by Python code | |||
cp -p "$GITHUB_WORKSPACE"/benchmark_runner/grafana/perf/dashboard.json "$GITHUB_WORKSPACE"/benchmark_runner/grafana/perf/dashboard_backup.json | |||
# Updates new product versions and override Grafana dashboard | |||
python "$GITHUB_WORKSPACE"/benchmark_runner/grafana/update_grafana_dashboard.py | |||
cd "$GITHUB_WORKSPACE" && PYTHONPATH=. python benchmark_runner/grafana/update_grafana_dashboard.py |
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.
Also from another PR.
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.
Yes, I will create a separate PR for it
ec40b28
to
ec1911c
Compare
ec1911c
to
b2d7975
Compare
Type of change
Note: Fill x in []
Description
vdbench vm workload fails on first run after OCP installation
Looks that the reason is that warmup required for vdbench vm workload for downloading container disk image per node.
Add warmup of vdbench per node.
For security reasons, all pull requests need to be approved first before running any automated CI