Skip to content
Martin Weise edited this page Mar 16, 2023 · 2 revisions

Date: 2023-03-16

Driver: Martin Weise

Status

Accept

Context

We need a repository that can host the code and contains pipelines for the cloud.

Options Considered

Git submodules

Decision

We use two repositories:

  1. Gitlab (@phaidra) for code
  2. Github (@adls) for the cloud deployment

Consequences

Code will stay in the Gitlab with the "artificial" master branch

  • kubernetes-integration (master)
    • kubernetes-integration-dev (dev)
      • kubernetes-integration-feature-x (feature branch x)
      • kubernetes-integration-feature-y (feature branch y)
      • kubernetes-integration-feature-z (feature branch z)

Deployment for the Kubernetes Cluster will be in the Github.

  • Pipeline code
  • Makefiles
  • Etc.

Clone this wiki locally