-
Notifications
You must be signed in to change notification settings - Fork 42
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 end-to-end test that new blueprint on a fresh system is a noop #7323
Conversation
CI passes and it did run the test, so that's good. I'd like to confirm that it would correctly fail if the blueprint did show changes. To do that, I've created a branch with #7310 reverted: I'll be looking to see that this "deploy" CI job fails in the expected way: |
Confirmed that with that fix reverted, the test fails as expected:
|
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.
Looks great!
Fixes #7300.