Remove obsoleted job types so that they no longer show as pending (#3335)

pull/3343/head^2
Thomas Strömberg 2018-11-15 16:43:25 -08:00 committed by Balint Pato
parent 6715122998
commit b6308bffbd
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if [ "${ghprbPullId}" == "master" ]; then
exit 0
fi
for job in "Minishift-Linux-KVM" "OSX-Virtualbox" "OSX-Hyperkit" "Linux-Virtualbox" "Linux-KVM" "Linux-None" "Windows-Virtualbox" "Windows-Kubeadm-CRI-O" "Linux-Container"; do
for job in "OSX-Virtualbox" "OSX-Hyperkit" "Linux-Virtualbox" "Linux-KVM" "Linux-None" "Windows-Virtualbox"; do
target_url="https://storage.googleapis.com/minikube-builds/logs/${ghprbPullId}/${job}.txt"
curl "https://api.github.com/repos/kubernetes/minikube/statuses/${ghprbActualCommit}?access_token=$access_token" \
-H "Content-Type: application/json" \