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

Map to ingredient when its source can be identified as a single straight path #3508

Merged
merged 9 commits into from
Sep 26, 2024

Conversation

Naatan
Copy link
Member

@Naatan Naatan commented Sep 24, 2024

BugDX-3066 Nightly failure: TestPackageIntegrationTestSuite/TestPackage_operation

The problem I found was that some artifacts (in this case urllib3) seem to be generated from python wheels, which means that in the buildplan you have a state tool artifact that has a python wheel artifact as its source, which then in turn has the actual ingredient as its source.

I've addressed this by still associating artifacts to ingredients so long as each step it iterates over to get to the source only has a single input node.

@github-actions github-actions bot changed the base branch from master to version/0-46-0-RC1 September 24, 2024 21:49
@Naatan Naatan changed the title Don't enforce ingredient mapping when it can't be guaranteed Map to ingredient when its source can be identified as a single straight path Sep 25, 2024
@Naatan Naatan removed the request for review from MDrakos September 25, 2024 17:47
@Naatan Naatan requested a review from MDrakos September 26, 2024 15:23
@Naatan Naatan merged commit 64d3b2a into version/0-46-0-RC1 Sep 26, 2024
6 of 8 checks passed
@Naatan Naatan deleted the DX-3066 branch September 26, 2024 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants