diff --git a/.github/workflows/build_and_test_workflow.yml b/.github/workflows/build_and_test_workflow.yml index 6831b4c1ed3a..f893f1398e5b 100644 --- a/.github/workflows/build_and_test_workflow.yml +++ b/.github/workflows/build_and_test_workflow.yml @@ -186,7 +186,7 @@ jobs: working-directory: ./artifacts strategy: matrix: - version: [ osd-2.0.0, osd-2.1.0, osd-2.2.0 ] + version: [ osd-2.0.0, osd-2.1.0, osd-2.2.0, osd-2.3.0 ] steps: - name: Checkout code uses: actions/checkout@v2 diff --git a/bwctest.sh b/bwctest.sh index 61b8ca244e06..81b7569731cf 100755 --- a/bwctest.sh +++ b/bwctest.sh @@ -13,7 +13,7 @@ set -e -DEFAULT_VERSIONS="osd-2.0.0,osd-2.1.0,osd-2.2.0" +DEFAULT_VERSIONS="osd-2.0.0,osd-2.1.0,osd-2.2.0,osd-2.3.0" function usage() { echo "" diff --git a/cypress/test-data/with-security/osd-2.3.0.tar.gz b/cypress/test-data/with-security/osd-2.3.0.tar.gz new file mode 100644 index 000000000000..742c45a825e4 Binary files /dev/null and b/cypress/test-data/with-security/osd-2.3.0.tar.gz differ diff --git a/cypress/test-data/without-security/osd-2.3.0.tar.gz b/cypress/test-data/without-security/osd-2.3.0.tar.gz new file mode 100644 index 000000000000..1ab6d989341c Binary files /dev/null and b/cypress/test-data/without-security/osd-2.3.0.tar.gz differ