make scripts executable and add to list
parent
95da0ae8ca
commit
8d15fbc5e9
|
@ -32,16 +32,19 @@ if [ "${ghprbPullId}" == "master" ]; then
|
|||
fi
|
||||
|
||||
jobs=(
|
||||
'HyperKit_Functional_macOS'
|
||||
# 'HyperKit_Functional_macOS'
|
||||
'Hyper-V_Windows'
|
||||
'VirtualBox_Linux'
|
||||
# 'VirtualBox_macOS'
|
||||
'VirtualBox_Windows'
|
||||
# 'KVM-GPU_Linux' - Disabled
|
||||
'KVM_Linux'
|
||||
'KVM_Linux_containerd'
|
||||
'KVM_Linux_crio'
|
||||
'none_Linux'
|
||||
'Docker_Linux'
|
||||
'Docker_Linux_containerd'
|
||||
'Docker_Linux_crio'
|
||||
# 'Docker_macOS'
|
||||
'Docker_Windows'
|
||||
# 'Podman_Linux'
|
||||
|
|
Loading…
Reference in New Issue