When I press “Migrate” button, the text on the button changes to “Migrating” and that’s it. I have migrate repositories in the past successfully, so I have an idea on how this works.
I have tried multiple times and every time its stuck:
Following are a few notes about this repository:
It had the deprecated webhooks for both .com and .org. However, we were using .org since we weren’t able to get few things right on .com. Therefore, you can see a few builds in .com.
I removed webhooks for both .com and .org. Installed Github App for Travis and then ran the migration. Since it didn’t complete, I have re-installed the webhook for .org for the time being.
Same here. Single repo migration or bulk returns a 500 response from the API: POST https://api.travis-ci.com/repo/4456537/migrate 500
{
"@type": "error",
"error_type": "error",
"error_message": "There was a problem with migrating a repository. Please contact Travis CI support for more information"
}
Accidently merged a failing PR as checks weren’t showing up, so went and migrated all of my remaining repos still on the legacy .org and now stuck unable to migrate and unable to see status checks on GitHub.
Adding my voice here. The /migrate endpoint for my repo is returning a 500 error as well as seen in Chrome Devtools Network tab. The site fails silently and shows no error.
Migrating from the settings page does not appear to be working either, when I hit ‘migrate’ in the pop-up, the pop-up closes and nothing happens. When I navigate to https://travis-ci.com/github/ionaru/create-package it does not show it is doing a migration.