-
Notifications
You must be signed in to change notification settings - Fork 288
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
untrusted builder acceptance tests are failing when setting a specific lifecycle image #904
Comments
It would be great if we could specify a lifecycle image to use with untrusted builders in the acceptance config. |
@yaelharel I couldn't replicate this error. Could you check it again on your system and see whether it's still an issue? |
I don't know what has changed but I can't reproduce this error as well. |
We figured out why we couldn't reproduce the issue: I'm going to update the description of this issue and reopen it. |
Summary
When running the
pack
acceptance tests using a specific version oflifecycle
(in order to test a newlifecycle
release), theuntrusted builder
tests are failing.Reproduction
Steps
~/workspace/pack
, run:ACCEPTANCE_SUITE_CONFIG='[{"pack": "current", "pack_create_builder": "current", "lifecycle": "current"}]' LIFECYCLE_PATH="/Users/yaelharel/Downloads/lifecycle-v0.9.2+linux.x86-64.tgz" make acceptance
Current behavior
The acceptance tests finished with an error since the builder is untrusted. For example:
Expected behavior
All of the acceptance tests should finish successfully.
The text was updated successfully, but these errors were encountered: