Skip to content

Commit

Permalink
Use Cirrus credits for billing. (flutter#42867)
Browse files Browse the repository at this point in the history
  • Loading branch information
kf6gpe committed Oct 16, 2019
1 parent 0a93f4e commit 430f4c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ container:
image: gcr.io/flutter-cirrus/build-flutter-image:latest

task:
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_PR == ''
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
env:
# Name the SDK directory to include a space so that we constantly
# test path names with spaces in them.
Expand Down Expand Up @@ -296,7 +296,7 @@ task:
- dart --enable-asserts dev/customer_testing/run_tests.dart --skip-on-fetch-failure --skip-template bin/cache/pkg/tests/registry/*.test

task:
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_PR == ''
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
windows_container:
image: cirrusci/android-sdk:28-windowsservercore-2019
os_version: 2019
Expand Down Expand Up @@ -349,7 +349,7 @@ task:
SUBSHARD: integration

task:
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_PR == ''
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
windows_container:
image: cirrusci/android-sdk:28-windowsservercore-2019
os_version: 2019
Expand Down

0 comments on commit 430f4c1

Please sign in to comment.