-
Notifications
You must be signed in to change notification settings - Fork 29.6k
Description
Previously work was done to make sure the golden tests run on the release branches. It was verified to work in a mock run at #146078. When the 3.23 beta branch was created golden images were not reaped like it did in the mock test.
This is likely a difference in the environment between the test and the real release workflow. The code that added the ability for cocoon to run the skia gold on release branches was added in flutter/cocoon#3659 and appears intact still.
The PR that disabled the golden image tests for the 3.23 beta branch was flutter/engine#53163. It appears that the release team ran into issues beyond just the failure of cocoon to reap the golden images too since there was a need to disable the tests. I believe that is their GOLDCTL env var issue which should be resolved by adding skia gold as a dependency in the builder.
We need to identify the difference between the mock run and the real workflow to understand why cocoon did not reap the golden images.
cc @matanlurey