Skip to content

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

Merged
yurishkuro merged 6 commits intojaegertracing:mainfrom
MeenuyD:Makefile
Oct 24, 2023
Merged

ci: Split the install-tools into test/build groups#4878
yurishkuro merged 6 commits intojaegertracing:mainfrom
MeenuyD:Makefile

Conversation

@MeenuyD
Copy link
Copy Markdown
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
Copy Markdown
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 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
Copy Markdown
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

@yurishkuro
Copy link
Copy Markdown
Member

Please make sure all commits are signed

@codecov
Copy link
Copy Markdown

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
@yurishkuro
Copy link
Copy Markdown
Member

Thanks!

@MeenuyD
Copy link
Copy Markdown
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