Unverified Commit 9f0183ea authored by Greg Spencer's avatar Greg Spencer Committed by GitHub

Turn on compute credits for all contributor builds (#22000)

parent 74e93e4c
...@@ -2,6 +2,7 @@ container: ...@@ -2,6 +2,7 @@ container:
image: gcr.io/flutter-cirrus/build-flutter-image:latest image: gcr.io/flutter-cirrus/build-flutter-image:latest
task: task:
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
env: env:
# Name the SDK directory to include a space so that we constantly # Name the SDK directory to include a space so that we constantly
# test path names with spaces in them. # test path names with spaces in them.
...@@ -68,6 +69,7 @@ task: ...@@ -68,6 +69,7 @@ task:
task: task:
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
windows_container: windows_container:
image: cirrusci/windowsservercore:2016 image: cirrusci/windowsservercore:2016
os_version: 2016 os_version: 2016
...@@ -102,6 +104,7 @@ task: ...@@ -102,6 +104,7 @@ task:
SHARD: tool_tests SHARD: tool_tests
task: task:
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
name: deploy_gallery-macos name: deploy_gallery-macos
only_if: $CIRRUS_BRANCH == 'dev' only_if: $CIRRUS_BRANCH == 'dev'
pub_cache: pub_cache:
...@@ -133,6 +136,7 @@ task: ...@@ -133,6 +136,7 @@ task:
- ./dev/bots/deploy_gallery.sh - ./dev/bots/deploy_gallery.sh
task: task:
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
osx_instance: osx_instance:
image: high-sierra-xcode-9.4.1 image: high-sierra-xcode-9.4.1
depends_on: depends_on:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment