You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operate required pull-request CI as a developer-facing service with explicit latency and runner-efficiency objectives, robust regression detection, reliable cancellation of obsolete work, and no silently ignored workflow configuration.
Use supported GitHub APIs, native job summaries/timelines, cache-action diagnostics, JUnit reports, and Spring context metrics. Avoid building a custom analytics platform or presenting dependency wait as pure runner queue time.
Establish a rolling baseline from representative green PR runs and report separately:
workflow creation to required-green;
required-job execution duration;
job creation-to-start delay, labeled as including dependency waiting where eligibility is unavailable;
summed runner execution time and Docker runner time;
cancelled/superseded work;
full Spring starts, cumulative startup, and context-cache behavior.
Evaluate the runner impact of running Docker concurrently with verification. If contention is material, prefer accurate path filters, BuildKit caching, cancellation, or Docker-specific concurrency controls over restoring a broad Quality-to-Docker dependency.
Resolve actionable workflow warnings that indicate unsupported or ineffective configuration, including the ignored predicate-quantifier input, deprecated action runtimes, and Docker artifact-metadata warnings. Retain immutable commit pins and do not add permissions merely to silence warnings.
Why
#1523 reduced required workflow latency from 17m24s to 10m17s while preserving all verification, but one green run is not a service level. Integration and API/Database remain close to ten minutes, and parallel Docker builds trade lower elapsed time for greater instantaneous runner demand in an organization with limited capacity.
Metrics are useful only when they inform a budget or resource decision. The goal is predictable fast feedback without hiding work, overloading shared runners, or failing pull requests on one noisy hosted sample.
Initial objectives to validate against at least eight representative green runs:
At least eight representative green PR runs establish the initial rolling baseline.
Required makespan, job execution, start/dependency delay, and total runner time are reported separately without manual log downloads.
Rolling p50 and p95 values are visible and each collected metric has a documented decision it informs.
Sustained regressions produce an actionable signal using a noise-resistant policy rather than failing on one slow runner.
Superseded PR runs reliably cancel without affecting main or release workflows.
Parallel Docker execution is evaluated for latency, peak demand, runner time, start delay, cancellation savings, and work spent before unrelated failures.
Unsupported workflow inputs are removed or corrected; actionable runtime and artifact-metadata warnings are resolved without floating action tags or unjustified permissions.
No required test, security, migration, or image-build confidence is removed to satisfy the budgets.
Contributor documentation explains the service levels, regression response, and local profiling path.
What
Operate required pull-request CI as a developer-facing service with explicit latency and runner-efficiency objectives, robust regression detection, reliable cancellation of obsolete work, and no silently ignored workflow configuration.
Use supported GitHub APIs, native job summaries/timelines, cache-action diagnostics, JUnit reports, and Spring context metrics. Avoid building a custom analytics platform or presenting dependency wait as pure runner queue time.
Establish a rolling baseline from representative green PR runs and report separately:
Evaluate the runner impact of running Docker concurrently with verification. If contention is material, prefer accurate path filters, BuildKit caching, cancellation, or Docker-specific concurrency controls over restoring a broad Quality-to-Docker dependency.
Resolve actionable workflow warnings that indicate unsupported or ineffective configuration, including the ignored
predicate-quantifierinput, deprecated action runtimes, and Docker artifact-metadata warnings. Retain immutable commit pins and do not add permissions merely to silence warnings.Why
#1523 reduced required workflow latency from 17m24s to 10m17s while preserving all verification, but one green run is not a service level. Integration and API/Database remain close to ten minutes, and parallel Docker builds trade lower elapsed time for greater instantaneous runner demand in an organization with limited capacity.
Metrics are useful only when they inform a budget or resource decision. The goal is predictable fast feedback without hiding work, overloading shared runners, or failing pull requests on one noisy hosted sample.
Initial objectives to validate against at least eight representative green runs:
References:
Done when
mainor release workflows.