From: Michal Nowak Date: Tue, 5 Dec 2023 08:44:50 +0000 (+0100) Subject: Run "make check" in system:gcc:sid:amd64 X-Git-Tag: v9.19.19~12^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27d51d6ab66a2ada0b7d5067c0a819897487cb47;p=thirdparty%2Fbind9.git Run "make check" in system:gcc:sid:amd64 Following the discontinuation of the OpenBSD system test in CI, transfer the execution of the system test using the "make check" method to the Debian "sid" system test CI job. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b5a060afec..66a2156cfa2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -965,6 +965,7 @@ gcc:sid:amd64: system:gcc:sid:amd64: <<: *debian_sid_amd64_image <<: *system_test_job + <<: *system_test_make_check_job needs: - job: gcc:sid:amd64 artifacts: true