-
Notifications
You must be signed in to change notification settings - Fork 964
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
Runner cleanup - continuation #209
Conversation
@juliobbv what's the status of the "v2" upload/download? is it enabled across all the rings and are we comfortable to delete v1 now? do we need to worries about if v2 broken and we need to temporary using v1? |
@TingluoHuang we're in the process of turning v2 on across all scale units by end of this week. We haven't run into any issues, but if anything happens that requires us keeping the v1 code around for a bit longer, I'll cherry-pick that commit away from this PR and include it at a later time. |
11800c8
to
85c960e
Compare
Users need to be able to still bind to V1 even after this code is removed - confirm that's still possible. I also agree with Ting that it's too soon to pull this out. Seems like we should keep it around for awhile in case we have to rollback. Also, how would we roll back? |
@bryanmacfarlane FYI, with my artifact changes, the plugin version was kept at That said, I'm going to cherry-pick the artifact build2 removal commit into its own PR, to not tie it to the lifetime of this set of changes. Turning the FF on in ring 0 and 1 has fortunately been uneventful so far, but I agree it's good to keep the old code for extra peace of mind. |
fbae6f2
to
ed43e09
Compare
44fac93
to
dfac13b
Compare
dfac13b
to
b663032
Compare
* Agent/AgentCredential -> Runner/RunnerCredential * Test trait rename: Agent -> Runner * Enable remaining RunnerL0 tests * Remove job message PII variable masking code * Remove unused Agent.ToolsDirectory variable * Misc test Agent -> Runner renaming * Some more misc cleaning
Agent
/TestAgentCredential
->Runner
/TestRunnerCredential
RunnerL0
testsAgent
toRunner