~hyask/autopkgtest-cloud:skia/really_clean_workdir

Last commit made on 2024-04-10
Get this branch:
git clone -b skia/really_clean_workdir https://git.launchpad.net/~hyask/autopkgtest-cloud
Only Skia can upload to this branch. If you are Skia please log in for upload directions.

Branch merges

Branch information

Name:
skia/really_clean_workdir
Repository:
lp:~hyask/autopkgtest-cloud

Recent commits

d8bceef... by Skia

fix: worker: ignore errors when deleting folders

Sometime on production, the removal of folders end up with the following kind of errors:
```
[Errno 39] Directory not empty: 'tests-tree'
```
or
```
[Errno 2] No such file or directory: 'rifle.json'
```
This makes sure really clean those folder, whatever happens.

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] unit_tests:0 (build)
[SUCCEEDED] build_charms:0 (build)
13 of 3 results
ed0de87... by Tim Andersson

fix: web: fix file permissions of .config folder

prior to this only the root user had read and write access to this
directory, which is obviously less than ideal. This is due to some
inherent behaviour of pathlib, see [1]. Because of this behaviour, the
.config directory had these permissions, but the
.config/autopkgtest-web/ directory had correct permissions.

This commit also explicitly sets the permissions for the directories,
just as an added way of ensuring these directories will have the correct
permissions.

[1] https://docs.python.org/3/library/pathlib.html#pathlib.Path.mkdir

1eb18a9... by Tim Andersson

Merge remote-tracking branch 'andersson123/preserve-a-p-in-queued-tests'

ecad88b... by Tim Andersson

fix: generate-charm-inventory: ignore all merge commits

4bd32b5... by Tim Andersson

Merge remote-tracking branch 'andersson123/worker-re-enable-retries'

a15a86d... by Tim Andersson

fix: worker: re-enable retries

18adcc1... by Brian Murray

docs: lxd - m1.xlarge flavor is not available in bos03

ffe5f0e... by Brian Murray

service-bundle: redeploy 3 lxd-armhf-bos03 instances

The host ps6-ra4-arm64-n1 was down for some time and the instances on it
were unreachable so I replaced them.

bc004d2... by Brian Murray

service-bundle: redeploy of lxd-armhf-bos03-10

552464b... by Tim Andersson

service-bundle: modify IPs for bos02 armhf in line with recent changes