You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/TCX-process.md
+11
Original file line number
Diff line number
Diff line change
@@ -29,15 +29,26 @@ This document describes the Topcoder issue/feature release process using TCX. Th
29
29
## QA Deployment Phase
30
30
31
31
5. Based on the label `Code Review Passed`, co-pilot should request deployment to the architect. Based on whatever testing deployment environment is available to code will be deployed.
32
+
32
33
6. Once deployed on the environment co-pilot will change the label to `Ready for QA` and will inform the QA team on #community-app slack channel.
34
+
33
35
7. Based on QA feedback label should be `QA Pass` or `QA Fail`
36
+
34
37
8.`QA Fail` label will go to **Review Phase** again
38
+
35
39
9.`QA Pass` label is a candidate for production deployment
40
+
36
41
10. Co-pilot will create PR to `fix-branch > develop` branch
42
+
37
43
11. An architect will merge PR and ask for smoke testing to the QA team
44
+
38
45
12. If smoke testing goes well, co-pilot create PR to `develop > master`
46
+
39
47
13. It takes around 20 mins for deployment on any deployment.
48
+
40
49
14. QA team will verify the post-production issue fix.
50
+
41
51
15. If post-production test passes QA team will change the label to `Prod QA Pass`, Co-pilot will close this ticket
52
+
42
53
17. If post-production test fails QA team will change the label to `Prod QA Failed`
0 commit comments