fastlane-plugin-firebase_test_lab 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 80d68860045c4e0ebb4f6083dea6b541e40aca41a41379576b12a7b6f1804721
|
|
4
|
+
data.tar.gz: 608a8cf535c1d880f5af872371dfba225418e2bab3937352a9f4bc897011e409
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4228277961803d4e2be8628d911ba000867e9c5651ed54c080a53c274b5f6e0202393e0bb20fac9d1f4c3121417262cbbecd74be41d7e717d2153815af8cec1a
|
|
7
|
+
data.tar.gz: 5ebe7ac85424c2f3843e9b4c352f66225fd088ef815e9976e87da1ac5da58124aad8834f6f40e85e194a38d1c04aa12385d26fa979915857ace3584ef3e30a92
|
|
@@ -51,9 +51,11 @@ module Fastlane
|
|
|
51
51
|
end
|
|
52
52
|
|
|
53
53
|
UI.message("Submitting job(s) to Firebase Test Lab")
|
|
54
|
+
|
|
54
55
|
result_storage = (params[:result_storage] ||
|
|
55
56
|
"gs://#{ftl_service.get_default_bucket(gcp_project)}/#{gcs_workfolder}")
|
|
56
|
-
|
|
57
|
+
UI.message("Test Results bucket: #{result_storage}")
|
|
58
|
+
|
|
57
59
|
# We have gathered all the information. Call Firebase Test Lab to start the job now
|
|
58
60
|
matrix_id = ftl_service.start_job(gcp_project,
|
|
59
61
|
app_gcs_link,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-firebase_test_lab
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shihua Zheng
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-02-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|