-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[ci] Add LUCI version of Android FTL tests in bringup mode #4571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
b54b403
Remove default service key from gcloud, and add explicit key to Cirru…
stuartmorgan-g 49459fa
Add FTL
stuartmorgan-g bda7015
Disable everything else for testing
stuartmorgan-g c9a3c75
Add project
stuartmorgan-g b575876
Fix results bucket
stuartmorgan-g eca166b
Remove default bucket, update unit tests
stuartmorgan-g 69667ce
Analysis fix
stuartmorgan-g 4fade20
Another analysis fix
stuartmorgan-g 8a5c80c
Move FTL tests to new bringup tasks
stuartmorgan-g cb5ea47
Merge branch 'main' into luci-ftl-initial
reidbaker d779d5b
Improve comment per review feedback
stuartmorgan-g File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Move FTL tests to new bringup tasks
- Loading branch information
commit 8a5c80c38efed0826f09b338ce5e5ca46ef484c1
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| tasks: | ||
| - name: prepare tool | ||
| script: .ci/scripts/prepare_tool.sh | ||
| infra_step: true # Note infra steps failing prevents "always" from running. | ||
| - name: download Dart and Android deps | ||
| script: script/tool_runner.sh | ||
| infra_step: true | ||
| args: ["fetch-deps", "--android", "--supporting-target-platforms-only"] | ||
| - name: Firebase Test Lab | ||
| script: script/tool_runner.sh | ||
| args: | ||
| - "firebase-test-lab" | ||
| - "--device" | ||
| - "model=redfin,version=30" | ||
| - "--exclude=script/configs/exclude_integration_android.yaml" | ||
| - "--project=flutter-infra-staging" | ||
| - "--results-bucket=flutter_firebase_testlab_staging" |
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
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.
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.
Nit: I think we should be more specific for our future selves. "Revisit if physical device tests are redundant once we have more data about emulator tests;
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.
Done.