You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
I was stepping (via --step) through the improved-sanity-tests and examining the test itself by hand and realized that we have more than a few instances of duplication in our roles directory.
We should attempt to identify roles that can be combined and made more flexible via passed in parameters.
Things that jump right out:
docker_build_httpd & docker_build_tag_push
docker_pull_base_image & docker_pull_run_remove
docker_rm_httpd_conainer could be generalized
maybe some of the verify missing/present roles
The text was updated successfully, but these errors were encountered:
I was stepping (via
--step
) through theimproved-sanity-tests
and examining the test itself by hand and realized that we have more than a few instances of duplication in ourroles
directory.We should attempt to identify roles that can be combined and made more flexible via passed in parameters.
Things that jump right out:
docker_build_httpd
&docker_build_tag_push
docker_pull_base_image
&docker_pull_run_remove
docker_rm_httpd_conainer
could be generalizedThe text was updated successfully, but these errors were encountered: