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

ci: Split the install-tools into test/build groups #4878

Merged
merged 6 commits into from
Oct 24, 2023

Conversation

MeenuyD
Copy link
Contributor

@MeenuyD MeenuyD commented Oct 21, 2023

Resolves #4846
Refactor CI installation process: split install-tools into mockery/testing/build sub-targets, divide install-ci into install-test-tools and install-build-tools

Copy link
Member

@yurishkuro yurishkuro left a comment

Choose a reason for hiding this comment

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

Also call install test tools from two test workflows

Makefile Show resolved Hide resolved
Makefile Show resolved Hide resolved
Makefile Outdated
$(GO) install github.com/vektra/mockery/v2@v2.14.0
.PHONY: install-test-tools
install-test-tools:
$(GO) install github.com/vektra/mockery/v2@v2.14.0
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
$(GO) install github.com/vektra/mockery/v2@v2.14.0

Makefile Outdated Show resolved Hide resolved
@yurishkuro
Copy link
Member

Please make sure all commits are signed

@codecov
Copy link

codecov bot commented Oct 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

see 5 files with indirect coverage changes

📢 Thoughts on this report? Let us know!.

Signed-off-by: MeenuyD <meenu.coninja@gmail.com>
Signed-off-by: MeenuyD <meenu.coninja@gmail.com>
Signed-off-by: MeenuyD <meenu.coninja@gmail.com>
Signed-off-by: MeenuyD <meenu.coninja@gmail.com>
Signed-off-by: MeenuyD <meenu.coninja@gmail.com>
Signed-off-by: MeenuyD <meenu.coninja@gmail.com>
@yurishkuro yurishkuro added the changelog:ci Change related to continuous integration / testing label Oct 24, 2023
@yurishkuro yurishkuro changed the title Splited the install-tools into test/build groups ci Split the install-tools into test/build groups Oct 24, 2023
@yurishkuro yurishkuro changed the title ci Split the install-tools into test/build groups ci: Split the install-tools into test/build groups Oct 24, 2023
@yurishkuro yurishkuro merged commit 0e3be02 into jaegertracing:main Oct 24, 2023
33 of 34 checks passed
@yurishkuro
Copy link
Member

Thanks!

@MeenuyD
Copy link
Contributor Author

MeenuyD commented Oct 24, 2023

Thank you for your guidance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:ci Change related to continuous integration / testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ci] Split install-tools into test/build groups
2 participants