-
Notifications
You must be signed in to change notification settings - Fork 29
Conversation
Getting few things in place so please wait before merging. Please feel free to review till then. |
Workflows are failing for certain python versions for the latest ubuntu-22.04. Related issue on |
Hi @VachaShah , I specified the ubuntu-latest version explicitly in the above failing workflows. Looks like GH is changing its GH runners for ubuntu latest from 20 to 22. |
Everything is set up. Once this PR is merged, I'll be creating the webhooks that will trigger the release when a tag is pushed. |
RELEASING.md
Outdated
|
||
1. Create a tag, e.g. v2.1.0, and push it to the GitHub repo. | ||
1. The [release-drafter.yml](.github/workflows/release-drafter.yml) will be automatically kicked off and a draft release will be created. | ||
1. This draft release triggers the [jenkins release workflow](https://build.ci.opensearch.org/job/opensearch-dsl-py-release/) as a result of which opensearch-py client is released on [PyPi](https://pypi.org/project/opensearch-dsl/). |
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.
as a result of which opensearch-dsl-py
client is released...
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.
Fixed!
Sorry closed this by mistake. @gaiksaya Added a comment |
.github/workflows/ci.yml
Outdated
@@ -56,7 +56,7 @@ jobs: | |||
python3.7 -m build | |||
|
|||
test-linux: | |||
runs-on: ubuntu-latest | |||
runs-on: ubuntu-20.04 |
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.
ubuntu-latest
is 22.04
now, so this change is a downgrade.
I made a fix for CI workflow in #92.
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.
Rebased with main.
29a954a
to
15a3c3e
Compare
Signed-off-by: Sayali Gaikawad <[email protected]>
15a3c3e
to
b75aa90
Compare
The webhook has been added. We should be good for the release. |
Signed-off-by: Sayali Gaikawad [email protected]
Description
This PR adds below things:
Issues Resolved
[List any issues this PR will resolve]
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 the Developer Certificate of Origin and signing off your commits, please check here.