File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,13 @@ jobs:
48
48
MICROK8S_CHANNEL : 1.28-strict/stable
49
49
50
50
- name : Setup microk8s
51
+ timeout-minutes : 30
51
52
run : sudo -E /bin/bash ./tests/integration/config-microk8s-gpu.sh
52
53
env :
53
- MICROK8S_ADDONS : " storage dns rbac gpu minio"
54
+ MICROK8S_ADDONS : " hostpath- storage dns rbac gpu minio"
54
55
55
56
- name : Configure microk8s
57
+ timeout-minutes : 5
56
58
run : |
57
59
sudo microk8s.status
58
60
sudo snap alias microk8s.kubectl kubectl
88
90
-o ${{ steps.artifact.outputs.gpu_artifact_name }}
89
91
90
92
- name : Run integration tests on GPU
93
+ timeout-minutes : 45
91
94
run : |
92
95
echo "Start test..."
93
96
/bin/bash ./tests/integration/setup-aws-cli.sh
Original file line number Diff line number Diff line change 14
14
sudo microk8s.kubectl get pods -A
15
15
sudo microk8s.kubectl logs -n kube-system -l k8s-app=hostpath-provisioner
16
16
sudo microk8s.kubectl describe pod -n gpu-operator-resources nvidia-operator-validator
17
+ sudo microk8s.status
17
18
sleep 60
18
19
19
20
echo " --------------------------------------------------------------------------------------------------------------------"
You can’t perform that action at this time.
0 commit comments