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

Move vendor repo logic in getVendorTestMaterial() #4818

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

llxia
Copy link
Contributor

@llxia llxia commented Oct 17, 2023

The vendor repo logic is in getFunctionalTestMaterial().
If CLONE_OPENJ9 = false, then vendor repo material will not be cloned.
Move vendor repo logic in a new function getVendorTestMaterial().
Clone vendor repo if VENDOR_REPOS is not empty.

Related: #4810

The vendor repo logic is in getFunctionalTestMaterial().
If CLONE_OPENJ9 = false, then vendor repo material will not be cloned.
Move vendor repo logic in another function getVendorTestMaterial().
Clone vendor repo if VENDOR_REPOS is not empty.

Signed-off-by: Lan Xia <[email protected]>
@llxia
Copy link
Contributor Author

llxia commented Oct 17, 2023

@llxia llxia marked this pull request as ready for review October 17, 2023 17:28
Copy link
Contributor

@smlambert smlambert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @llxia - I should have spotted the need for this delineation in the previous PR, good improvement!

@karianna karianna merged commit 67fcaf2 into adoptium:master Oct 18, 2023
2 checks passed
llxia added a commit to llxia/aqa-tests that referenced this pull request Nov 22, 2023
The vendor repo logic is in getFunctionalTestMaterial().
If CLONE_OPENJ9 = false, then vendor repo material will not be cloned.
Move vendor repo logic in another function getVendorTestMaterial().
Clone vendor repo if VENDOR_REPOS is not empty.

Signed-off-by: Lan Xia <[email protected]>
llxia added a commit to llxia/aqa-tests that referenced this pull request Nov 22, 2023
The vendor repo logic is in getFunctionalTestMaterial().
If CLONE_OPENJ9 = false, then vendor repo material will not be cloned.
Move vendor repo logic in another function getVendorTestMaterial().
Clone vendor repo if VENDOR_REPOS is not empty.

Signed-off-by: Lan Xia <[email protected]>
pshipton pushed a commit that referenced this pull request Nov 22, 2023
The vendor repo logic is in getFunctionalTestMaterial().
If CLONE_OPENJ9 = false, then vendor repo material will not be cloned.
Move vendor repo logic in another function getVendorTestMaterial().
Clone vendor repo if VENDOR_REPOS is not empty.

Signed-off-by: Lan Xia <[email protected]>
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.

3 participants