Loading csp-lmc-mid/.gitlab-ci.yml +5 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,11 @@ integration:csp-lmc-mid: - make k8s_test environment: name: test after_script: - cd $BUILD_PATH - pwd - make delete - make delete_namespace # linting stage # Loading csp-lmc-mid/.make/k8s.mk +1 −1 Original line number Diff line number Diff line Loading @@ -175,7 +175,7 @@ wait: @echo "Waiting for device servers to be ready" @date @kubectl -n $(KUBE_NAMESPACE) get pods -l cspServer @kubectl -n $(KUBE_NAMESPACE) wait --for=condition=ready --timeout=120s -l cspServer pods @kubectl -n $(KUBE_NAMESPACE) wait --for=condition=ready --timeout=300s -l cspServer pods @date # Loading Loading
csp-lmc-mid/.gitlab-ci.yml +5 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,11 @@ integration:csp-lmc-mid: - make k8s_test environment: name: test after_script: - cd $BUILD_PATH - pwd - make delete - make delete_namespace # linting stage # Loading
csp-lmc-mid/.make/k8s.mk +1 −1 Original line number Diff line number Diff line Loading @@ -175,7 +175,7 @@ wait: @echo "Waiting for device servers to be ready" @date @kubectl -n $(KUBE_NAMESPACE) get pods -l cspServer @kubectl -n $(KUBE_NAMESPACE) wait --for=condition=ready --timeout=120s -l cspServer pods @kubectl -n $(KUBE_NAMESPACE) wait --for=condition=ready --timeout=300s -l cspServer pods @date # Loading