File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,14 +70,14 @@ jobs:
7070
7171 - name : Deploy quantum add-on
7272 run : |
73- kubectl apply -f deploy/fluence-resources.yaml
74- kubectl apply -f deploy/device-plugin .yaml
73+ # Includes the device plugin and oriented to testing container
74+ kubectl apply -f deploy/fluence-resources-test .yaml
7575 kubectl rollout restart -n kube-system deployment/fluence
76- kubectl rollout status -n kube-system deployment/fluence --timeout=180s
76+ kubectl rollout status -n kube-system deployment/fluence --timeout=60s
7777 for i in $(seq 1 60); do
7878 kubectl get nodes -o jsonpath='{range .items[*]}{.status.allocatable}{"\n"}{end}'
7979 kubectl get nodes -o jsonpath='{range .items[*]}{.status.allocatable}{"\n"}{end}' | grep -q 'fluxion.flux-framework.org/qpu' && break
80- sleep 2
80+ sleep 1
8181 done
8282 POD=$(kubectl -n kube-system get pods -l app=fluence -o name | head -1)
8383 kubectl -n kube-system exec "${POD#pod/}" -- /bin/bash -c "cat /tmp/fluence-graph-*.json"
You can’t perform that action at this time.
0 commit comments