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

feat: reduce molecule test times #103

Merged
merged 1 commit into from
Aug 31, 2023
Merged

Conversation

aroberts87
Copy link
Collaborator

by leveraging the strategy: free option on the prepare.yml and converge.yml playbooks, we have been able to achieve nearly 40% reductions to test execution times. this will both improve operational and developer efficiencies, as well as help reduce overall cost per test.

agent-smoke-kmodule

before
real	23m3.128s
user	2m26.588s
sys	0m25.298s

after
real	14m51.880s
user	3m19.322s
sys	0m22.054s

agent-uninstall-clean-all

before
real	23m39.987s
user	2m23.787s
sys	0m26.175s

after
real	14m42.628s
user	3m35.477s
sys	0m23.973s

by leveraging the `strategy: free` option on the prepare.yml and
converge.yml playbooks, we have been able to see ~40% reductions
to test execution times. this will both improve operational and
developer efficiencies, as well as help reduce overall cost per
test.
@aroberts87 aroberts87 self-assigned this Aug 30, 2023
@aroberts87 aroberts87 merged commit 1f06c78 into main Aug 31, 2023
@aroberts87 aroberts87 deleted the feat/reduce-molecule-test-time branch August 31, 2023 15:29
@mavimo mavimo added this to the 0.1.0 milestone Oct 23, 2023
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.

3 participants