Skip to content

Commit 5f1c83e

Browse files
authored
Run firebase test in flutter-cirrus (flutter#4332)
1 parent 41cb992 commit 5f1c83e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.cirrus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ task:
159159
CHANNEL: "master"
160160
CHANNEL: "stable"
161161
MAPS_API_KEY: ENCRYPTED[596a9f6bca436694625ac50851dc5da6b4d34cba8025f7db5bc9465142e8cd44e15f69e3507787753accebfc4910d550]
162-
GCLOUD_FIREBASE_TESTLAB_KEY: ENCRYPTED[07586610af1fdfc894e5969f70ef2458341b9b7e9c3b7c4225a663b4a48732b7208a4d91c3b7d45305a6b55fa2a37fc4]
162+
GCLOUD_FIREBASE_TESTLAB_KEY: ENCRYPTED[!c9446a7b11d5520c2ebce3c64ccc82fe6d146272cb06a4a4590e22c389f33153f951347a25422522df1a81fe2f085e9a!]
163163
build_script:
164164
# Unsetting CIRRUS_CHANGE_MESSAGE and CIRRUS_COMMIT_MESSAGE as they
165165
# might include non-ASCII characters which makes Gradle crash.

script/tool/lib/src/firebase_test_lab_command.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class FirebaseTestLabCommand extends PackageLoopingCommand {
2727
}) : super(packagesDir, processRunner: processRunner, platform: platform) {
2828
argParser.addOption(
2929
'project',
30-
defaultsTo: 'flutter-infra',
30+
defaultsTo: 'flutter-cirrus',
3131
help: 'The Firebase project name.',
3232
);
3333
final String? homeDir = io.Platform.environment['HOME'];

script/tool/test/firebase_test_lab_command_test.dart

+4-4
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ void main() {
130130
.split(' '),
131131
null),
132132
ProcessCall(
133-
'gcloud', 'config set project flutter-infra'.split(' '), null),
133+
'gcloud', 'config set project flutter-cirrus'.split(' '), null),
134134
ProcessCall(
135135
'/packages/plugin1/example/android/gradlew',
136136
'app:assembleAndroidTest -Pverbose=true'.split(' '),
@@ -207,7 +207,7 @@ void main() {
207207
.split(' '),
208208
null),
209209
ProcessCall(
210-
'gcloud', 'config set project flutter-infra'.split(' '), null),
210+
'gcloud', 'config set project flutter-cirrus'.split(' '), null),
211211
ProcessCall(
212212
'/packages/plugin/example/android/gradlew',
213213
'app:assembleAndroidTest -Pverbose=true'.split(' '),
@@ -433,7 +433,7 @@ void main() {
433433
.split(' '),
434434
null),
435435
ProcessCall(
436-
'gcloud', 'config set project flutter-infra'.split(' '), null),
436+
'gcloud', 'config set project flutter-cirrus'.split(' '), null),
437437
ProcessCall(
438438
'/packages/plugin/example/android/gradlew',
439439
'app:assembleAndroidTest -Pverbose=true'.split(' '),
@@ -588,7 +588,7 @@ void main() {
588588
.split(' '),
589589
null),
590590
ProcessCall(
591-
'gcloud', 'config set project flutter-infra'.split(' '), null),
591+
'gcloud', 'config set project flutter-cirrus'.split(' '), null),
592592
ProcessCall(
593593
'/packages/plugin/example/android/gradlew',
594594
'app:assembleAndroidTest -Pverbose=true -Pextra-front-end-options=--enable-experiment%3Dexp1 -Pextra-gen-snapshot-options=--enable-experiment%3Dexp1'

0 commit comments

Comments
 (0)