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
Combine Ubuntu 20.04 and CentOS 7 tests into one GitHub jobs (tensorflow#1299)
When GitHub Actions runs it looks like there is an implicit concurrent
jobs limit. As such the CentOS 7 test normally is scheduled later after
other jobs completes. However, many times CentOS 7 test hangs
(e.g., https://github.com/tensorflow/io/runs/1825943449). This is likely
due to the CentOS 7 test is on the GitHub Actions queue for too long.
This PR moves CentOS 7 to run after Ubuntu 20.04 test complete, to try to
avoid hangs.
Signed-off-by: Yong Tang <[email protected]>
0 commit comments