ensure local-hostpath passes ci to build new images
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
parent
6345c53a4e
commit
48600e3052
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue