re-enable linux packages-autoroller (#160266)

I fixed the autoroller in https://github.com/flutter/flutter/pull/160059
but forgot to mark the shard non-bring-up. Note, it's currently failing
in post-submit, but only because bringUp shards run in the staging pool,
which does not have access to the GitHub access token necessary for the
roller to operate.
This commit is contained in:
Christopher Fujino 2024-12-16 11:51:25 -08:00 committed by GitHub
parent 55d7341a66
commit 2bda0ccc75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -392,7 +392,6 @@ targets:
- name: Linux packages_autoroller
presubmit: false
bringup: true # https://github.com/flutter/flutter/issues/160055
recipe: pub_autoroller/pub_autoroller
# This takes a while because we need to fetch network dependencies and run
# Gradle for every android app in the repo