Commit 5b953fa
[WIP] Fix failing GitHub Actions workflow for integration (#15731)
* Initial plan
* Fix Docker daemon check in integration tests
- Update TestValidateContainerImages to check Docker daemon status
- Update TestValidateDockerImage to check Docker daemon status
- Use isDockerDaemonRunning() function to match validation code behavior
- Tests now properly skip when Docker daemon is not running (not just when binary is missing)
Co-authored-by: pelikhan <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: pelikhan <[email protected]>
Co-authored-by: Peli de Halleux <[email protected]>1 parent 3dfa565 commit 5b953fa
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
71 | 75 | | |
72 | 76 | | |
73 | 77 | | |
| |||
88 | 92 | | |
89 | 93 | | |
90 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
91 | 99 | | |
92 | 100 | | |
93 | 101 | | |
| |||
0 commit comments