migrate ci to ix-based servers
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
parent
41ba79c72e
commit
1e0a02e4a7
|
|
@ -25,6 +25,7 @@ jobs:
|
||||||
- synlogy/iscsi.yaml
|
- synlogy/iscsi.yaml
|
||||||
runs-on:
|
runs-on:
|
||||||
- self-hosted
|
- self-hosted
|
||||||
|
- csi-sanity-synology
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: csi-sanity
|
- name: csi-sanity
|
||||||
|
|
@ -51,6 +52,7 @@ jobs:
|
||||||
#- truenas/scale-smb.yaml
|
#- truenas/scale-smb.yaml
|
||||||
runs-on:
|
runs-on:
|
||||||
- self-hosted
|
- self-hosted
|
||||||
|
- csi-sanity-truenas-scale
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: csi-sanity
|
- name: csi-sanity
|
||||||
|
|
@ -76,6 +78,7 @@ jobs:
|
||||||
#- truenas/core-smb.yaml
|
#- truenas/core-smb.yaml
|
||||||
runs-on:
|
runs-on:
|
||||||
- self-hosted
|
- self-hosted
|
||||||
|
- csi-sanity-truenas-core
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: csi-sanity
|
- name: csi-sanity
|
||||||
|
|
@ -98,6 +101,7 @@ jobs:
|
||||||
- zfs-generic/nfs.yaml
|
- zfs-generic/nfs.yaml
|
||||||
runs-on:
|
runs-on:
|
||||||
- self-hosted
|
- self-hosted
|
||||||
|
- csi-sanity-zfs-generic
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: csi-sanity
|
- name: csi-sanity
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue