ensure local-hostpath passes ci to build new images

Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
Travis Glenn Hansen 2022-02-22 21:53:19 -07:00
parent 6345c53a4e
commit 48600e3052
1 changed files with 2 additions and 1 deletions

View File

@ -210,7 +210,7 @@ jobs:
env: env:
TEMPLATE_CONFIG_FILE: "./ci/configs/${{ matrix.config }}" TEMPLATE_CONFIG_FILE: "./ci/configs/${{ matrix.config }}"
# zfs-local drivers # local-hostpath driver
csi-sanity-local-hostpath: csi-sanity-local-hostpath:
needs: needs:
- build-npm - build-npm
@ -242,6 +242,7 @@ jobs:
- csi-sanity-truenas-core-13_0 - csi-sanity-truenas-core-13_0
- csi-sanity-zfs-generic - csi-sanity-zfs-generic
- csi-sanity-zfs-local - csi-sanity-zfs-local
- csi-sanity-local-hostpath
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2