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
Currently the build and drive action only check if the image can be built and what the current driving score is.
It is not covered if a node of the agent crashes or something went wrong with the agent.
There should be another action that checks if all nodes are started correctly.
Another consideration is if the drive action should be called manually instead of with each pull request. That way PRs that do not improve the agent don't block the runner pipeline.
The text was updated successfully, but these errors were encountered:
Currently the
build
anddrive
action only check if the image can be built and what the current driving score is.It is not covered if a node of the agent crashes or something went wrong with the agent.
There should be another action that checks if all nodes are started correctly.
Another consideration is if the
drive
action should be called manually instead of with each pull request. That way PRs that do not improve the agent don't block the runner pipeline.The text was updated successfully, but these errors were encountered: