@@ -26,19 +26,19 @@ jobs:
2626 - name : " kubectl cluster-info"
2727 run : sudo kubectl cluster-info --context kind-kind
2828
29- ubuntu-1604 -job :
30- name : " ubuntu-16 .04 minikube job"
31- runs-on : ubuntu-16 .04
29+ ubuntu-2004 -job :
30+ name : " ubuntu-20 .04 minikube job"
31+ runs-on : ubuntu-20 .04
3232 steps :
3333 - uses : actions/checkout@v2
3434 - name : " os fingerprinting"
35- run : hostnamectl status
35+ run : hostnamectl status
3636 - name : " deploy kind"
3737 run : sudo make deploy-kind
3838 - name : " create cluster"
3939 run : sudo kind create cluster --config=app/kind-config.yaml
4040 - name : " kubectl cluster-info"
41- run : sudo kubectl cluster-info --context kind-kind
41+ run : sudo kubectl cluster-info --context kind-kind
4242
4343 ubuntu-1804-job :
4444 name : " ubuntu-18.04 minikube job"
@@ -54,16 +54,18 @@ jobs:
5454 - name : " kubectl cluster-info"
5555 run : sudo kubectl cluster-info --context kind-kind
5656
57- ubuntu-2004-job :
58- name : " ubuntu-20.04 minikube job"
59- runs-on : ubuntu-20.04
60- steps :
61- - uses : actions/checkout@v2
62- - name : " os fingerprinting"
63- run : hostnamectl status
64- - name : " deploy kind"
65- run : sudo make deploy-kind
66- - name : " create cluster"
67- run : sudo kind create cluster --config=app/kind-config.yaml
68- - name : " kubectl cluster-info"
69- run : sudo kubectl cluster-info --context kind-kind
57+ # deprecated
58+ # ubuntu-1604-job:
59+ # name: "ubuntu-16.04 minikube job"
60+ # runs-on: ubuntu-16.04
61+ # steps:
62+ # - uses: actions/checkout@v2
63+ # - name: "os fingerprinting"
64+ # run: hostnamectl status
65+ # - name: "deploy kind"
66+ # run: sudo make deploy-kind
67+ # - name: "create cluster"
68+ # run: sudo kind create cluster --config=app/kind-config.yaml
69+ # - name: "kubectl cluster-info"
70+ # run: sudo kubectl cluster-info --context kind-kind
71+
0 commit comments