Update Pipeline Design authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
......@@ -19,4 +19,12 @@ The following jobs run in the merge request pipeline:
To learn how to set-up the gitlab-runner(s) look into the iac repo:
https://code.fbi.h-da.de/danet/gosdn-iac
You need runners with the following tags:
| Tag | Type | special features |
|--------------|-----------|------------|
| No Tag | docker | Needs good CPU-Performance |
| shell | shell | Needs containerlab installed |
| integration-test-docker | docker | Might only work when same server as 'shell' |
You can easily define multiple different runners without a tag. As of now, you can only use one containerlab and integration-test-docker runner, as the IPs are hard-coded.
\ No newline at end of file