Skip to content

Commit

Permalink
Wait for load balancer and TLS before running uss qualifier
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco committed Jun 21, 2024
1 parent 8998587 commit 790c2e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/operations/ci/aws-1/test-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@ spec:
emptyDir: {}
- name: output
emptyDir: {}
initContainers:
- name: wait-for-dss-public
image: alpine:3.17.3
command: [ 'sh', '-c', "until wget -nv https://dss.ci.aws-interuss.uspace.dev/healthy; do echo waiting for dss to be available from the public internet; sleep 2; done" ]
containers:
- image: interuss/monitoring:v0.7.0
name: uss-qualifier
Expand Down

0 comments on commit 790c2e3

Please sign in to comment.