Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upKill any running Servo processes before starting macOS taskcluster jobs #24079
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is an ongoing problem with stale test processes that stick around for days and make later jobs time out. We should be able to avoid this by running something like
pkill -KILL servoas part of every macOS taskcluster job.