From c13353d358adc47417de634140cee183725c5a3f Mon Sep 17 00:00:00 2001 From: Occumed79 Date: Wed, 29 Jul 2026 23:05:17 -0700 Subject: [PATCH 1/2] Trigger all offline owner candidate builds --- build-triggers/offline-owner-candidates.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 build-triggers/offline-owner-candidates.json diff --git a/build-triggers/offline-owner-candidates.json b/build-triggers/offline-owner-candidates.json new file mode 100644 index 0000000..5962ac5 --- /dev/null +++ b/build-triggers/offline-owner-candidates.json @@ -0,0 +1,8 @@ +{ + "purpose": "Compile all 51 forced-split families into immutable offline owner partitions", + "familiesQueued": 51, + "routingZoom": 11, + "maxParallel": 8, + "productionRoutingChanged": false, + "active": false +} From cfed72e50eb336a88e3fb0950b3aff83c5743f8d Mon Sep 17 00:00:00 2001 From: Occumed79 Date: Thu, 30 Jul 2026 07:33:56 -0700 Subject: [PATCH 2/2] Retry owner matrix after cleanup fix --- build-triggers/offline-owner-candidates.json | 1 + 1 file changed, 1 insertion(+) diff --git a/build-triggers/offline-owner-candidates.json b/build-triggers/offline-owner-candidates.json index 5962ac5..65c8410 100644 --- a/build-triggers/offline-owner-candidates.json +++ b/build-triggers/offline-owner-candidates.json @@ -3,6 +3,7 @@ "familiesQueued": 51, "routingZoom": 11, "maxParallel": 8, + "retryRevision": 2, "productionRoutingChanged": false, "active": false }