Loading src/tests/qkd_end2end/.gitlab-ci.yml +12 −0 Original line number Diff line number Diff line Loading @@ -137,6 +137,18 @@ end2end_test qkd_end2end: # Check MicroK8s is ready - microk8s status --wait-ready - LOOP_MAX_ATTEMPTS=10 - LOOP_COUNTER=0 - > while ! kubectl get pods --all-namespaces &> /dev/null; do printf "%c" "." sleep 1 LOOP_COUNTER=$((LOOP_COUNTER + 1)) if [ "$LOOP_COUNTER" -ge "$LOOP_MAX_ATTEMPTS" ]; then echo "Max attempts reached, exiting the loop." exit 1 fi done - kubectl get pods --all-namespaces # Configure TeraFlowSDN deployment Loading Loading
src/tests/qkd_end2end/.gitlab-ci.yml +12 −0 Original line number Diff line number Diff line Loading @@ -137,6 +137,18 @@ end2end_test qkd_end2end: # Check MicroK8s is ready - microk8s status --wait-ready - LOOP_MAX_ATTEMPTS=10 - LOOP_COUNTER=0 - > while ! kubectl get pods --all-namespaces &> /dev/null; do printf "%c" "." sleep 1 LOOP_COUNTER=$((LOOP_COUNTER + 1)) if [ "$LOOP_COUNTER" -ge "$LOOP_MAX_ATTEMPTS" ]; then echo "Max attempts reached, exiting the loop." exit 1 fi done - kubectl get pods --all-namespaces # Configure TeraFlowSDN deployment Loading