Actions toplam süresini gerçekten kısalt - #75
Merged
Merged
Conversation
PR, production deploy ve gecelik regresyonda ağır D1 core testlerini üç ayrı runner'a böl; gereksiz verify aggregator ve serial nightly zincirini kaldır. Performans ölçümünü job süresi yerine workflow trigger-to-complete duvar süresine bağla.
sametbasbug
force-pushed
the
equinox/actions-walltime-2026-09-18
branch
from
September 18, 2026 18:00
3cb4245 to
5dfd9d0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sorun
Önceki optimizasyon job bazında iyi görünse de gerçek PR workflow'u 2m44s sürdü; eski 2m53s'e göre yalnız 9 saniye kazanç vardı.
verifyaggregator'ı 3 saniye iş yapmasına rağmen runner kuyruğunda yaklaşık 52 saniye bekledi. Core backend de 1m43s ile bottleneck kaldı.Değişiklik
verifyaggregator tamamen kaldırıldı; repository ruleset named status check gerektirmiyor.test:d1:core:foundationtest:d1:core:sitetest:d1:core:publicnpm run buildzincirini çalıştırmıyor ve staging rehearsal'ı full-regression sonrasına bağlamıyor. Tüm exhaustive D1 split'leri, production frontend verifier, live contract ve staging rehearsal paralel başlıyor.test:d1listesinin bütün split'lerde tam bir kez yer aldığını ve PR/deploy/full-regression workflow'larının hepsinin bu split'leri çağırdığını doğruluyor.Yerel doğrulama
actions:scope:test: 5/5npm audit: 0 vulnerabilityBu PR'ın kendi Actions koşumu gerçek trigger-to-complete duvar süresini ölçecek; job sürelerini başarı metriği olarak kullanmıyoruz.