Skip to content

Commit

Permalink
[Automatic PR] Generate release notes (#1061)
Browse files Browse the repository at this point in the history
Co-authored-by: piotradamczyk5 <[email protected]>
  • Loading branch information
github-actions[bot] and piotradamczyk5 authored Aug 27, 2020
1 parent ee247a0 commit 0b328fa
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 7 deletions.
21 changes: 21 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## v20.08.4
### Features
- [#1056](https://github.com/Flank/flank/pull/1056) Added validation of smart-flank-gcs-path to not override different junit results ([adamfilipow92](https://github.com/adamfilipow92))
- [#1040](https://github.com/Flank/flank/pull/1040) Add test axis value column to summary table ([jan-gogo](https://github.com/jan-gogo))
- [#1043](https://github.com/Flank/flank/pull/1043) Add printing messages for MatrixCanceledError and InfrastructureError ([pawelpasterz](https://github.com/pawelpasterz))
- [#1042](https://github.com/Flank/flank/pull/1042) Added option for default test time and average time for smart shard ([piotradamczyk5](https://github.com/piotradamczyk5))
### Tests update
- [#1055](https://github.com/Flank/flank/pull/1055) Added missing test t cover duplicated tests issue ([piotradamczyk5](https://github.com/piotradamczyk5))
### Bug Fixes
- [#1041](https://github.com/Flank/flank/pull/1041) Invoking flank yml on gcloud cli ([adamfilipow92](https://github.com/adamfilipow92))
- [#1053](https://github.com/Flank/flank/pull/1053) Avoid releasing on document changes only ([Sloox](https://github.com/Sloox))
- [#1048](https://github.com/Flank/flank/pull/1048) Flank finding and running duplicate tests ([MatthewTPage](https://github.com/MatthewTPage))
- [#1051](https://github.com/Flank/flank/pull/1051) PR check from fork ([piotradamczyk5](https://github.com/piotradamczyk5))
- [#1044](https://github.com/Flank/flank/pull/1044) Master not compiling ([Sloox](https://github.com/Sloox))
- [#994](https://github.com/Flank/flank/pull/994) Size annotations support ([pgreze](https://github.com/pgreze))
### Refactor
- [#1047](https://github.com/Flank/flank/pull/1047) MatrixMap immutability ([Sloox](https://github.com/Sloox))
- [#1028](https://github.com/Flank/flank/pull/1028) Savedmatrix immutability change ([Sloox](https://github.com/Sloox))
### Documentation
- [#1009](https://github.com/Flank/flank/pull/1009) Avoid multiple identical lines printing ([adamfilipow92](https://github.com/adamfilipow92))

## v20.08.3
### CI Changes
- [#1031](https://github.com/Flank/flank/pull/1031) Disable publishing snapshot to Github Packages ([piotradamczyk5](https://github.com/piotradamczyk5))
Expand Down
12 changes: 10 additions & 2 deletions test_runner/docs/ascii/flank.jar_-android-run.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ flank.jar
[*--no-performance-metrics*] [*--no-record-video*]
[*--no-use-orchestrator*] [*--obfuscate*]
[*--performance-metrics*] [*--record-video*]
[*--smart-flank-disable-upload*] [*--use-orchestrator*]
[*--app*=_<app>_] [*-c*=_<configPath>_]
[*--smart-flank-disable-upload*]
[*--use-average-test-time-for-new-tests*]
[*--use-orchestrator*] [*--app*=_<app>_] [*-c*=_<configPath>_]
[*--default-test-time*=_<defaultTestTime>_]
[*--local-result-dir*=_<localResultsDir>_]
[*--max-test-shards*=_<maxTestShards>_]
[*--network-profile*=_<networkProfile>_]
Expand Down Expand Up @@ -163,6 +165,12 @@ Configuration is read from flank.yml
*--disable-results-upload*::
Disables flank results upload on gcloud storage.

*--default-test-time*=_<defaultTestTime>_::
Set default test time used for calculating shards.

*--use-average-test-time-for-new-tests*::
Enable using average time from previous tests duration when using SmartShard and tests did not run before.

*--app*=_<app>_::
The path to the application binary file. The path may be in the local filesystem or in Google Cloud Storage using gs:// notation.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ flank.jar
[*--no-use-orchestrator*] [*--obfuscate*]
[*--performance-metrics*] [*--record-video*]
[*--smart-flank-disable-upload*]
[*--use-average-test-time-for-new-tests*]
[*--use-orchestrator*] [*--app*=_<app>_]
[*-c*=_<configPath>_]
[*--default-test-time*=_<defaultTestTime>_]
[*--local-result-dir*=_<localResultsDir>_]
[*--max-test-shards*=_<maxTestShards>_]
[*--network-profile*=_<networkProfile>_]
Expand Down Expand Up @@ -175,6 +177,12 @@ Configuration is read from flank.yml
*--disable-results-upload*::
Disables flank results upload on gcloud storage.

*--default-test-time*=_<defaultTestTime>_::
Set default test time used for calculating shards.

*--use-average-test-time-for-new-tests*::
Enable using average time from previous tests duration when using SmartShard and tests did not run before.

*--app*=_<app>_::
The path to the application binary file. The path may be in the local filesystem or in Google Cloud Storage using gs:// notation.

Expand Down
12 changes: 10 additions & 2 deletions test_runner/docs/ascii/flank.jar_-firebase-test-ios-run.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ flank.jar
[*--keep-file-path*] [*--no-record-video*]
[*--obfuscate*] [*--record-video*]
[*--smart-flank-disable-upload*]
[*--use-average-test-time-for-new-tests*]
[*-c*=_<configPath>_]
[*--default-test-time*=_<defaultTestTime>_]
[*--local-result-dir*=_<localResultsDir>_]
[*--max-test-shards*=_<maxTestShards>_]
[*--network-profile*=_<networkProfile>_]
Expand Down Expand Up @@ -154,15 +156,21 @@ Configuration is read from flank.yml
*--disable-results-upload*::
Disables flank results upload on gcloud storage.

*--test*=_<test>_::
The path to the test package (a zip file containing the iOS app and XCTest files). The given path may be in the local filesystem or in Google Cloud Storage using a URL beginning with gs://. Note: any .xctestrun file in this zip file will be ignored if --xctestrun-file is specified.
*--default-test-time*=_<defaultTestTime>_::
Set default test time used for calculating shards.

*--use-average-test-time-for-new-tests*::
Enable using average time from previous tests duration when using SmartShard and tests did not run before.

*--xctestrun-file*=_<xctestrunFile>_::
The path to an .xctestrun file that will override any .xctestrun file contained in the --test package. Because the .xctestrun file contains environment variables along with test methods to run and/or ignore, this can be useful for customizing or sharding test suites. The given path may be in the local filesystem or in Google Cloud Storage using a URL beginning with gs://.

*--xcode-version*=_<xcodeVersion>_::
The version of Xcode that should be used to run an XCTest. Defaults to the latest Xcode version supported in Firebase Test Lab. This Xcode version must be supported by all iOS versions selected in the test matrix.

*--test*=_<test>_::
The path to the test package (a zip file containing the iOS app and XCTest files). The given path may be in the local filesystem or in Google Cloud Storage using a URL beginning with gs://. Note: any .xctestrun file in this zip file will be ignored if --xctestrun-file is specified.

*--test-targets*=_<testTargets>_[,_<testTargets>_...]::
A list of one or more test method names to run (default: run all test targets).

Expand Down
14 changes: 11 additions & 3 deletions test_runner/docs/ascii/flank.jar_-ios-run.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ flank.jar
[*--full-junit-result*] [*--ignore-failed-tests*]
[*--keep-file-path*] [*--no-record-video*] [*--obfuscate*]
[*--record-video*] [*--smart-flank-disable-upload*]
[*-c*=_<configPath>_] [*--local-result-dir*=_<localResultsDir>_]
[*--use-average-test-time-for-new-tests*] [*-c*=_<configPath>_]
[*--default-test-time*=_<defaultTestTime>_]
[*--local-result-dir*=_<localResultsDir>_]
[*--max-test-shards*=_<maxTestShards>_]
[*--network-profile*=_<networkProfile>_]
[*--num-flaky-test-attempts*=_<flakyTestAttempts>_]
Expand Down Expand Up @@ -146,15 +148,21 @@ Configuration is read from flank.yml
*--disable-results-upload*::
Disables flank results upload on gcloud storage.

*--test*=_<test>_::
The path to the test package (a zip file containing the iOS app and XCTest files). The given path may be in the local filesystem or in Google Cloud Storage using a URL beginning with gs://. Note: any .xctestrun file in this zip file will be ignored if --xctestrun-file is specified.
*--default-test-time*=_<defaultTestTime>_::
Set default test time used for calculating shards.

*--use-average-test-time-for-new-tests*::
Enable using average time from previous tests duration when using SmartShard and tests did not run before.

*--xctestrun-file*=_<xctestrunFile>_::
The path to an .xctestrun file that will override any .xctestrun file contained in the --test package. Because the .xctestrun file contains environment variables along with test methods to run and/or ignore, this can be useful for customizing or sharding test suites. The given path may be in the local filesystem or in Google Cloud Storage using a URL beginning with gs://.

*--xcode-version*=_<xcodeVersion>_::
The version of Xcode that should be used to run an XCTest. Defaults to the latest Xcode version supported in Firebase Test Lab. This Xcode version must be supported by all iOS versions selected in the test matrix.

*--test*=_<test>_::
The path to the test package (a zip file containing the iOS app and XCTest files). The given path may be in the local filesystem or in Google Cloud Storage using a URL beginning with gs://. Note: any .xctestrun file in this zip file will be ignored if --xctestrun-file is specified.

*--test-targets*=_<testTargets>_[,_<testTargets>_...]::
A list of one or more test method names to run (default: run all test targets).

Expand Down

0 comments on commit 0b328fa

Please sign in to comment.