Skip to content

Commit 198d95a

Browse files
committed
Fix links in docs
Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
1 parent 15062a3 commit 198d95a

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

.github/docs/README.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,13 @@ Build process actions:
6262
- [build-strimzi-binaries](../actions/build/build-strimzi-binaries)
6363
- [containers-build](../actions/build/containers-build)
6464
- [containers-load](../actions/build/containers-load)
65-
- [containers-push-manifest](../actions/build/containers-push-manifest)
6665

6766
System tests execution actions:
6867
- [generate-matrix](../actions/systemtests/generate-matrix)
6968
- [set-defaults](../actions/utils/set-defaults)
7069
- [log-variables](../actions/utils/log-variables)
7170
- [parse-comment](../actions/systemtests/parse-comment)
72-
- [determine-ref](../actions/determine-ref)
71+
- [determine-ref](../actions/utils/determine-ref)
7372

7473
Utils actions:
7574
- [check-permissions](../actions/utils/check-permissions)
@@ -99,24 +98,24 @@ Comment for triggering the workflow has to starts with string `/gha run` and the
9998
The whole script that parse the trigger even is part of [parse-comment](../actions/systemtests/parse-comment) action.
10099
Currently, we have these parameters that can be passed through the comment:
101100

102-
| Name | Info | Default |
103-
|-------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------|
104-
| pipeline | Name of the pipeline from [pipelines.yaml](../actions/generate-matrix/pipelines.yaml) that wil be executed | regression,upgrade |
105-
| profile | Testing profile from [pipelines.yaml](../actions/generate-matrix/pipelines.yaml) that will be executed, it has to be defined in pom file | smoke |
106-
| agent | Agent that will be used for a specific pipeline (see list of runners in Strimzi org config for more info) | Value set in [pipelines.yaml](../actions/generate-matrix/pipelines.yaml) |
107-
| strimzi_feature_gates | Which Strimzi Feature Gates will be used | Value set in [pipelines.yaml](../actions/generate-matrix/pipelines.yaml) |
108-
| strimzi_rbac_scope | RBAC scope for Strimzi | Value set in [pipelines.yaml](../actions/generate-matrix/pipelines.yaml) |
109-
| cluster_operator_install_type | How Strimzi will be installed during the tests | Value set in [pipelines.yaml](../actions/generate-matrix/pipelines.yaml) |
110-
| parallel | Number of tests that will be executed in parallel | Value set in [pipelines.yaml](../actions/generate-matrix/pipelines.yaml) |
111-
| architecture | Which architecture will be used (should match with agent arch) | Value set in [pipelines.yaml](../actions/generate-matrix/pipelines.yaml) |
112-
| groups | Which Junit5 groups will be executed | all |
113-
| tests | Which Junit5 tests will be executed | all |
114-
| kubeVersion | Used Kubernetes version as part of Kind/Minikube setup | The one set as default in setup scripts |
115-
| kafkaVersion | Which Kafka version will be used in the tests | Default one from STs config |
101+
| Name | Info | Default |
102+
|-------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|
103+
| pipeline | Name of the pipeline from [pipelines.yaml](../actions/systemtests/generate-matrix/pipelines.yaml) that wil be executed | regression,upgrade |
104+
| profile | Testing profile from [pipelines.yaml](../actions/systemtests/generate-matrix/pipelines.yaml) that will be executed, it has to be defined in pom file | smoke |
105+
| agent | Agent that will be used for a specific pipeline (see list of runners in Strimzi org config for more info) | Value set in [pipelines.yaml](../actions/systemtests/generate-matrix/pipelines.yaml) |
106+
| strimzi_feature_gates | Which Strimzi Feature Gates will be used | Value set in [pipelines.yaml](../actions/systemtests/generate-matrix/pipelines.yaml) |
107+
| strimzi_rbac_scope | RBAC scope for Strimzi | Value set in [pipelines.yaml](../actions/systemtests/generate-matrix/pipelines.yaml) |
108+
| cluster_operator_install_type | How Strimzi will be installed during the tests | Value set in [pipelines.yaml](../actions/systemtests/generate-matrix/pipelines.yaml) |
109+
| parallel | Number of tests that will be executed in parallel | Value set in [pipelines.yaml](../actions/systemtests/generate-matrix/pipelines.yaml) |
110+
| architecture | Which architecture will be used (should match with agent arch) | Value set in [pipelines.yaml](../actions/systemtests/generate-matrix/pipelines.yaml) |
111+
| groups | Which Junit5 groups will be executed | all |
112+
| tests | Which Junit5 tests will be executed | all |
113+
| kubeVersion | Used Kubernetes version as part of Kind/Minikube setup | The one set as default in setup scripts |
114+
| kafkaVersion | Which Kafka version will be used in the tests | Default one from STs config |
116115

117116
The process of parameter usage is as follows:
118-
- `pipeline` has the highest priority. If `pipeline` is defined, the jobs will be loaded with data from [pipelines.yaml](../actions/generate-matrix/pipelines.yaml) that match specific _pipeline_.
119-
- `profile` has the second-highest priority. If `profile` is defined, the jobs will be loaded with data from [pipelines.yaml](../actions/generate-matrix/pipelines.yaml) that match specific _profile_.
117+
- `pipeline` has the highest priority. If `pipeline` is defined, the jobs will be loaded with data from [pipelines.yaml](../actions/systemtests/generate-matrix/pipelines.yaml) that match specific _pipeline_.
118+
- `profile` has the second-highest priority. If `profile` is defined, the jobs will be loaded with data from [pipelines.yaml](../actions/systemtests/generate-matrix/pipelines.yaml) that match specific _profile_.
120119
- `agent` is used only for a `custom` pipeline when either `pipeline` or `profile` are not specified via comment.
121120
- `strimzi_feature_gates` is used only for a `custom` pipeline when either `pipeline` or `profile` are not specified via comment.
122121
- `strimzi_rbac_scope` is used only for a `custom` pipeline when either `pipeline` or `profile` are not specified via comment.

0 commit comments

Comments
 (0)