-
Notifications
You must be signed in to change notification settings - Fork 38
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
updating new chef client in tests #295
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: RaviDuddela <[email protected]>
Hello raviduddela! Thanks for the pull request! Here is what will happen next:
Thank you for contributing! |
1 similar comment
Hello raviduddela! Thanks for the pull request! Here is what will happen next:
Thank you for contributing! |
@@ -9,7 +9,7 @@ pkg_version="1.0.0" | |||
pkg_scaffolding="ci/scaffolding-chef-infra" | |||
pkg_svc_user=("root") | |||
scaffold_policy_name="ci" | |||
scaffold_chef_client="chef/chef-client/14.13.11" | |||
scaffold_chef_client="chef/chef-infra-client" |
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.
tests require a version as they parse this line and take the version after the 2nd /
character to verify the installed version is the same. https://github.com/chef/effortless/blob/main/scaffolding-chef-infra/tests/user-linux-api/tests/test.bats#L1
Signed-off-by: RaviDuddela <[email protected]>
Signed-off-by: RaviDuddela <[email protected]>
Signed-off-by: RaviDuddela <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
Signed-off-by: RaviDuddela [email protected]