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

If always_update config is setup - Then only chef update (which does a chef install) #1931

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

clickthisnick
Copy link

@clickthisnick clickthisnick commented Feb 13, 2023

Description

Right now if you specify always_update in your kitchen.yml - If the policyfile lock is incorrect such that the command chef install fails, the kitchen tests will fail.

Instead if you are specifying always_update it should just run the chef update command which behind the scenes also does a chef install.

This also makes it faster, currently it is doing chef install then running chef update which also calls install

Issues Resolved

N/A

Type of Change

Feat - this perhaps is a fix

Check List

@clickthisnick
Copy link
Author

It looks like the tests that are failing are also failing on main:
#1920

@damacus damacus self-assigned this Nov 15, 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.

None yet

4 participants