action #120813
closed[alert] Salt states fail to apply on `scriptgen.py` invocation
0%
Description
Observation¶
ID: SUSE:SLE-15-SP4:Update:Products:Micro53:Staging:A
Function: cmd.run
Name: su geekotest -c 'mkdir -p SUSE:SLE-15-SP4:Update:Products:Micro53:Staging:A && python3 script/scriptgen.py SUSE:SLE-15-SP4:Update:Products:Micro53:Staging:A'
Result: False
Comment: Command "su geekotest -c 'mkdir -p SUSE:SLE-15-SP4:Update:Products:Micro53:Staging:A && python3 script/scriptgen.py SUSE:SLE-15-SP4:Update:Products:Micro53:Staging:A'" run
Started: 13:44:30.023763
Duration: 61.947 ms
Changes:
----------
pid:
2693
retcode:
1
stderr:
Cannot find xml file for SUSE:SLE-15-SP4:Update:Products:Micro53:Staging:A ...
stdout:
Generating scripts for SUSE:SLE-15-SP4:Update:Products:Micro53:Staging:A
----------
ID: SUSE:SLE-15-SP4:Update:Products:Micro53:Staging:B
Function: cmd.run
Name: su geekotest -c 'mkdir -p SUSE:SLE-15-SP4:Update:Products:Micro53:Staging:B && python3 script/scriptgen.py SUSE:SLE-15-SP4:Update:Products:Micro53:Staging:B'
Result: False
Comment: Command "su geekotest -c 'mkdir -p SUSE:SLE-15-SP4:Update:Products:Micro53:Staging:B && python3 script/scriptgen.py SUSE:SLE-15-SP4:Update:Products:Micro53:Staging:B'" run
Started: 13:44:30.085919
Duration: 61.939 ms
Changes:
----------
pid:
2696
retcode:
1
stderr:
Cannot find xml file for SUSE:SLE-15-SP4:Update:Products:Micro53:Staging:B ...
stdout:
Generating scripts for SUSE:SLE-15-SP4:Update:Products:Micro53:Staging:B
(from https://gitlab.suse.de/openqa/salt-states-openqa/-/jobs/1250182/raw)
Updated by okurz about 2 years ago
- Tags set to reactive work
- Target version set to Ready
Likely some inconsistent changes in the according data project of the IBS trigger thing. We should finally look into a solution to not need any changes in salt states when product definitions chance
Updated by andriinikitin about 2 years ago
- Status changed from New to Workable
- Assignee changed from mloviska to andriinikitin
the error happened because https://gitlab.suse.de/openqa/salt-states-openqa/-/merge_requests/773 wasn't merged, will try to merge
Updated by mloviska about 2 years ago
andriinikitin wrote:
the error happened because https://gitlab.suse.de/openqa/salt-states-openqa/-/merge_requests/773 wasn't merged, will try to merge
oh sorry, SUSE:SLE-15-SP4:Update:Products:Micro53.*
is not needed anymore.
Updated by andriinikitin about 2 years ago
- Assignee changed from andriinikitin to mloviska
mloviska wrote:
oh sorry,
SUSE:SLE-15-SP4:Update:Products:Micro53.*
is not needed anymore.
But there is no TEST inside dist.suse.de::repos/SUSE:/SLE-15-SP4:/Update:/Products:/Micro54:/ yet, so I'd probably remove these from salt until ibs is ready or just ignore failures.
Assigning to you then.
Updated by mloviska about 2 years ago
- Assignee changed from mloviska to andriinikitin
andriinikitin wrote:
But there is no TEST inside dist.suse.de::repos/SUSE:/SLE-15-SP4:/Update:/Products:/Micro54:/ yet, so I'd probably remove these from salt until ibs is ready or just ignore failures.
Assigning to you then.
Ok, I will create another MR then, to remove them for now.
Updated by mloviska about 2 years ago
- Status changed from Workable to In Progress
- Assignee changed from andriinikitin to mloviska
Updated by mloviska about 2 years ago
Updated by openqa_review about 2 years ago
- Due date set to 2022-12-06
Setting due date based on mean cycle time of SUSE QE Tools
Updated by mloviska about 2 years ago
- Status changed from In Progress to Resolved
Both MRs got merged.