Skip to content

Commit adc63e3

Browse files
committed
missing device plugin
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
1 parent 7e06f74 commit adc63e3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/e2e-tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)