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

Simplifies acceptance tests by moving fixtures up one directory #1911

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

natalieparellano
Copy link
Member

Summary

At some point, we might have intended to have different fixtures per Buildpack API version.
However, we have only ever had one sub-folder (0.2).
With the lifecycle dropping support for Buildpack API versions less than 0.7, we should rename or remove this sub-folder.
Opting to remove it, to avoid having to rename it in the future.

This will fix lifecycle CI failures such as https://github.com/buildpacks/lifecycle/actions/runs/6235862018/job/16926424658#step:8:188

At some point, we might have intended to have different fixtures per Buildpack API version.
However, we have only ever had one sub-folder (0.2).
With the lifecycle dropping support for Buildpack API versions less than 0.7,
we should rename or remove this sub-folder.
Opting to remove it, to avoid having to rename it in the future.

Signed-off-by: Natalie Arellano <[email protected]>
@natalieparellano natalieparellano requested review from a team as code owners September 19, 2023 15:08
@github-actions github-actions bot added this to the 0.31.0 milestone Sep 19, 2023
@github-actions github-actions bot added type/enhancement Issue that requests a new feature or improvement. type/chore Issue that requests non-user facing changes. labels Sep 19, 2023
@natalieparellano natalieparellano modified the milestones: 0.31.0, 0.30.1 Sep 19, 2023
@jkutner jkutner enabled auto-merge September 19, 2023 15:29
@jkutner jkutner merged commit df5a7c2 into main Sep 19, 2023
17 checks passed
@jkutner jkutner deleted the fix/acceptance branch September 19, 2023 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/chore Issue that requests non-user facing changes. type/enhancement Issue that requests a new feature or improvement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants