From 8c0a161e4c1c1dc02ebe89076f038750e83f95fa Mon Sep 17 00:00:00 2001 From: Miguel Prada <miguel.prada@tecnalia.com> Date: Wed, 27 Sep 2023 11:30:33 +0200 Subject: [PATCH] Add 'humble' into distro-based python job selection logic --- ci-templates/auto-rules/no-default.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci-templates/auto-rules/no-default.yml b/ci-templates/auto-rules/no-default.yml index f67a44b..6515130 100644 --- a/ci-templates/auto-rules/no-default.yml +++ b/ci-templates/auto-rules/no-default.yml @@ -55,6 +55,10 @@ industrial_ci_humble: when: always - if: $BUILD_NOETIC when: always + - if: $DEFAULT_DISTRO == "humble" + when: always + - if: $BUILD_HUMBLE + when: always when: always .py2_template: -- GitLab