Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 47 additions & 1 deletion user/migrate/open-source-repository-migration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Beta - Migrating repositories to travis-ci.com
title: Migrating repositories to travis-ci.com
layout: en
redirect_from: user/open-source-repository-migration/
---
Expand Down Expand Up @@ -185,3 +185,49 @@ If you have any further questions, comments or need help on our Beta migration p

[travis-ci.com]: https://www.travis-ci.com
[travis-ci.org]: https://www.travis-ci.org

## Frequently asked questions

#### Q. When will the migration from travis-ci.org to travis-ci.com be completed?
Copy link
Contributor

@nrios14 nrios14 Oct 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When will Travis CI complete the migration from travis-ci.org to travis-ci.com?
or
When will the migration from travis-ci.org to travis-ci.com be ready?


A. In an effort to ensure that all of our users - whether you build open-source, public or private repositories - receive regular feature updates, security patches and UX/UI enhancements, we are announcing that travis-ci.org will be officially closed down completely no later than December 31st, 2020, allowing us to focus all our efforts on bringing new features and fixes to travis-ci.com and all of our awesome users like yourself on the travis-ci.com domain.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no later than December 31st, 2020. Allowing us to ...



#### Q. What will happen to travis-ci.org after December 31st, 2020?

A. Travis-ci.org will be switched to a read-only platform, allowing you to see your jobs build history from all repositories previously connected to travis-ci.org.


#### Q. Why are some of my queued jobs taking longer than usual to build?

A. At peak usage times, you may see your build times are longer than they previously have been - we need to make sure all users have equal access to the .org platform until the end of the year as we move our infrastructure across to .com. You may want to consider migrating across to .com sooner rather than later, or consider scheduling builds at a quieter time of the day if remaining on .org for a while longer.

Comment on lines +207 to +208
Copy link
Contributor

@nrios14 nrios14 Oct 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

During peak usage times, your build times might be longer than they were previously - we want to make sure that all users have equal access rights to the .org platform during the migration to the .com platform. You should consider migrating to .com sooner rather than later, or schedule your builds at a quieter time of the day.


#### Q. Why are some of my queued jobs being cancelled?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Q. Why are some of my queued jobs getting cancelled?


A. This might happen as we move infrastructure over from .org to .com - if we see a job stuck in a queue for more than 16 hours, we will review this on a case by case basis and possibly cancel the job to ensure resources are not being reduced across the platform. You may want to consider migrating across to .com sooner rather than later, or consider building at a quieter time of the day if remaining on .org for a while longer.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is due to the infrastructure migration from .org to .com - if a job is stuck in a queue for more than 16 hours, we will review it in a case by case basis and probably cancel the job to ensure resources are not reduced across the platform. You should consider migrating to .com sooner rather than later, or schedule your builds at a quieter time of the day.



#### Q. Will there be lower concurrency for free accounts on travis-ci.org?

A. As part of the shift of infrastructure from .org to .com and needing to make sure all users have equal access to resources, free and open-source .org accounts will have concurrency reduced from 5 to 4 concurrent jobs. Concurrent jobs have not changed on .com, so please consider migrating your repositories as soon as possible if this is an issue.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As part of infrastructure migration we want to make sure that all users have equal access rights to the resources. The concurrency will be reduced from 5 to 4 concurrent jobs for all free and open-source .org accounts. Concurrent jobs have not changed on .com, so if this is an issue please consider migrating your repositories as soon as possible.



#### Q. Will Travis-ci.org become unreliable?

A. As part of the shift of infrastructure from .org to .com we’re making a number of changes to the travis-ci.org infrastructure to ensure the service will remain as reliable and available to you as it always has been until the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As part of infrastructure migration, we’re making a number of changes to the travis-ci.org infrastructure to ensure the service will remain as reliable and available to you as it always has been until the

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is unfished, "until the ...."



#### Q. Will Travis CI be getting rid of free users?

A. Travis CI will continue to offer a free tier for public or open-source repositories on travis-ci.com and will not be affected by the migration.


#### Q. Why is travis-ci.com asking for write access to my repositories?

A. We’re aware that when migrating your GitHub repositories to travis-ci.com you will be prompted to give Travis CI write access to your repositories - this is due to us currently using GitHub OAuth for user authentication and the message is due to the way the OAuth scopes are shaped. The Travis CI platform actually uses the GitHub App for actual repository-level access - it does not require write access to all of your repositories and you can configure that.

We’re working hard to resolve this and use just the GitHub App for both
user authentication and repository-level access, but until then we will be clarifying the situation in our documentation and user interface.
Comment on lines +234 to +235
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We’re working hard to resolve this and to just use the GitHub App for both;
user authentication and repository-level access, but ....