Skip to content

Commit

Permalink
Added trivial jq transforms to archiving in troubleshooter. #1445
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeit-internet2 committed Jul 1, 2024
1 parent 6463e06 commit ac4b8a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pscheduler-core/pscheduler-core/troubleshoot
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,9 @@ for host in hosts:
{
"archiver": "bitbucket",
"data": {},
"transform": {
"script": "."
},
"ttl": "PT1M"
},
{
Expand All @@ -581,6 +584,9 @@ for host in hosts:
"fail": 0.0, # Don't fail, ever.
"retry": 0.0
},
"transform": {
"script": ".",
},
"ttl": "PT1M"
}
],
Expand Down

0 comments on commit ac4b8a2

Please sign in to comment.