Created
July 20, 2022 01:02
-
-
Save abelardojarab/9b2c516c21bb7999b2020077099ed859 to your computer and use it in GitHub Desktop.
flow_test.puml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@startuml | |
start | |
:Request created; | |
while (Review request) is (accepted) | |
:Jira ticket is created; | |
:Assign Cloud Performance Engineer (PE) to Jira ticket; | |
:CPE designs test plan; | |
:CPE calculate CSP cost; | |
if (is CSP cost approved by manager?) then (Yes) | |
:CPE runs pre-flight test on CSP instances; | |
:CPE review pre-flight test results; | |
while (Review pre-flight test results) is (not accepted) | |
:CPE re-runs pre-flight test; | |
:CPE reviews pre-flight test results; | |
endwhile (accepted) | |
:CPE attaches clean pre-flight test results to Jira ticket; | |
:CPE proceeds with the full testing; | |
:CPE fills/updates Confluence Benchmark Template; | |
:CPE presents results to team; | |
stop | |
else (No) | |
:Backlog; | |
endif | |
endwhile (not accepted) | |
:Request rejected; | |
stop | |
@enduml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment