Miretpl commented on code in PR #71548:
URL: https://github.com/apache/airflow/pull/71548#discussion_r3962428052
##########
scripts/tests/ci/test_analyze_ci_job_durations.py:
##########
@@ -416,6 +455,41 @@ def test_image_build_spike_alone_does_not_flag_a_job(self,
durations_module):
)
assert regressions == []
+ def
test_cache_push_job_is_not_flagged_when_only_the_image_rebuild_grew(self,
durations_module):
+ """The image-cache push jobs have no prepare-breeze step - their
build+push is the image.
+
+ Modelled on the 2026-08-13 canary: an apt package added to an early
image layer
+ invalidated every layer after it, so the build+push step went 11m ->
30m while the
+ job did no more work than usual.
Review Comment:
I remember that there was something, but without a link, it doesn't bring
any value really and even link, due to retention, would not make any
difference. I would remove this comment.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]