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

Add pointer to the new blog #78

Merged
merged 1 commit into from
Mar 22, 2021

Conversation

chaitanyaenr
Copy link
Collaborator

This commit:

  • Adds a pointer to a new blog which emphasizes the importance
    of making chaos part of Perf/Scale test runs.
  • Bumps up the allowed max-line-length for the linters.

This commit:
- Adds a pointer to a new blog which emphasizes the importance
  of making chaos part of Perf/Scale test runs.
- Bumps up the allowed max-line-length for the linters.
@rht-perf-ci
Copy link

Can one of the admins verify this patch?

@@ -318,7 +318,7 @@ def main(cfg):
iterations = config["tunings"].get("iterations", 1)
daemon_mode = config["tunings"].get("daemon_mode", False)
deploy_performance_dashboards = config["performance_monitoring"].get("deploy_dashboards", False)
dashboard_repo = config["performance_monitoring"].get("repo", "https://github.com/cloud-bulldozer/performance-dashboards.git")
dashboard_repo = config["performance_monitoring"].get("repo", "https://github.com/cloud-bulldozer/performance-dashboards.git") # noqa
Copy link
Collaborator

Choose a reason for hiding this comment

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

did you mean to add this to this commit?

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, it's causing the linters to fail since it exceeds the max allowed chars per line ( 134 vs 120 ) even after the change in tox configuration.

@paigerube14
Copy link
Collaborator

LGTM

@chaitanyaenr chaitanyaenr merged commit db42f05 into krkn-chaos:master Mar 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants