Keep shared images on update #7345
ci.yaml
on: pull_request
Prepare Python dependencies
10s
Check ruff-format
17s
Check ruff
18s
Check Dockerfile
4s
Check executables
14s
Check JSON
15s
Check pylint
32s
Process test coverage
0s
Annotations
3 errors
Run tests Python 3.12.5:
tests/addons/test_manager.py#L428
test_store_data_changes_during_update
AssertionError: expected call not found.
Expected: cleanup_old_images('test_image', <AwesomeVersion SemVer '1.1.1'>, {'local/amd64-addon-ssh'})
Actual: cleanup_old_images('test_image', <AwesomeVersion SemVer '1.1.1'>, {'local/amd64-addon-ssh'}, keep_images=set())
|
Run tests Python 3.12.5:
tests/store/test_store_manager.py#L59
test_default_load
AssertionError: assert {'core_samba'..., 'local_ssh'} == {'core_samba'..., 'local_ssh'}
Extra items in the left set:
'local_example_image'
Full diff:
{
'core_samba',
'local_example',
+ 'local_example_image',
'local_ssh',
}
|
Run tests Python 3.12.5
Process completed with exit code 1.
|