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

Jenkins file point to 1.3 branch temporarily instead of main #477

Closed
wants to merge 1 commit into from

Conversation

IanHoang
Copy link
Collaborator

@IanHoang IanHoang commented Mar 8, 2024

Description

Pushed patch release from new 1.3 branch but Jenkins is running into following error:

#14 [linux/amd64 4/6] RUN if [ -z "1.4.0" ] ; then python3 -m pip install opensearch-benchmark ; else python3 -m pip install opensearch-benchmark==1.4.0 ; fi
#0 1.734 ERROR: Ignored the following versions that require a different python version: 0.0.1 Requires-Python >=3.8,<3.10; 0.0.2 Requires-Python >=3.8,<3.10; 0.1.0 Requires-Python >=3.8,<3.10
#0 1.735 ERROR: Could not find a version that satisfies the requirement opensearch-benchmark==1.4.0 (from versions: 0.2.0, 0.3.0, 0.4.0, 0.4.1, 0.5.0, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.3.1)

We need to update jenkins file to point to 1.3 instead of main as a quick workaround. In the future, we should have a way where the Github Actions can take a "branch" parameter so that main isn't the only branch we can push releases from.

Issues Resolved

[List any issues this PR will resolve]

Testing

  • New functionality includes testing

[Describe how this change was tested]


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.

@IanHoang
Copy link
Collaborator Author

IanHoang commented Mar 8, 2024

We are going with a different approach to fix this. Closing now.

@IanHoang IanHoang closed this Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants