action #123418
coordination #121876: [epic] Handle openQA review failures in Yam squad
Use IP instead of WORKER_HOSTNAME when expanding variables with AutoYaST in iscsi scenario
0%
Description
Motivation¶
After recent network changes in the infrastructure it was seen that iscsi was failing sporadically when using WORKER_HOSTNAME, we should use IP instead when expanding variables in AutoYaST profile.
Here there is a example of sporadic failure: https://openqa.suse.de/tests/10345967#step/installation/44
Acceptance criteria¶
AC1: Stop using WORKER_HOSTNAME in AutoYaST for iscsi, use IP instead
AC2: Limit this 'hack' to iscsi scenarios only
Additional information¶
Previous PRs:
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/15933
https://github.com/os-autoinst/os-autoinst/pull/2219/files
Potential place where to make the change:
lib/autoyast.pm
in method expand_variables
History
#1
Updated by JERiveraMoya 2 months ago
- Description updated (diff)
#2
Updated by JERiveraMoya about 2 months ago
- Tags deleted (
qe-yam-refinement) - Status changed from New to Workable
#3
Updated by JERiveraMoya about 2 months ago
- Parent task set to #121876
#4
Updated by syrianidou_sofia about 1 month ago
- Status changed from Workable to In Progress
- Assignee set to syrianidou_sofia
#5
Updated by syrianidou_sofia about 1 month ago
- Status changed from In Progress to Resolved
After replacing worker hostname with ip, the success rate is higher.
https://openqa.suse.de/tests/10561870
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/16448