make scripts executable and add to list

pull/10414/head
Sharif Elgamal 2021-02-08 18:23:42 -08:00
parent 95da0ae8ca
commit 8d15fbc5e9
5 changed files with 4 additions and 1 deletions

View File

0
hack/jenkins/linux_integration_tests_docker_crio.sh Normal file → Executable file
View File

0
hack/jenkins/linux_integration_tests_kvm_containerd.sh Normal file → Executable file
View File

0
hack/jenkins/linux_integration_tests_kvm_crio.sh Normal file → Executable file
View File

View File

@ -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'