Skip to content

Commit ef397e3

Browse files
authored
Updates script-exporter container image version to v0.2.12 (#1065)
* 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.
1 parent 7e3a737 commit ef397e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/federation/script-exporter/script_exporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ scripts:
77
EXPERIMENT=wehe cache_exit_code.sh 600
88
monitoring-token -machine=${TARGET} -service=wehe/replay --
99
wehe-client.sh -n applemusic -t wehe-cmdline/res/ -c
10-
timeout: 50
10+
timeout: 55
1111
- name: 'ndt7_client'
1212
script: >
1313
EXPERIMENT=ndt7 cache_exit_code.sh 3600

k8s/prometheus-federation/deployments/script-exporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232

3333
containers:
3434
- name: script-exporter
35-
image: measurementlab/script-exporter-support:v0.2.11
35+
image: measurementlab/script-exporter-support:v0.2.12
3636
args:
3737
- -config.file=/etc/script_exporter/script_exporter.yml
3838
env:

0 commit comments

Comments
 (0)