Skip to content

Commit

Permalink
[backport 2.x][CI][Tests] add BWC tests for 2.3.0 (#2281)
Browse files Browse the repository at this point in the history
add bwc test data (v2.2.0)

backport PR: #2148

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

Signed-off-by: Anan Zhuang <[email protected]>
  • Loading branch information
ananzh authored Sep 7, 2022
1 parent b57208f commit 29b6137
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_check_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion bwctest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

set -e

DEFAULT_VERSIONS="osd-1.3.2,osd-2.0.0,osd-2.1.0"
DEFAULT_VERSIONS="osd-2.0.0,osd-2.1.0,osd-2.2.0"

function usage() {
echo ""
Expand Down
Binary file added cypress/test-data/with-security/osd-2.2.0.tar.gz
Binary file not shown.
Binary file not shown.

0 comments on commit 29b6137

Please sign in to comment.