-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
feat: Option to register runners on organization instead of repo #451
feat: Option to register runners on organization instead of repo #451
Conversation
5cb1ed9
to
7c6f65f
Compare
…or the organization
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 know it's still a draft, but I thought some early feedback might help.
This might be easier if we do #452 first. |
Yes makes sense. I can continue to work on the your findings in the meantime. |
That was the intention. Thanks for your feedback. |
…apps created by an organization
…d on runner level
…ed on runner level
I am seeing issues with specifically Fargate failing to update the runner version and exiting. It doesn't feel related, but I have to confirm. Have you seen something like this?
|
Hey @kichik, no I haven't seen this message before. ... Does the same issue occur on the main branch ? |
This will help with migrating from old versions
No need for a secret just to hold runner level
@pharindoko I think I'm done with my adjustments. The only thing I still want to do is test the setup function to see that it can still create apps after my changes for both repo and org levels. Let me know if it looks good to you too. |
Have seen your changes. Sorry that I missed to cleanup the runner level and check the formatting again. The only thing I thought about is that it might be good to add some additional unit tests for the lambdas. Will try to run the integration tests as well in my account when I have time - but don't wait for it... |
We forgot to deal with runner deletion. I will have another pass tomorrow to see nothing else was missed. |
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.
This is great @pharindoko. Thanks!
App.svelte
Secrets.ts
Setup.lambda.ts
Tokenretriever.lambda.ts
Determine runner registration config command for:
Tests:
result:
closes #442