Files
scripts/python/appveyor.mmd
Dobromir Popov a2457e8006 notes
2024-07-29 18:20:51 +03:00

76 lines
2.1 KiB
Plaintext

graph TD
A[Common Configuration] --> B[master]
A[Common Configuration] --> C[stable]
A[Common Configuration] --> D[deployment]
A[Common Configuration] --> E[GAT-5073]
A[Common Configuration] --> F[GAT-5098]
B --> B1[Release_ProfessionalTestServer]
B --> B2[Release_TestServer]
B --> B3[Release_DemoServer]
B1 --> G[TESTPRO on master]
B2 --> H[TEST on master]
B3 --> I[DEMO on master]
C --> C1[Release_DemoServer]
C --> C2[Release_ProfessionalTestServer]
C1 --> J[DEMO on stable]
C2 --> K[TESTPRO on stable]
D --> D1[Release_ProductionServer]
D --> D2[Release_ProfessionalServer]
D1 --> L[PROD Staging on deployment]
D2 --> M[PRO on deployment]
E --> E1[Staging_TestServer]
E1 --> N[TEST-Staging on GAT-5073]
F --> F1[Staging_DemoServer]
F1 --> O[DEMO-Staging on GAT-5098]
style A fill:#f9f,stroke:#333,stroke-width:2px
style C1 fill:#bbf,stroke:#333,stroke-width:2px,stroke-dasharray: 5,5
style C2 fill:#bbf,stroke:#333,stroke-width:2px,stroke-dasharray: 5,5
%% graph TD
%% A[Branches] --> B[master]
%% A --> C[stable]
%% A --> D[deployment]
%% A --> E[GAT-5073]
%% A --> F[GAT-5098]
%% B --> G[Release_ProfessionalTestServer]
%% B --> H[Release_DemoServer]
%% C --> I[Release_DemoServer]
%% C --> J[Release_ProfessionalTestServer]
%% D --> K[Release_ProductionServer]
%% D --> L[Release_ProfessionalServer]
%% E --> M[Staging_TestServer]
%% F --> N[Staging_DemoServer]
%% G --> O[TESTPRO - production]
%% H --> P[DEMO - production]
%% I --> Q[DEMO - production]
%% J --> R[TESTPRO - production]
%% K --> S[PROD - staging]
%% L --> T[PRO - production]
%% M --> U[TEST - staging]
%% N --> V[DEMO - staging]
%% style A fill:#f9f,stroke:#333,stroke-width:2px
%% style B fill:#bbf,stroke:#333,stroke-width:2px
%% style C fill:#bbf,stroke:#333,stroke-width:2px
%% style D fill:#bbf,stroke:#333,stroke-width:2px
%% style E fill:#bbf,stroke:#333,stroke-width:2px
%% style F fill:#bbf,stroke:#333,stroke-width:2px