Skip to content
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

test: update Google cloud project used in tests #2331

Merged
merged 1 commit into from
Nov 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ flank:

### Billing Project ID
## The billing enabled Google Cloud Platform project id to use
# project: flank-open-source
# project: ftl-flank-open-source

### Local Result Directory Storage
## Local folder to store the test result. Folder is DELETED before each run to ensure only artifacts from the new run are saved.
Expand Down Expand Up @@ -659,7 +659,7 @@ flank:

### Billing Project ID
## The billing enabled Google Cloud Platform id name to use
# project: flank-open-source
# project: ftl-flank-open-source

### Local Results Directory
## Local folder to store the test result. Folder is DELETED before each run to ensure only artifacts from the new run are saved.
Expand Down
4 changes: 2 additions & 2 deletions docs/onboarding/1_environment_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export PATH=$PATH:$HOME/$FLANK_REPO/flank/test_projects/android/bash
export PATH=$PATH:$HOME/Library/Android/sdk/platform-tools
export PATH=$PATH:$HOME/Library/Python/2.7/bin
#export PATH=$PATH:$HOME/"path to your local gcloud repository"/gcloud_cli/google-cloud-sdk/bin
export FLANK_PROJECT_ID=flank-open-source
export GOOGLE_CLOUD_PROJECT=flank-open-source
export FLANK_PROJECT_ID=ftl-flank-open-source
export GOOGLE_CLOUD_PROJECT=ftl-flank-open-source
export GITHUB_TOKEN="type your gihub token here"
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ val customSharding =
mapOf(
"matrix-0" to AndroidTestShards(
app = "../test_runner/src/test/kotlin/ftl/fixtures/tmp/apk/app-debug.apk",
test = "gs://flank-open-source.appspot.com/integration/app-single-success-debug-androidTest.apk",
test = "gs://flank-integration/app-single-success-debug-androidTest.apk",
shards = mapOf(
"shard-0" to listOf(
"class com.example.test_app.InstrumentedTest#test"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ flank:
max-test-shards: 2
num-test-runs: 1
additional-app-test-apks:
- test: gs://flank-open-source.appspot.com/integration/app-single-success-debug-androidTest.apk
- test: gs://flank-integration/app-single-success-debug-androidTest.apk
- test: ../test_runner/src/test/kotlin/ftl/fixtures/tmp/apk/app-multiple-error-debug-androidTest.apk
- test: ../test_runner/src/test/kotlin/ftl/fixtures/tmp/apk/app-multiple-success-debug-androidTest.apk
- test: ../test_projects/android/apks/invalid.apk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ flank:
version: 28
test-targets:
- class com.example.test_app.InstrumentedTest#test2
- test: gs://flank-open-source.appspot.com/integration/app-single-success-debug-androidTest.apk
- test: gs://flank-integration/app-single-success-debug-androidTest.apk
device:
- model: Nexus6P
version: 27
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ flank:
additional-app-test-apks:
- test: ../test_runner/src/test/kotlin/ftl/fixtures/tmp/apk/app-multiple-success-debug-androidTest.apk
- test: ../test_runner/src/test/kotlin/ftl/fixtures/tmp/apk/app-multiple-error-debug-androidTest.apk
- test: gs://flank-open-source.appspot.com/integration/app-single-success-debug-androidTest.apk
- test: gs://flank-integration/app-single-success-debug-androidTest.apk
disable-usage-statistics: true
output-report: json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gcloud:
app: gs://flank-open-source.appspot.com/integration/app-debug.apk
test: gs://flank-open-source.appspot.com/integration/app-single-success-debug-androidTest.apk
app: gs://flank-integration/app-debug.apk
test: gs://flank-integration/app-single-success-debug-androidTest.apk

flank:
disable-results-upload: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ AndroidArgs
files-to-download:
test-targets-always-run:
disable-sharding: true
project: flank-open-source
project: ftl-flank-open-source
local-result-dir: results
full-junit-result: false
# Android Flank Yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ IosArgs
test-targets:
- nonExisting\/Class
disable-sharding: false
project: flank-open-source
project: ftl-flank-open-source
local-result-dir: results
run-timeout: -1
ignore-failed-tests: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ AndroidArgs
files-to-download:
test-targets-always-run:
disable-sharding: true
project: flank-open-source
project: ftl-flank-open-source
local-result-dir: results
full-junit-result: false
# Android Flank Yml
Expand All @@ -76,7 +76,7 @@ RunTests
Raw results will be stored in your GCS bucket at \[https:\/\/console.developers.google.com\/storage\/browser\/test-lab-[a-zA-Z0-9-]*\/[.a-zA-Z0-9_-]*\]
\s*
Matrices webLink
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/ftl-flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
[\s\S]*
CostReport
Virtual devices
Expand All @@ -95,4 +95,4 @@ FetchArtifacts
Updating matrix file
\s*
Matrices webLink
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/ftl-flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ IosArgs
# iOS flank
test-targets:
disable-sharding: false
project: flank-open-source
project: ftl-flank-open-source
local-result-dir: results
run-timeout: -1
ignore-failed-tests: false
Expand All @@ -65,7 +65,7 @@ RunTests
Raw results will be stored in your GCS bucket at \[https:\/\/console.developers.google.com\/storage\/browser\/test-lab-[a-zA-Z0-9_-]*\/[.a-zA-Z0-9_-]*\]

Matrices webLink
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/ftl-flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?

[\s\S]*

Expand All @@ -90,4 +90,4 @@ FetchArtifacts
Updating matrix file
\s*
Matrices webLink
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/ftl-flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ AndroidArgs
files-to-download:
test-targets-always-run:
disable-sharding: false
project: flank-open-source
project: ftl-flank-open-source
local-result-dir: results
full-junit-result: false
# Android Flank Yml
Expand Down Expand Up @@ -79,7 +79,7 @@ RunTests
Raw results will be stored in your GCS bucket at \[https:\/\/console.developers.google.com\/storage\/browser\/test-lab-[a-zA-Z0-9_-]*\/[.a-zA-Z0-9_-]*\]

Matrices webLink
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/ftl-flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
[\s\S]*
CostReport
Virtual devices
Expand All @@ -91,11 +91,11 @@ MatrixResultsReport
1 matrices failed
[\s\S]*
More details are available at:
https:\/\/console.firebase.google.com\/project\/flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
https:\/\/console.firebase.google.com\/project\/ftl-flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?


FetchArtifacts
Updating matrix file
\s*
Matrices webLink
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/ftl-flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
22 changes: 11 additions & 11 deletions integration_tests/src/test/resources/compare/MultipleApksIT-compare
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ AndroidArgs
files-to-download:
test-targets-always-run:
disable-sharding: false
project: flank-open-source
project: ftl-flank-open-source
local-result-dir: results
full-junit-result: false
# Android Flank Yml
Expand All @@ -59,7 +59,7 @@ AndroidArgs
- app: null
test: [0-9a-zA-Z\\\/_.:-]*[\\\/]test_runner[\\\/]src[\\\/]test[\\\/]kotlin[\\\/]ftl[\\\/]fixtures[\\\/]tmp[\\\/]apk[\\\/]app-multiple-error-debug-androidTest.apk
- app: null
test: gs:\/\/flank-open-source.appspot.com\/integration\/app-single-success-debug-androidTest.apk
test: gs:\/\/ftl-flank-open-source.appspot.com\/integration\/app-single-success-debug-androidTest.apk
run-timeout: -1
legacy-junit-result: false
ignore-failed-tests: false
Expand Down Expand Up @@ -91,10 +91,10 @@ RunTests
Raw results will be stored in your GCS bucket at \[https:\/\/console.developers.google.com\/storage\/browser\/test-lab-[a-zA-Z0-9_-]*\/[.a-zA-Z0-9_-]*\]
\s*
Matrices webLink
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/ftl-flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/ftl-flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/ftl-flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/ftl-flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
[\s\S]*
CostReport
Virtual devices
Expand All @@ -107,7 +107,7 @@ MatrixResultsReport
1 matrices failed
[\s\S]*
More details are available at:
https:\/\/console.firebase.google.com\/project\/flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
https:\/\/console.firebase.google.com\/project\/ftl-flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
\s*
Uploading \[MatrixResultsReport.txt\] to https:\/\/console.developers.google.com\/storage\/browser\/test-lab-[a-zA-Z0-9_-]*\/[.a-zA-Z0-9_-]*\/\.*
Uploading \[HtmlErrorReport.html\] to https:\/\/console.developers.google.com\/storage\/browser\/test-lab-[a-zA-Z0-9_-]*\/[.a-zA-Z0-9_-]*\/\.*
Expand All @@ -118,7 +118,7 @@ FetchArtifacts
Updating matrix file
\s*
Matrices webLink
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/ftl-flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/ftl-flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/ftl-flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/ftl-flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ AndroidArgs
files-to-download:
test-targets-always-run:
disable-sharding: false
project: flank-open-source
project: ftl-flank-open-source
local-result-dir: results
full-junit-result: false
# Android Flank Yml
Expand All @@ -67,7 +67,7 @@ AndroidArgs
- app: null
test: [0-9a-zA-Z\\\/_.:-]*[\\\/]test_runner[\\\/]src[\\\/]test[\\\/]kotlin[\\\/]ftl[\\\/]fixtures[\\\/]tmp[\\\/]apk[\\\/]app-multiple-error-debug-androidTest.apk
- app: null
test: gs:\/\/flank-open-source.appspot.com\/integration\/app-single-success-debug-androidTest.apk
test: gs:\/\/ftl-flank-open-source.appspot.com\/integration\/app-single-success-debug-androidTest.apk
run-timeout: -1
legacy-junit-result: false
ignore-failed-tests: false
Expand Down Expand Up @@ -101,9 +101,9 @@ RunTests
Raw results will be stored in your GCS bucket at \[https:\/\/console.developers.google.com\/storage\/browser\/test-lab-[a-zA-Z0-9-]*\/[.a-zA-Z0-9_-]*\]
\s*
Matrices webLink
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/ftl-flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/ftl-flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/ftl-flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
[\s\S]*
CostReport
Virtual devices
Expand All @@ -116,7 +116,7 @@ MatrixResultsReport
1 matrices failed
[\s\S]*
More details are available at:
https:\/\/console.firebase.google.com\/project\/flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
https:\/\/console.firebase.google.com\/project\/ftl-flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
\s*
Uploading \[MatrixResultsReport.txt\] to https:\/\/console.developers.google.com\/storage\/browser\/test-lab-[a-zA-Z0-9_-]*\/[.a-zA-Z0-9_-]*\/\.*
Uploading \[HtmlErrorReport.html\] to https:\/\/console.developers.google.com\/storage\/browser\/test-lab-[a-zA-Z0-9_-]*\/[.a-zA-Z0-9_-]*\/\.*
Expand All @@ -127,6 +127,6 @@ FetchArtifacts
Updating matrix file
\s*
Matrices webLink
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/ftl-flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/ftl-flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/ftl-flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ AndroidArgs
network-profile: null
results-history-name: null
# Android gcloud
app: [0-9a-zA-Z\\\/_.:-]*[\\\/]flank-open-source.appspot.com[\\\/]integration[\\\/]app-debug.apk
test: [0-9a-zA-Z\\\/_.:-]*[\\\/]flank-open-source.appspot.com[\\\/]integration[\\\/]app-single-success-debug-androidTest.apk
app: [0-9a-zA-Z\\\/_.:-]*[\\\/]ftl-flank-open-source.appspot.com[\\\/]integration[\\\/]app-debug.apk
test: [0-9a-zA-Z\\\/_.:-]*[\\\/]ftl-flank-open-source.appspot.com[\\\/]integration[\\\/]app-single-success-debug-androidTest.apk
additional-apks:
auto-google-login: false
use-orchestrator: true
Expand Down Expand Up @@ -48,7 +48,7 @@ AndroidArgs
files-to-download:
test-targets-always-run:
disable-sharding: true
project: flank-open-source
project: ftl-flank-open-source
local-result-dir: results
full-junit-result: false
# Android Flank Yml
Expand All @@ -73,7 +73,7 @@ RunTests
Raw results will be stored in your GCS bucket at \[https:\/\/console.developers.google.com\/storage\/browser\/test-lab-[a-zA-Z0-9_-]*\/[.a-zA-Z0-9_-]*\]

Matrices webLink
matrix-[0-9a-zA-Z\/_.-]* https:\/\/console.firebase.google.com\/project\/flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?
matrix-[0-9a-zA-Z\/_.-]* https:\/\/console.firebase.google.com\/project\/ftl-flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*(\/executions\/[.a-zA-Z0-9_-]*)?

[\s\S]*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ AndroidArgs
files-to-download:
test-targets-always-run:
disable-sharding: false
project: flank-open-source
project: ftl-flank-open-source
local-result-dir: results
full-junit-result: false
# Android Flank Yml
Expand All @@ -73,7 +73,7 @@ RunTests
Raw results will be stored in your GCS bucket at \[https:\/\/console.developers.google.com\/storage\/browser\/test-lab-[a-zA-Z0-9_-]*\/[.a-zA-Z0-9_-]*\]

Matrices webLink
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*\/executions\/[.a-zA-Z0-9_-]*
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/ftl-flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*\/executions\/[.a-zA-Z0-9_-]*
[\s\S]*
CostReport
Virtual devices
Expand All @@ -92,4 +92,4 @@ FetchArtifacts
Updating matrix file
\s*
Matrices webLink
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*\/executions\/[.a-zA-Z0-9_-]*
matrix-[a-zA-Z0-9]* https:\/\/console.firebase.google.com\/project\/ftl-flank-open-source\/testlab\/histories\/[.a-zA-Z0-9_-]*\/matrices\/[.a-zA-Z0-9_-]*\/executions\/[.a-zA-Z0-9_-]*
Loading