Loading src/integration_tester/.gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,9 @@ test integration_tester: # Run integration tests in Kubernetes Cluster integration_test integration_tester: variables: IMAGE_NAME: 'integration_tester' # name of the microservice IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) stage: integration_test needs: - build integration_tester Loading @@ -54,3 +57,4 @@ integration_test integration_tester: - kubectl run $IMAGE_NAME --image "$IMAGE_NAME:$IMAGE_TAG" --restart=Never --rm -i --tty - kubectl get all when: manual allow_failure: false Loading
src/integration_tester/.gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,9 @@ test integration_tester: # Run integration tests in Kubernetes Cluster integration_test integration_tester: variables: IMAGE_NAME: 'integration_tester' # name of the microservice IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) stage: integration_test needs: - build integration_tester Loading @@ -54,3 +57,4 @@ integration_test integration_tester: - kubectl run $IMAGE_NAME --image "$IMAGE_NAME:$IMAGE_TAG" --restart=Never --rm -i --tty - kubectl get all when: manual allow_failure: false