-
Sub-task
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
None
Description of the problem:
Tests must be executed as well for maintenance branches.
If we keep using the same jobs for maintenance, the folder prefix needs to be adjusted.
Desired outcome and acceptance tests:
- P3 jobs are adjusted for maintenance branches (list below) and symlinked
- If applicable, job names are generated with a maintenance/<version>/ prefix.
- There are no collisions with non-maintenance jobs, e.g. data-generating or consuming jobs for master.
Hints (optional):
- Ideally, a shared-library function is used for prefixing the job name.
- Pay attention to references to master
- Jobs which generate or consume data using Google Buckets need to use a path prefix as well.
P2 jobs:
.ci/jobs/test_release.dsl
.ci/jobs/elasticsearch_aws_compatibility.dsl
.ci/jobs/sonarqube_analysis.dsl
.ci/jobs/generate_cambpm_test_data.dsl (for the rare case that we need to generate a data-set for an older cambpm version)