diff --git a/.github/workflows/build_and_test_workflow.yml b/.github/workflows/build_and_test_workflow.yml index 48c74b29765b..ef5c7a4b61d3 100644 --- a/.github/workflows/build_and_test_workflow.yml +++ b/.github/workflows/build_and_test_workflow.yml @@ -182,7 +182,7 @@ jobs: working-directory: ./artifacts strategy: matrix: - version: [ osd-2.0.0 ] + version: [ 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 def139795a4b..fce7173a4b19 100755 --- a/bwctest.sh +++ b/bwctest.sh @@ -13,7 +13,7 @@ set -e -DEFAULT_VERSIONS="osd-2.0.0," +DEFAULT_VERSIONS="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 000000000000..c1028e5705a0 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 000000000000..642bca840e60 Binary files /dev/null and b/cypress/test-data/without-security/osd-2.1.0.tar.gz differ