This means that any tests that Flutter adds to validate its cache will fail on that bot.
Ideally, Flutter could keep these tests as is without guards for the HHH bot. There should be a way to run flutter/dev/bots/test.dart with a local engine, and if not, we should make sure it works for HHH's needs.
Currently, the triple head bot overwrites files in the flutter/bin/cache folder to run tests against custom built artifacts: https://dart.googlesource.com/recipes/+/master/recipes/dart/flutter_engine.py#191
This means that any tests that Flutter adds to validate its cache will fail on that bot.
Ideally, Flutter could keep these tests as is without guards for the HHH bot. There should be a way to run
flutter/dev/bots/test.dart
with a local engine, and if not, we should make sure it works for HHH's needs.@athomas @christopherfujino @jonahwilliams @alexmarkov @aam