action #162311
Updated by okurz 6 months ago
## Observation
openQA test in scenario openqa-Tumbleweed-dev-x86_64-openqa_from_git@64bit-2G fails in
[openqa_webui](https://openqa.opensuse.org/tests/4273694/modules/openqa_webui/steps/31)
## Acceptance criteria
* **AC1**: The CSS files of the openQA web UI are generated reliably (without sometimes running into SASS-related errors).
Test suite description
## Reproducible
Fails since (at least) Build [:TW.29212](https://openqa.opensuse.org/tests/4273610)
## Expected result
Last good: [:TW.29211](https://openqa.opensuse.org/tests/4273425) (or more recent)
## Suggestions
* *DONE* Understand why openQA-in-openQA tests show broken CSS sometimes -> Because sass failed to build assets and AssetPack is ignoring errors so our packages in devel:openQA have sometimes broken CSS since the bootstrap 4->5 migration
* Provide a fix for how sass builds CSS to the according package https://build.opensuse.org/request/show/1181472
* Submit the according patch temporarily also into devel:openQA with a link back to this ticket
* Await the acceptance of the according SR into Factory, verify that it's effective for openQA, remove the link in devel:openQA again
## Further details
Always latest result in this scenario: [latest](https://openqa.opensuse.org/tests/latest?arch=x86_64&distri=openqa&flavor=dev&machine=64bit-2G&test=openqa_from_git&version=Tumbleweed)
## Out of scope
* Future-proof solution: #162500
* AssetPack should fail if sass fails #162503
Back