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
One of the GCloud builds run into an exception, caused by a timeout when getting the logs of the security scan.
After a short research I believe this could be related to docker/docker-py#931. However, they claim to have this fixed in version 5.0.3, which we already are using.
We could try to disable the timeout when instantiating the environment: see here
Acceptance Criteria
Avoid running into the timeout.
The text was updated successfully, but these errors were encountered:
Background
One of the GCloud builds run into an exception, caused by a timeout when getting the logs of the security scan.
After a short research I believe this could be related to docker/docker-py#931. However, they claim to have this fixed in version 5.0.3, which we already are using.
We could try to disable the timeout when instantiating the environment: see here
Acceptance Criteria
Avoid running into the timeout.
The text was updated successfully, but these errors were encountered: