Extend backup upload API with file name parameter #7950
ci.yaml
on: pull_request
Prepare Python dependencies
19s
Check ruff-format
22s
Check ruff
14s
Check Dockerfile
4s
Check executables
15s
Check JSON
15s
Check pylint
53s
Process test coverage
0s
Annotations
5 errors and 9 warnings
Ruff (G004):
tests/api/test_backups.py#L736
tests/api/test_backups.py:736:25: G004 Logging statement uses f-string
|
Check ruff
Process completed with exit code 1.
|
Check pylint
Process completed with exit code 16.
|
Run tests Python 3.13.1:
tests/dbus/udisks2/test_manager.py#L327
test_block_devices_add_remove_signals
assert False
+ where False = any(<generator object test_block_devices_add_remove_signals.<locals>.<genexpr> at 0x7fc567593ed0>)
|
Run tests Python 3.13.1
Process completed with exit code 1.
|
Prepare Python dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check Dockerfile
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check JSON
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check executables
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check ruff-format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check pylint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check pylint:
tests/api/test_backups.py#L734
C0415: Import outside toplevel (logging) (import-outside-toplevel)
|
Run tests Python 3.13.1
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|