Project

General

Profile

Actions

action #123939

closed

Fix bug in gitlab CI/CD

Added by syrianidou_sofia about 1 year ago. Updated about 1 year ago.

Status:
Rejected
Priority:
Low
Assignee:
-
Target version:
Start date:
2023-02-06
Due date:
% Done:

0%

Estimated time:

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)

Actions #1

Updated by syrianidou_sofia about 1 year ago

  • Status changed from New to Rejected

The problem comes from openqa itself, so it's not an easy fix

Actions

Also available in: Atom PDF