bedrock
bedrock copied to clipboard
Restructure Bedrock Repo
As a:
Developer
I want:
Organize Bedrock repo to prepare for SPK repo merge.
So that:
Cluster/Infra code is organized in a single folder cluster
Describe the solution you'd like:
Make changes to existing Bedrock Repo as defined in Acceptance criteria section below.
Current Bedrock Repo
├── .github
├── cluster
├── docs
├── gitops
├── pipelines
├── test
├── tools
├── LICESNE
├── README.md
├── .gitignore
├── azure-pipelines.yml
Acceptance Criteria:
- [ ] Move
azure-pipelines.ymlfile from the root tocluster\build\pipelinesdirectory and make sure all pipelines still works. - [ ] Move
docsfolder toclusterfolder and make sure all doc links works. - [ ] Move
testfolder toclusterfolder and make sure all tests and pipelines still works. - [ ] Move
toolsdirectory tocluster\buildfolder and make sure existing Bedrock release process still works. - [ ] Move following files form the
rootdirectory toclusterand make sureclusterproject can be opened in VS Code.- LICESNE
- README.md
- .gitignore
Bedrock Repo after implementing above tasks
├── .github
├── gitops
├── cluster
├─ build
├── pipelines
├── azure-pipelines.yml
├── tools
├─ docs
├── test
├── LICESNE
├── README.md
├── .gitignore
Additional context:
It is part of an an SPK repo merging into Bedrock epic
Does this require updates to documentation?: No