Unverified Commit 430f4c13 authored by Ray Rischpater, KF6GPE's avatar Ray Rischpater, KF6GPE Committed by GitHub

Use Cirrus credits for billing. (#42867)

parent 0a93f4eb
...@@ -2,7 +2,7 @@ container: ...@@ -2,7 +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' && $CIRRUS_PR == '' 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.
...@@ -296,7 +296,7 @@ task: ...@@ -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 - dart --enable-asserts dev/customer_testing/run_tests.dart --skip-on-fetch-failure --skip-template bin/cache/pkg/tests/registry/*.test
task: task:
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_PR == '' use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
windows_container: windows_container:
image: cirrusci/android-sdk:28-windowsservercore-2019 image: cirrusci/android-sdk:28-windowsservercore-2019
os_version: 2019 os_version: 2019
...@@ -349,7 +349,7 @@ task: ...@@ -349,7 +349,7 @@ task:
SUBSHARD: integration SUBSHARD: integration
task: task:
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_PR == '' use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
windows_container: windows_container:
image: cirrusci/android-sdk:28-windowsservercore-2019 image: cirrusci/android-sdk:28-windowsservercore-2019
os_version: 2019 os_version: 2019
......
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