Commit Graph

3 Commits

Author SHA1 Message Date
Armen Hakobian
56ffd639f3 fix/issue 24 merge pr (#26)
Containerized workflow stages
2024-10-04 12:33:25 +04:00
Armen Hakobian
8ecd7d3867 Sepseparated workflow for main (#18)
Separated workflow for main and other branches

1. From now on, the workflow defined in "pr_cluster_workflow.yaml" will be triggered on config.yaml changes. This can be used for PR testing.
2. Draft PRs are created when the source branch has logical modifications. Normal PRs are used for cluster management.
3.In the case of Draft PRs, which are for logical modifications, if a cluster is required, then the name of the cluster should adhere to the following convention "turnk8s-<PR_NUMBER>".
4. In the case of normal PRs, which are for cluster management, no cluster should be present in the config.yaml file matching the following cluster name regex turnk8s-.*
2024-07-16 18:12:43 +04:00
hakobian4
eb6ed0b13e Initial commit 2024-05-24 15:23:19 +04:00