-
Notifications
You must be signed in to change notification settings - Fork 990
sem trigger #1503
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
base: master
Are you sure you want to change the base?
sem trigger #1503
Conversation
|
🎉 All Contributor License Agreements have been signed. Ready to merge. |
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.
Pull Request Overview
This PR adds a new CI block to trigger the connector jar tests via a sem-trigger command when a pull request is raised, ensuring end‐to‐end validation of connector changes.
- Added a new CI gating block ("Connector Jar Build CI Gating") in the semaphore configuration.
- Incorporated a sem-trigger command to invoke the Connect Jar KDP Test Task using specified parameters.
Comments suppressed due to low confidence (1)
.semaphore/semaphore.yml:92
- [nitpick] The trailing semicolon in the sem-trigger command may be unnecessary and could affect the shell command execution; please verify if it is required.
-w; \
Problem
Developer want to test his changes in the connector against KDP test cases. This makes a good pr gating option to ensure nothing is breaking end to end from a particular dev change.
Solution
A separate task has been created which gets trigger from sem trigger to run the mapped KDP test cases for the connector changes.
Does this solution apply anywhere else?
If yes, where?
Test Strategy
Testing done:
Release Plan