Skip to content

Commit

Permalink
make scripts executable and add to list
Browse files Browse the repository at this point in the history
  • Loading branch information
sharifelgamal committed Feb 9, 2021
1 parent 95da0ae commit 8d15fbc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
Empty file modified hack/jenkins/linux_integration_tests_docker_containerd.sh
100644 → 100755
Empty file.
Empty file modified hack/jenkins/linux_integration_tests_docker_crio.sh
100644 → 100755
Empty file.
Empty file modified hack/jenkins/linux_integration_tests_kvm_containerd.sh
100644 → 100755
Empty file.
Empty file modified hack/jenkins/linux_integration_tests_kvm_crio.sh
100644 → 100755
Empty file.
5 changes: 4 additions & 1 deletion hack/jenkins/minikube_set_pending.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8d15fbc

Please sign in to comment.