Commit 94050dbb authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Bug resolution in integration tester

parent 63dcda14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ integration_test integration_tester:
  script:
    - kubectl version
    - kubectl get all
    - kubectl --namespace=gitlab-ci delete pod integration-tester --wait=true --ignore-not-found=false
    - kubectl delete pod $(echo $IMAGE_NAME | sed -r 's/[^a-zA-Z0-9\.\-]/-/g') --wait=true --ignore-not-found=true
    - kubectl get all
    # --rm to remove tester when it finishes
    - kubectl run $(echo $IMAGE_NAME | sed -r 's/[^a-zA-Z0-9\.\-]/-/g') --image "$CI_REGISTRY_IMAGE/$IMAGE_NAME:$IMAGE_TAG" --restart=Never -i --tty