You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Next Build Issue:
Tugboat which is used to create our preview environments when creating a pull request has the tendency to fail if we have reached our storage capacity on the tugboat server. The current solution is to manually delete old environments to resolve this issue. As manual deletion is not sustainable we will need the ability to have tugboat automatically delete environments after 14 days. The documentation for Tugboat is not great but a link to it can be found inside of the supporting details section.
Acceptance Criteria
Tugboat will automatically remove environments that are 14 days or older.
Any current environments over 14 days should be deleted.
Tugboat Readme is updated with how this process is done.
TTL: I have not been able to confirm that the following will work as I can not find it documented anywhere inside of the Tugboat docs, however it MAY be possible to modify the Tugboat config.yml file and add a ttl. This ttl accepts time in seconds. This solution may not work but would be the best solution, example code below.
services:
php:
image: tugboatqa/php:7.3
default: true
commands:
init:
- composer install
ttl: 604800 # Set TTL to 7 days (7 days * 24 hours * 60 minutes * 60 seconds)
Description
Next Build Issue:
Tugboat which is used to create our preview environments when creating a pull request has the tendency to fail if we have reached our storage capacity on the tugboat server. The current solution is to manually delete old environments to resolve this issue. As manual deletion is not sustainable we will need the ability to have tugboat automatically delete environments after 14 days. The documentation for Tugboat is not great but a link to it can be found inside of the supporting details section.
Acceptance Criteria
Supporting detail
Tugboat Docs: https://docs.tugboatqa.com/building-a-preview/administer-previews/delete-previews/
TTL: I have not been able to confirm that the following will work as I can not find it documented anywhere inside of the Tugboat docs, however it MAY be possible to modify the Tugboat config.yml file and add a ttl. This ttl accepts time in seconds. This solution may not work but would be the best solution, example code below.
vets website
https://vfs.atlassian.net/wiki/spaces/TT4/pages/2541650303/Cleanup+Jobs
CMS Team
Please check the team(s) that will do this work.
CMS Program
Platform CMS Team
Accelerated Publishing
Sitewide CMS Team
(leave Sitewide unchecked and check the specific team instead)⭐️ Content ops
⭐️ CMS experience
⭐️ Offices
⭐️ Product support
⭐️ User support
The text was updated successfully, but these errors were encountered: