-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to travis-ci.com #2600
Comments
I can take care of it tomorrow, if you haven't yet. |
I migrated all repos, but we may have to go and re-define secrets, doesn't seem like they are moved during migration. master build is now running 5 jobs: https://travis-ci.com/github/jaegertracing/jaeger/builds/195053976 |
Longer term, we should consider moving some (or all) of the jobs to GitHub Actions. |
Maybe. Chris said GH Actions have 60 parallel runners per org, compared to 5 in Travis. |
Update: the travis-ci.com builds are now required instead of travis-ci.org, however I see they keep failing on the unit test stage. For some reason the test command, according to travis, does not produce any output for 10min and it kills the job. I added |
As far as I can tell, it keeps failing due to #2601. |
Changed to a tracking issue, because we need to make sure all SDK repos are able to build. And we need to copy over the secrets. |
We should try with a new commit. Some of Jaeger projects used to run on travis-ci.com in the past, so we can see the old build history. But I would've expected master build to work. |
I think I migrated all repos, but we also need to change their branch protections to require .com builds instead of .org. And we need to update build badges in the READMEs: https://github.com/search?q=org%3Ajaegertracing+travis-ci.org&type=code |
Just fyi, Travis post some updates here too https://blog.travis-ci.com/oss-announcement |
Superseded by #2645 - migrating to GitHub Actions. |
Since yesterday our PRs are taking forever to run CI because there is just a single executor running across all of them.
Apparently, we need to migrate to travis-ci.com, and they did not do it automatically.
https://docs.travis-ci.com/user/migrate/open-source-repository-migration
copy secrets where necessary- done by travis migration automatically, thankfullyThe text was updated successfully, but these errors were encountered: