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

Change job-scheduler plugin group to point to correct location #56

Merged
merged 5 commits into from
Dec 26, 2023

Conversation

zane-neo
Copy link
Collaborator

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

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

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.

Signed-off-by: zane-neo <zaniu@amazon.com>
Copy link

codecov bot commented Dec 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7e0ea54) 44.41% compared to head (0d92f70) 46.08%.
Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

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}"
Copy link
Collaborator

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>
@zane-neo zane-neo merged commit 37bbd3b into opensearch-project:main Dec 26, 2023
12 of 13 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Dec 26, 2023
* 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>
zane-neo pushed a commit that referenced this pull request Dec 27, 2023
…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>
yuye-aws pushed a commit to yuye-aws/skills that referenced this pull request Apr 26, 2024
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants