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

[backport 2.x][CI][Tests] add BWC tests for 2.3.0 #2281

Merged
merged 1 commit into from
Sep 7, 2022

Conversation

ananzh
Copy link
Member

@ananzh ananzh commented Sep 7, 2022

add bwc test data (v2.2.0)

backport PR: #2148

Signed-off-by: Anan Zhuang [email protected]

Check List

  • New functionality includes testing.
    • All tests pass
      • yarn test:jest
      • yarn test:jest_integration
      • yarn test:ftr
  • New functionality has been documented.
  • Commits are signed per the DCO using --signoff

add bwc test data (v2.2.0)

backport PR: opensearch-project#2148

Signed-off-by: Anan Zhuang <[email protected]>
@ananzh ananzh self-assigned this Sep 7, 2022
@ananzh ananzh requested a review from a team as a code owner September 7, 2022 22:12
@@ -176,7 +176,7 @@ jobs:
working-directory: ./artifacts
strategy:
matrix:
version: [ osd-1.3.2,osd-2.0.0,osd-2.1.0 ]
version: [ osd-2.0.0, osd-2.1.0, osd-2.2.0 ]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we dropping the testing for 1.3.2? If this is a backport, shouldn't we just be adding 2.2.0 to the end of the list?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great question. Compare https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2281/files and https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2148/files . We could see osd-1.3.2 is removed earlier. I think the problem is that we have build_and_test_workflow.yml in the lastest main but 2.x still use pr_check_workflow.yml (this still have v1.3.2). it seems we are missing some PRs in 2.x

@ananzh ananzh merged commit 29b6137 into opensearch-project:2.x Sep 7, 2022
ananzh added a commit that referenced this pull request Sep 7, 2022
@ananzh ananzh deleted the 2.x_add_bwc branch September 18, 2022 19:04
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.

4 participants