-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add post-install test to make sure installation works on all supported platforms #229
Conversation
🎉 All Contributor License Agreements have been signed. Ready to merge. |
b05d95e
to
8c13757
Compare
This comment has been minimized.
This comment has been minimized.
.semaphore/project.yml
Outdated
@@ -42,3 +42,13 @@ spec: | |||
- pull_request | |||
- forked_pull_request | |||
- tag | |||
tasks: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you have to add this task in service.yml
otherwise this will be overwritten as stated in the header
.semaphore/post_install.yml
Outdated
# This file is managed by ServiceBot plugin - Semaphore. The content in this file is created using a common | ||
# template and configurations in service.yml. | ||
# Any modifications made to version, name, agent, and global_job_config will be overwritten by the generated | ||
# content in nightly runs. Code changes made to the remaining sections will not be affected. | ||
# For more information, please refer to the page: | ||
# https://confluentinc.atlassian.net/wiki/spaces/Foundations/pages/2871296194/Add+SemaphoreCI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file won't be managed by ServiceBot plugin, only project.yml should be, you can remove this comment.
# This file is managed by ServiceBot plugin - Semaphore. The content in this file is created using a common | |
# template and configurations in service.yml. | |
# Any modifications made to version, name, agent, and global_job_config will be overwritten by the generated | |
# content in nightly runs. Code changes made to the remaining sections will not be affected. | |
# For more information, please refer to the page: | |
# https://confluentinc.atlassian.net/wiki/spaces/Foundations/pages/2871296194/Add+SemaphoreCI |
045306a
to
f99db41
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Runs:
Once we do a 1.1.0-rcX release, I'll run the post install test one last time to verify it.
Accompanying PR for #228 to prevent issues like #221.