-
Notifications
You must be signed in to change notification settings - Fork 183
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
Refactor repo root dir layout #5056
Comments
@weshaggard I have few question about files under
My questions:
|
|
@praveenkuttappan @tjprescott @chidozieononiwu per this comment above, I am going to move the source These pipelines may be broken for few minutes max as I do that. Can you confirm this works with you? Also: can you tell me why we need both APIView - Deploy - Staging and APIView ? They use the same build definition and upon inspection, I was unable to determine what is the difference between these two. |
I'll defer to @praveenkuttappan on these APIView pipelines, as I don't think those are the ones for Python, Swift or Cadl. |
I had this in my TODO list to move them to APIView directory. We needed two pipelines to keep production deployment and dev/preprod deployment builds completely separated and releases to those environments are based on these pipelines accordingly. We can deploy all environments from same pipeline but then this can be more problematic to error prone to accidentally deploy from a wrong pipeline run to production slot. |
@konrad-jamrozik It's totally fine to move the pipeline yaml. I can submit a PR since I need to make trigger change as well. |
@konrad-jamrozik I have submitted PR #5244 to move pipeline YAMLs |
@weshaggard @praveenkuttappan regarding Should we thus make a move like I am also curious: what dependencies The only other two things I see there besides
|
Yes I would like to eventually move everything under src to somewhere under tools. While some of these things aren't stand alone tools they still fit in the general "tools" category and as such I would like them moved under the tools directory.
|
I have created an issue to track the move of I have completed all the other moves, so closing this work item. |
Per following @weshaggard's comments:
global.json
and other missing paths toCODEOWNERS
#5044 (comment)global.json
and other missing paths toCODEOWNERS
#5044 (comment)global.json
and other missing paths toCODEOWNERS
#5044 (comment)global.json
and other missing paths toCODEOWNERS
#5044 (comment)we should restructure our repo directory layout. Namely, we should:
/.azure-pipelines/
under/eng/pipelines/
/config/
under/eng/
/scripts/
under/eng/
/src/
and/web/
under appropriate subdirs of/tools/
The text was updated successfully, but these errors were encountered: