Actions
action #152643
closedhttps://monitor.qa.suse.de/d/nRDab3Jiz/openqa-jobs-test showing two entries for x86_64, one with quotes and one without
Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
2023-12-14
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Observation¶
https://monitor.qa.suse.de/d/nRDab3Jiz/openqa-jobs-test showing two entries for x86_64, one with quotes and one without. Likely that appeared since 2023-12-13 since the past days I regularly took a look. The entry for 'x86_64' seems to have appeared since then and shouldn't be there.
Acceptance criteria¶
- AC1: https://monitor.qa.suse.de/d/nRDab3Jiz/openqa-jobs-test https://monitor.qa.suse.de/d/nRDab3Jiz/openqa-jobs-test?orgId=1&from=now-7d&to=now&viewPanel=12 shows only the four usual architectures x86_64, aarch64, ppc64le, s390x without quotes and no duplicates
Suggestions¶
- Check if somebody scheduled jobs with architecture
'x86_64'
by mistake and if yes delete those jobs - Ensure that https://monitor.qa.suse.de/d/nRDab3Jiz/openqa-jobs-test https://monitor.qa.suse.de/d/nRDab3Jiz/openqa-jobs-test?orgId=1&from=now-7d&to=now&viewPanel=12 shows only the four usual architectures x86_64, aarch64, ppc64le, s390x without quotes and no duplicates
Updated by tinita 12 months ago · Edited
I found it in influxdb with a process of elimination, because I couldn't find out how to search for a single quote.
This is the entry (Wed Dec 13 15:19:31 2023 UTC):
> select * from openqa_jobs_by_arch where time = 1702480771000000000;
name: openqa_jobs_by_arch
time arch blocked host origin running scheduled url
---- ---- ------- ---- ------ ------- --------- ---
1702480771000000000 'x86_64' openqa salt 1 https://openqa.suse.de
1702480771000000000 aarch64 openqa salt 4 https://openqa.suse.de
1702480771000000000 ppc64le 111 openqa salt 46 167 https://openqa.suse.de
1702480771000000000 s390x 17 openqa salt 20 204 https://openqa.suse.de
1702480771000000000 x86_64 91 openqa salt 98 1002 https://openqa.suse.de
Updated by tinita 12 months ago
- Status changed from In Progress to Resolved
https://gitlab.suse.de/openqa/salt-states-openqa/-/merge_requests/1067 merged, panel looks good again.
Actions