Skip to content

Commit

Permalink
Extend validation environment TTL (#4179)
Browse files Browse the repository at this point in the history
Extended validation environment TTL before stopping
  • Loading branch information
tamirkamara authored Dec 11, 2024
1 parent ac5787c commit 80c7ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clean_validation_envs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Clean Validation Environments
on: # yamllint disable-line rule:truthy
schedule:
# Every 2 hours
- cron: "0 */2 * * *"
- cron: "0 */1 * * *"
workflow_dispatch:

jobs:
Expand All @@ -31,6 +31,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAIN_TRE_ID: ${{ secrets.TRE_ID }}
GITHUB_REPOSITORY: ${{ github.repository}}
BRANCH_LAST_ACTIVITY_IN_HOURS_FOR_STOP: 2
BRANCH_LAST_ACTIVITY_IN_HOURS_FOR_STOP: 4
BRANCH_LAST_ACTIVITY_IN_HOURS_FOR_DESTROY: 48
run: devops/scripts/clean_ci_validation_envs.sh

0 comments on commit 80c7ab9

Please sign in to comment.