Add DeviceLab build+test separation doc#131365
Merged
auto-submit[bot] merged 5 commits intoflutter:masterfrom Jul 27, 2023
Merged
Add DeviceLab build+test separation doc#131365auto-submit[bot] merged 5 commits intoflutter:masterfrom
auto-submit[bot] merged 5 commits intoflutter:masterfrom
Conversation
CaseyHillers
approved these changes
Jul 27, 2023
dev/devicelab/README.md
Outdated
|
|
||
| To better utilize limited DeviceLab testbed resources and speed up overal validation | ||
| time, it is now supported to separate building artifacts (.apk/.app) from testing them. | ||
| The artifact will be built on a host only bot no needing a device, and the test will run |
Contributor
There was a problem hiding this comment.
Suggested change
| The artifact will be built on a host only bot no needing a device, and the test will run | |
| The artifact will be built on a host only bot, a VM without a device, and the test will run |
Contributor
Author
There was a problem hiding this comment.
Updated with , a VM or physical bot without. For Linux it is a vm, but for Mac it is a physical bot.
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jul 27, 2023
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jul 27, 2023
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jul 27, 2023
auto-submit bot
pushed a commit
to flutter/packages
that referenced
this pull request
Jul 27, 2023
flutter/flutter@61fd11d...dd9764e 2023-07-27 [email protected] Proposal to add barrier configs for showDatePicker, showTimePicker and showAboutDialog. (flutter/flutter#131306) 2023-07-27 [email protected] Fix ios_add2app Podfile (flutter/flutter#131263) 2023-07-27 [email protected] Add DeviceLab build+test separation doc (flutter/flutter#131365) 2023-07-27 [email protected] IgnoreBaseline widget (flutter/flutter#131220) 2023-07-27 [email protected] Add 'vm:keep-name' pragmas to platform channel classes (flutter/flutter#131271) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Packages: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
LouiseHsu
pushed a commit
to LouiseHsu/flutter
that referenced
this pull request
Jul 31, 2023
This PR add instructions to separate DeviceLab tasks to build and test model.
vashworth
pushed a commit
to vashworth/flutter
that referenced
this pull request
Aug 2, 2023
This PR add instructions to separate DeviceLab tasks to build and test model.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR add instructions to separate DeviceLab tasks to build and test model.