Skip to content

Commit

Permalink
[ci] prober/qualifer: update monitoring image to 0.9.0 (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shastick authored Sep 24, 2024
1 parent 8ee12cd commit aa9f3f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.5.0 \
interuss/monitoring:v0.9.0 \
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.8.0 \
interuss/monitoring:v0.9.0 \
python main.py --config dss_probing_qualifier_config; then

if [ "$CI" == "true" ]; then
Expand Down

0 comments on commit aa9f3f9

Please sign in to comment.