From e3c4ac4023025e2e828bff5ee99dd35545d72b58 Mon Sep 17 00:00:00 2001 From: Fran Garcia-Linares <14157-fjgarlin@users.noreply.drupalcode.org> Date: Thu, 10 Oct 2024 17:50:28 +0000 Subject: [PATCH] Issue #3479812 by fjgarlin, feyp, jonathan1055: upgrade_status job fails due to unmet database requirements --- includes/include.drupalci.main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/include.drupalci.main.yml b/includes/include.drupalci.main.yml index 9d97cd56..d23bcf6e 100644 --- a/includes/include.drupalci.main.yml +++ b/includes/include.drupalci.main.yml @@ -626,6 +626,8 @@ phpstan (next major): upgrade status: extends: .testing-job-base + variables: + _TARGET_PHP_IMAGE_VARIANT: "ubuntu-apache" allow_failure: exit_codes: - 3 # The upgrade_status:analyze command returns 3 if there are any issues. This is considered an 'amber' warning, not a red 'failure'. -- GitLab