You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[IntegTests] Fix fetching order of build-image events when logging (aws#4758)
- Currently build image events are fetched from the earliest event. This does not return the most recent logs.
- This commit sets the start-from-head argument to False, ensuring that the events are fetched from the tail/most recent.
Signed-off-by: Eddy Mwiti <[email protected]>
Co-authored-by: Eddy Mwiti <[email protected]>
0 commit comments