Skip to content

Commit

Permalink
[monitoring] Update monitoring to v0.11.1 (#1125)
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco authored Oct 5, 2024
1 parent 9396d1a commit 08e542c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/dev/probe_locally.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if ! docker run --link "$OAUTH_CONTAINER":oauth \
--network dss_sandbox-default \
-v "${RESULTFILE}:/app/test_result" \
-w /app/monitoring/prober \
interuss/monitoring:v0.9.1 \
interuss/monitoring:v0.11.1 \
pytest \
"${1:-.}" \
-rsx \
Expand Down
2 changes: 1 addition & 1 deletion build/dev/qualify_locally.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if ! docker run --link "$OAUTH_CONTAINER":oauth \
-w /app/monitoring/uss_qualifier \
-e AUTH_SPEC='DummyOAuth(http://oauth:8085/token,uss_qualifier)' \
-e AUTH_SPEC_2='DummyOAuth(http://oauth:8085/token,uss_qualifier_2)' \
interuss/monitoring:v0.9.1 \
interuss/monitoring:v0.11.1 \
python main.py --config dss_probing_qualifier_config; then

if [ "$CI" == "true" ]; then
Expand Down
2 changes: 1 addition & 1 deletion deploy/operations/ci/aws-1/test-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ spec:
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
- image: interuss/monitoring:v0.11.1
name: uss-qualifier
workingDir: /app/monitoring/uss_qualifier
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion test/migrations/rid_db_post_migration_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ docker run --link dummy-oauth-for-testing:oauth \
--link core-service-for-testing:core-service \
-v "${RESULTFILE}:/app/test_result" \
-w /app/monitoring/prober \
interuss/monitoring:v0.5.0 \
interuss/monitoring:v0.11.1 \
pytest \
"${1:-.}" \
-rsx \
Expand Down

0 comments on commit 08e542c

Please sign in to comment.