From 2abbc4f3135a57b819d9a4fc963d8dea2e6b420d Mon Sep 17 00:00:00 2001 From: Rene Cannao Date: Sat, 11 Apr 2026 09:23:48 +0000 Subject: [PATCH] ci: empty commit to validate cache shrink + CI-unittests disable Final validation of the CI cascade after: - #5603 (GH-Actions): ci-builds.yml strips unit binaries + test/deps from the _test cache to stay under the 10 GB repo quota - #5604 (v3.0): CI-unittests workflow_run trigger removed so it stops firing automatically Expected signals: - CI-builds log shows 'Compiled N unit test binaries' (N>0), then 'Deleted N unit test binaries', then 'test/deps runtime-dependency check passed', then 'Deleted test/deps' - _test cache save size ~1 GB compressed (down from ~4 GB) - CI-legacy-g*, CI-mysql84-g*, CI-basictests get past 'Cache restore test' and actually run their tests for realistic durations (minutes, not seconds-and-fail) - proxysql-tester.py reports PASS N/N with N > 0 - CI-unittests does NOT appear in the cascade (disabled)