Skip to content
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

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

ebattat
Copy link
Collaborator

@ebattat ebattat commented Sep 2, 2023

Type of change

Note: Fill x in []

  • bug
  • enhancement
  • documentation
  • dependencies

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

@ebattat ebattat self-assigned this Sep 2, 2023
@ebattat ebattat added the bug Something isn't working label Sep 2, 2023
@ebattat ebattat force-pushed the add_vdbench_vm_warmup branch 2 times, most recently from ac46644 to ec40b28 Compare September 3, 2023 08:12
@@ -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
Copy link
Member

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)?

Copy link
Collaborator Author

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also from another PR.

Copy link
Collaborator Author

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

@ebattat ebattat merged commit 08fafd2 into redhat-performance:main Sep 6, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants