Actions
action #51479
closedSome jobs don't get all the %variables% properly expanded
Status:
Rejected
Priority:
High
Assignee:
Category:
Regressions/Crashes
Target version:
Start date:
2019-05-15
Due date:
% Done:
0%
Estimated time:
Description
Looking at reported jobs:
- https://openqa.suse.de/tests/2893239#settings - upgrade_from-15-sle-15-SP1-ppc64le-Build227.1-alpha-%CLUSTER_NAME%-node01-HA-BV-registered.qcow2
- https://openqa.suse.de/tests/2892949#settings - SLES-15-SP1-aarch64-227.1@aarch64-virtio-minimal_with_sdk%BUILD%_installed.qcow2
- https://openqa.suse.de/tests/2892931#settings - sle-15-aarch64-ha-alpha-%CLUSTER_NAME%-node02.qcow2
It seems that the problems are related to a recent PR https://github.com/os-autoinst/openQA/pull/2057 that changed the behavior on how the variables are processed.
https://openqa.suse.de/tests/2894128 this job has the problem, if you look at the create_hdd_minimal_base+sdk test suite definition:
ADDONURL_SDK=ftp://openqa.suse.de/SLE-%VERSION%-SDK-POOL-%ARCH%-Build%BUILD_SDK%-Media1/
DESKTOP=textmode
DEV_IMAGE=1
HDDSIZEGB=50
INSTALLONLY=1
PATTERNS=base,minimal
PUBLISH_HDD_1=SLES-%VERSION%-%ARCH%-%BUILD%@%MACHINE%-minimal_with_sdk%BUILD_SDK%_installed.qcow2
PUBLISH_PFLASH_VARS=SLES-%VERSION%-%ARCH%-%BUILD%@%MACHINE%-minimal_with_sdk%BUILD_SDK%_installed-uefi-vars.qcow2
SEPARATE_HOME=0
WORKAROUND_MODULES=base,desktop,serverapp,script,sdk
Actions