Skip to content

Commit

Permalink
Updates script-exporter container image version to v0.2.12 (#1065)
Browse files Browse the repository at this point in the history
* Updates script-exporter container image to v0.2.12

* Increases script-exporter timeout for wehe from 50s to 55s

Some manual testing in sandbox was showing that the wehe e2e tests were taking
about 51.25s to complete (successfully), but when run by script-exporter it was
getting killed by the timeout. In production the wehe e2e tests seem to
*mostly* complete in 15 to 20 seconds, though there are some completion times
in production >40s. This commit just gives the wehe client a few more seconds
to complete.
  • Loading branch information
nkinkade authored Oct 24, 2024
1 parent 7e3a737 commit ef397e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/federation/script-exporter/script_exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ scripts:
EXPERIMENT=wehe cache_exit_code.sh 600
monitoring-token -machine=${TARGET} -service=wehe/replay --
wehe-client.sh -n applemusic -t wehe-cmdline/res/ -c
timeout: 50
timeout: 55
- name: 'ndt7_client'
script: >
EXPERIMENT=ndt7 cache_exit_code.sh 3600
Expand Down
2 changes: 1 addition & 1 deletion k8s/prometheus-federation/deployments/script-exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:

containers:
- name: script-exporter
image: measurementlab/script-exporter-support:v0.2.11
image: measurementlab/script-exporter-support:v0.2.12
args:
- -config.file=/etc/script_exporter/script_exporter.yml
env:
Expand Down

0 comments on commit ef397e3

Please sign in to comment.