action #90614
closedCI test webui-docker-compose failed but PR was merged anyway
Description
Observation¶
https://github.com/os-autoinst/openQA/pull/3820 showed that the CI check "webui-docker-compose" failed (problem Nr. 1) but mergify nevertheless merged the PR (problem Nr. 2)
Acceptance criteria¶
- AC1: webui-docker-compose is stable
- AC2: mergify only merges if also webui-docker-compose (and likely others?) are passed
Suggestions¶
- See https://github.com/os-autoinst/openQA/runs/2239018835 for details about the failure:
The command '/bin/sh -c zypper ar -p 95 -f http://download.opensuse.org/repositories/devel:openQA/openSUSE_Leap_15.2 devel_openQA && zypper ar -p 90 -f http://download.opensuse.org/repositories/devel:openQA:Leap:15.2/openSUSE_Leap_15.2 devel_openQA_Leap && zypper --gpg-auto-import-keys ref && zypper in -y --force-resolution openQA nginx && zypper clean' returned a non-zero code: 8
- Make sure that such failure is handled with retry
- Add this check and potentially others to the mergify config so that mergify does not merge prematurely
Updated by ilausuch over 3 years ago
- Status changed from Workable to In Progress
Updated by openqa_review over 3 years ago
- Due date set to 2021-04-23
Setting due date based on mean cycle time of SUSE QE Tools
Updated by mkittler over 3 years ago
Updated by livdywan over 3 years ago
- Status changed from In Progress to Feedback
Updated by ilausuch over 3 years ago
- Related to action #91046: CI: "webui-docker-compose" seems that eventually fails again added
Updated by ilausuch over 3 years ago
However some zypper problems has being detected #90614
Updated by ilausuch over 3 years ago
- Related to action #91097: CI: "webui-docker-compose" eventually fails building images added
Updated by ilausuch over 3 years ago
I create a new PR to ensure 3 retries to docker-compose build
https://github.com/os-autoinst/openQA/pull/3844
Updated by ilausuch over 3 years ago
- Status changed from Feedback to In Progress
Updated by ilausuch over 3 years ago
- Status changed from In Progress to Resolved
All the AC are covered
AC1: webui-docker-compose is stable
Is covered by https://github.com/os-autoinst/openQA/pull/3844 (CI: Retry if docker-compose build fails in webui-docker-compose test)
And https://github.com/os-autoinst/openQA/pull/3840 (https://github.com/os-autoinst/openQA/pull/3840)
AC2: mergify only merges if also webui-docker-compose (and likely others?) are passed
Is covered by https://github.com/os-autoinst/openQA/pull/3831/files (CI: Add checks over static-check-containers and webui-docker-compose in mergify)