sendwithus/vic-startup-jobs

Travis build status is no longer posting back to the PR

brettgoss opened this issue · 4 comments

On recent PR's, I noticed that the build status isn't being posted back to the PR any longer. The PR is still kicking off a build in Travis, as evidenced here, however the corresponding PR doesn't have any indication that the build was run, whether it failed or passed.

I did some digging and I suspect that we might be using the legacy Github Services integration rather than Github Apps, but someone with repository admin would need to confirm. If we are in fact on legacy, we can migrate to Github Apps following this guide: https://docs.travis-ci.com/user/migrate/legacy-services-to-github-apps-migration-guide/

Hey @brettgoss is this resolved with some of the more recent commits? Thanks!

Hey @alannadare unfortunately not. My latest PR didn't have the build status posted on it, whereas one of my PR's back in July shows the build status on the commit.

It looks like it stopped working in early August of 2020
image

@brettgoss I just did the migration now and it appears to be working. So I'm going to close this issue now. See #254

@dlsteuer Awesome, thanks for that!