-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Move Cirrus task logs to flutter-infra-staging project #6180
Move Cirrus task logs to flutter-infra-staging project #6180
Conversation
| 'Device model(s) to test. See https://cloud.google.com/sdk/gcloud/reference/firebase/test/android/run for more info'); | ||
| argParser.addOption('results-bucket', | ||
| defaultsTo: 'gs://flutter_firebase_testlab'); | ||
| defaultsTo: 'gs://flutter_firebase_testlab_staging'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the bucket only, I assume there is another CL on recipes to change the GCP project used by gcloud firebaselab ... command. Am I right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, my other PR in the recipes repo is changing the project to flutter-infra-staging. It is changing the recipe for the firebase commands.
godofredoc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stuartmorgan FYI the logs location is being changed. Please let us know if you get any problems accessing the logs.
|
I'll keep an eye on it; thanks for the heads up! |
* Changed cirrus logging to flutter-firebase-testlab-staging * Fix test data
* Changed cirrus logging to flutter-firebase-testlab-staging * Fix test data
* Changed cirrus logging to flutter-firebase-testlab-staging * Fix test data
Description
The logs for cirrus tests will be moved to the GCP flutter-infra-staging project to prepare for security hardening.
Issue
This addresses work for a flutter infra OKR.
If you had to change anything in the flutter/tests repo, include a link to the migration guide as per the breaking change policy.
Pre-launch Checklist
dart format.)[shared_preferences]pubspec.yamlwith an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.CHANGELOG.mdto add a description of the change, following repository CHANGELOG style.///).If you need help, consider asking for advice on the #hackers-new channel on Discord.