docker_compose_v2: ignore some pull events (#803)

* Ignore some pull events.

* Adjust tests.
This commit is contained in:
Felix Fontein
2024-02-23 18:24:16 +01:00
committed by GitHub
parent f0c91ef5f9
commit 6f5d67860c
4 changed files with 11 additions and 6 deletions
@@ -199,7 +199,7 @@
- present_3_check.actions | selectattr('status', 'eq', 'Pulling') | first
- present_3_check.actions | selectattr('status', 'eq', 'Creating') | length == 0
- present_3_check.actions | selectattr('status', 'eq', 'Recreating') | length == 0
- present_3 is changed
- present_3 is not changed
- present_3.actions | selectattr('status', 'eq', 'Pulling') | first
- present_3.actions | selectattr('status', 'eq', 'Creating') | length == 0
- present_3.actions | selectattr('status', 'eq', 'Recreating') | length == 0