-
Notifications
You must be signed in to change notification settings - Fork 16
move to drone 1.0.0 #43
base: master
Are you sure you want to change the base?
Conversation
I think we can't move to latest version of drone before drone release source code. If so, we can try the free cloud service of drone. |
@techknowlogick I agree with @appleboy we should use stable version of drone. |
There is also no automated upgrade path, currently you will loose the secrets and the entire build logs, even with the migration tool. |
drone release 1.0? |
@appleboy per suggestions I decided against using RC. So I will wait until 1.0.0 is released |
drone_orgs: go-gitea | ||
drone_admins: lafriks,lunny,techknowlogick | ||
drone_server_host: drone.gitea.io | ||
drone_user_filter: lafriks,lunny,techknowlogick,go-gitea |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it should be just:
drone_user_filter: lafriks,lunny,techknowlogick,go-gitea | |
drone_user_filter: go-gitea |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There user filter won't be used at all anymore, admins are stored in the database now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I understand from docs only users/org users listed here will be able to authorize in this instance
drone_orgs: go-gitea | ||
drone_admins: lafriks,lunny,techknowlogick | ||
drone_server_host: drone.gitea.io | ||
drone_user_filter: lafriks,lunny,techknowlogick,go-gitea |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also you should add:
drone_user_create: username:lafriks,admin:true
or lunny or yourself :)
Migration tool just updated with ability to migrate logs. Will run migration locally and comment on this PR if it is successful. |
I ran the migration using the migration utility, and the DB went from 6.3GB->5.9GB. It appears as though everything has been migrated (from a few queries comparing the two DBs). I think this is ready for review now. |
As title
Edit: Next steps include requesting a Drone Enterprise key from: https://my.drone.io/order/personal (ask Brad first if it's ok to use for Gitea, because it's not entirely personal but it's also not for business), and also setting up runners on ARM servers.