Skip to content
Snippets Groups Projects
Commit c316df82 authored by Madalyn Marabella's avatar Madalyn Marabella
Browse files

override elastic_host env variable for integration tests

parent 0c3f05fa
No related branches found
No related tags found
1 merge request!536M18 service and CICD updates
Pipeline #183801 failed
...@@ -31,4 +31,8 @@ aws-update-tf: ...@@ -31,4 +31,8 @@ aws-update-tf:
- kubectl -n ${AWS_SERVICE_NAMESPACE}-${AWS_SERVICE_NAMESPACE_SUFFIX:-core} rollout status -w deployment/${AWS_EKS_DEPLOYMENT_NAME} --timeout=300s - kubectl -n ${AWS_SERVICE_NAMESPACE}-${AWS_SERVICE_NAMESPACE_SUFFIX:-core} rollout status -w deployment/${AWS_EKS_DEPLOYMENT_NAME} --timeout=300s
only: only:
variables: variables:
- $AWS_SKIP_DEPLOY != 'true' && $AWS == '1' && $AWS_DEPLOY_TARGET == 'TF' - $AWS_SKIP_DEPLOY != 'true' && $AWS == '1' && $AWS_DEPLOY_TARGET == 'TF'
\ No newline at end of file
aws-test-java:
variables:
ELASTIC_HOST: localhost
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment