action #123939
closedFix bug in gitlab CI/CD
0%
Description
In our Jobgroups gitlab repo: qsf-y/QA SLE Functional Y , there is a minor bug that will not allow us to move a test from one Job group to the other in the same Merge request.
For example, trying to move one test that runs on YaST job group, to Development Jobgroup will give this failure message:
{
error => [
"Job template name 'detect_yast2_failures' with sle-15-SP5-Online-x86_64 and 64bit is already used in job group 'YaST'",
],
error_status => 400,
id => 456,
job_group_id => 456,
}
ERROR: 400 - Bad Request
https://gitlab.suse.de/qsf-y/qa-sle-functional-y/-/jobs/1359310
Even if all changes are in the same commit, the error prevents a succesfull pipeline result.
We should try to locate the bug and modify CI to use the produced yaml file in the pipeline, for comparing test suit names (could be in scripts/verify_files_existence.py)
Updated by syrianidou_sofia almost 2 years ago
- Status changed from New to Rejected
The problem comes from openqa itself, so it's not an easy fix