diff --git a/.github/workflows/pr_check_workflow.yml b/.github/workflows/pr_check_workflow.yml index cef6aa3c292..d1d2d4b2db6 100644 --- a/.github/workflows/pr_check_workflow.yml +++ b/.github/workflows/pr_check_workflow.yml @@ -176,7 +176,7 @@ jobs: working-directory: ./artifacts strategy: matrix: - version: [ osd-1.3.2,osd-2.0.0 ] + version: [ osd-1.3.2,osd-2.0.0,osd-2.1.0 ] steps: - name: Checkout code uses: actions/checkout@v2 diff --git a/bwctest.sh b/bwctest.sh index 632e1a94be6..5fe6da2040c 100755 --- a/bwctest.sh +++ b/bwctest.sh @@ -13,7 +13,7 @@ set -e -DEFAULT_VERSIONS="osd-2.0.0,osd-1.3.2," +DEFAULT_VERSIONS="osd-1.3.2,osd-2.0.0,osd-2.1.0" function usage() { echo "" diff --git a/cypress/test-data/with-security/osd-2.1.0.tar.gz b/cypress/test-data/with-security/osd-2.1.0.tar.gz new file mode 100644 index 00000000000..c1028e5705a Binary files /dev/null and b/cypress/test-data/with-security/osd-2.1.0.tar.gz differ diff --git a/cypress/test-data/without-security/osd-2.1.0.tar.gz b/cypress/test-data/without-security/osd-2.1.0.tar.gz new file mode 100644 index 00000000000..642bca840e6 Binary files /dev/null and b/cypress/test-data/without-security/osd-2.1.0.tar.gz differ