-
Notifications
You must be signed in to change notification settings - Fork 32
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
Change job-scheduler plugin group to point to correct location #56
Change job-scheduler plugin group to point to correct location #56
Conversation
Signed-off-by: zane-neo <zaniu@amazon.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #56 +/- ##
============================================
+ Coverage 44.41% 46.08% +1.67%
- Complexity 30 31 +1
============================================
Files 6 6
Lines 358 358
Branches 42 42
============================================
+ Hits 159 165 +6
+ Misses 178 172 -6
Partials 21 21 ☔ View full report in Codecov by Sentry. |
Signed-off-by: zane-neo <zaniu@amazon.com>
Signed-off-by: zane-neo <zaniu@amazon.com>
Signed-off-by: zane-neo <zaniu@amazon.com>
@@ -119,7 +119,7 @@ dependencies { | |||
|
|||
// ZipArchive dependencies used for integration tests | |||
zipArchive group: 'org.opensearch.plugin', name:'opensearch-ml-plugin', version: "${version}" | |||
zipArchive group: 'org.opensearch.plugin', name:'opensearch-job-scheduler', version: "${version}" | |||
zipArchive group: 'org.opensearch', name:'opensearch-job-scheduler', version: "${version}" |
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.
Can we add a comment why for job-scheduler
it's different than ml-plugin
Signed-off-by: zane-neo <zaniu@amazon.com>
* Change job-scheduler plguin group to point to correct localtion Signed-off-by: zane-neo <zaniu@amazon.com> * Add publish task Signed-off-by: zane-neo <zaniu@amazon.com> * add dependency task to publishToStagingRepo Signed-off-by: zane-neo <zaniu@amazon.com> * Fix publishAllPublicationsToStagingRepository failure issue Signed-off-by: zane-neo <zaniu@amazon.com> * add comment to JS plugin path Signed-off-by: zane-neo <zaniu@amazon.com> --------- Signed-off-by: zane-neo <zaniu@amazon.com> (cherry picked from commit 37bbd3b) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…60) * Change job-scheduler plguin group to point to correct localtion * Add publish task * add dependency task to publishToStagingRepo * Fix publishAllPublicationsToStagingRepository failure issue * add comment to JS plugin path --------- (cherry picked from commit 37bbd3b) Signed-off-by: zane-neo <zaniu@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…earch-project#56) (opensearch-project#60) * Change job-scheduler plguin group to point to correct localtion * Add publish task * add dependency task to publishToStagingRepo * Fix publishAllPublicationsToStagingRepository failure issue * add comment to JS plugin path --------- (cherry picked from commit 37bbd3b) Signed-off-by: zane-neo <zaniu@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: yuye-aws <yuyezhu@amazon.com>
Description
Change job-scheduler plugin group to point to correct location
Issues Resolved
Change job-scheduler plugin group to point to correct location
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.