Skip to content

Commit 40436b5

Browse files
committed
doc: list of pending tasks
1 parent 4399815 commit 40436b5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/getting_started.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ We now have 3 pipelines that we would set up
7474

7575
Great, you now have the build pipeline setup, you can either manually trigger it or it gets automatically triggered everytime there is a change in the master branch.
7676

77+
9. <<TODO: Make sure that the build trigger is not enabled for PR>>
78+
7779
**Note:** The build pipeline will perform basic test on the code and provision infrastructure on azure. This can take around 10 mins to complete.
7880

7981
### 6. Set up Retraining trigger release pipeline
@@ -113,7 +115,9 @@ Great, you now have the build pipeline setup, you can either manually trigger it
113115

114116
To view the newly created pipeline, click on the release tab on the left hand side and it will show the retraining trigger pipeline.
115117

116-
1. <<TODO: Trigger the retraining pipeline trigger>>
118+
1. <<TODO: Enable the continuous deployment trigger on the build artifact>>
119+
120+
1. <<TODO: Manual Trigger the retraining pipeline trigger>>
117121

118122
1. <<TODO: The artifact name is defined by the name of build pipeline. If people fork it, the build pipeline name will change, this will change the artifact name and the workingDirectory path will change causing release pipelines to fail >>
119123

@@ -164,7 +168,10 @@ Let's set up the release deployment pipeline now.
164168
- For Source, select the source build pipeline.
165169
- Other fields will get auto populated, you can leave them as it is.
166170

167-
171+
1. <<TODO: Add the build artifacts from the build pipeline to use the deployment code>>
172+
173+
1. <<TODO: Update the working directory for all steps and install-setup.py file path>>
174+
168175
1. We now have QA environment continously deployed each time there is a new image available in container registry. You can select pre-deployment conditions for prod environment, normally you don't want it to be auto deployed, so select manual only trigger here.
169176

170177
![release retraining artifact](./images/release-deploymentprodtrigger.png)

0 commit comments

Comments
 (0)