canonical-ubuntu-qa team mailing list archive
-
canonical-ubuntu-qa team
-
Mailing list archive
-
Message #03616
Re: [Merge] ~andersson123/autopkgtest-cloud:cloud-worker-tmp-cleanup into autopkgtest-cloud:master
Diff comments:
> diff --git a/mojo/service-bundle b/mojo/service-bundle
> index e6b6a1f..ab1c173 100644
> --- a/mojo/service-bundle
> +++ b/mojo/service-bundle
> @@ -75,6 +75,7 @@ applications:
> <<: *common-options
> nova-rcs: include-base64://{{local_dir}}/novarcs.tar
> worker-setup-command2: /CHECKOUTDIR//setup-commands/setup-testbed
> + worker-tmp-cleanup-config: e /tmp 1777 root root 30d
```
D /tmp 1777 root root 30d
```
This is the conf that has been deployed and tested for almost a month now. This correspond to what was pushed by default on `noble`.
Before this line:
```
ubuntu@juju-7f2275-prod-proposed-migration-environment-3:~$ ll /tmp/ | wc -l
5444
```
After this line and three weeks:
```
ubuntu@juju-7f2275-prod-proposed-migration-environment-3:~$ ll /tmp/ | wc -l
1233
```
I observe the same thing on the other worker.
> {%- if stage_name == "production" %}
> net-name: net_prod-proposed-migration
> worker-default-flavor: autopkgtest
--
https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/460680
Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~andersson123/autopkgtest-cloud:cloud-worker-tmp-cleanup into autopkgtest-cloud:master.
References