Skip to content

Commit

Permalink
data: increase retention policy from 30 to 180 days
Browse files Browse the repository at this point in the history
Increase it because it will be nicer to play with more data than what is
displayed in the chart.

Signed-off-by: Leonardo Graboski Veiga <[email protected]>
  • Loading branch information
leograba committed Jan 21, 2024
1 parent 10740f6 commit aae53cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TorizonOSBuildStatusDataAcquisition/get-build-status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ JOB_LIST=(
)
INFLUX_MEASUREMENT_NAME="jenkinsbuild"
INFLUX_BUCKET_NAME="jenkinsdatabucket"
INFLUX_BUCKET_RETENTION="30d"
INFLUX_BUCKET_RETENTION="180d"
CURL_MAX_RETRIES=30

if [[ -n "$DEBUG" ]]; then
Expand Down

0 comments on commit aae53cb

Please sign in to comment.