google-apis-testing_v1 0.22.0 → 0.23.0
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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/testing_v1/classes.rb +20 -16
- data/lib/google/apis/testing_v1/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b57f1b53f1f2986f93c305ffc5ab6226192015a009da7f449c8081be9c047e59
|
|
4
|
+
data.tar.gz: 6f9df58456c959bf4b7aed4a83a2b724a274caaa82559db1e2ea9b4f179e59d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 85135555430202c3541c03e5bd2a19e8fc8a3d73a11d299b3855f5604acfa0a756fac41218fe5c971022ff95ce848dfb4cd339421907d85104635f7af524f7ba
|
|
7
|
+
data.tar.gz: 511ec92e545dff27be5a4a461fafa25a1c3d69185bbbfd90ec31bcf6160d16df90f2973ed1139d280bd4ae8850740607f58137d66fb5ed2f85139802bb8fd881
|
data/CHANGELOG.md
CHANGED
|
@@ -1605,9 +1605,11 @@ module Google
|
|
|
1605
1605
|
include Google::Apis::Core::Hashable
|
|
1606
1606
|
|
|
1607
1607
|
# Required. Group of packages, classes, and/or test methods to be run for each
|
|
1608
|
-
# shard.
|
|
1609
|
-
#
|
|
1610
|
-
#
|
|
1608
|
+
# manually-created shard. You must specify at least one shard if this field is
|
|
1609
|
+
# present. When you select one or more physical devices, the number of repeated
|
|
1610
|
+
# test_targets_for_shard must be <= 50. When you select one or more ARM virtual
|
|
1611
|
+
# devices, it must be <= 50. When you select only x86 virtual devices, it must
|
|
1612
|
+
# be <= 500.
|
|
1611
1613
|
# Corresponds to the JSON property `testTargetsForShard`
|
|
1612
1614
|
# @return [Array<Google::Apis::TestingV1::TestTargetsForShard>]
|
|
1613
1615
|
attr_accessor :test_targets_for_shard
|
|
@@ -1943,11 +1945,11 @@ module Google
|
|
|
1943
1945
|
attr_accessor :manual_sharding
|
|
1944
1946
|
|
|
1945
1947
|
# Uniformly shards test cases given a total number of shards. For
|
|
1946
|
-
#
|
|
1947
|
-
# AndroidJUnitRunner arguments.
|
|
1948
|
-
#
|
|
1949
|
-
#
|
|
1950
|
-
#
|
|
1948
|
+
# instrumentation tests, it will be translated to "-e numShard" and "-e
|
|
1949
|
+
# shardIndex" AndroidJUnitRunner arguments. With uniform sharding enabled,
|
|
1950
|
+
# specifying either of these sharding arguments via `environment_variables` is
|
|
1951
|
+
# invalid. Based on the sharding mechanism AndroidJUnitRunner uses, there is no
|
|
1952
|
+
# guarantee that test cases will be distributed uniformly across all shards.
|
|
1951
1953
|
# Corresponds to the JSON property `uniformSharding`
|
|
1952
1954
|
# @return [Google::Apis::TestingV1::UniformSharding]
|
|
1953
1955
|
attr_accessor :uniform_sharding
|
|
@@ -2592,17 +2594,19 @@ module Google
|
|
|
2592
2594
|
end
|
|
2593
2595
|
|
|
2594
2596
|
# Uniformly shards test cases given a total number of shards. For
|
|
2595
|
-
#
|
|
2596
|
-
# AndroidJUnitRunner arguments.
|
|
2597
|
-
#
|
|
2598
|
-
#
|
|
2599
|
-
#
|
|
2597
|
+
# instrumentation tests, it will be translated to "-e numShard" and "-e
|
|
2598
|
+
# shardIndex" AndroidJUnitRunner arguments. With uniform sharding enabled,
|
|
2599
|
+
# specifying either of these sharding arguments via `environment_variables` is
|
|
2600
|
+
# invalid. Based on the sharding mechanism AndroidJUnitRunner uses, there is no
|
|
2601
|
+
# guarantee that test cases will be distributed uniformly across all shards.
|
|
2600
2602
|
class UniformSharding
|
|
2601
2603
|
include Google::Apis::Core::Hashable
|
|
2602
2604
|
|
|
2603
|
-
# Required.
|
|
2604
|
-
# number
|
|
2605
|
-
# number must be
|
|
2605
|
+
# Required. The total number of shards to create. This must always be a positive
|
|
2606
|
+
# number that is no greater than the total number of test cases. When you select
|
|
2607
|
+
# one or more physical devices, the number of shards must be <= 50. When you
|
|
2608
|
+
# select one or more ARM virtual devices, it must be <= 50. When you select only
|
|
2609
|
+
# x86 virtual devices, it must be <= 500.
|
|
2606
2610
|
# Corresponds to the JSON property `numShards`
|
|
2607
2611
|
# @return [Fixnum]
|
|
2608
2612
|
attr_accessor :num_shards
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module TestingV1
|
|
18
18
|
# Version of the google-apis-testing_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.23.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220806"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-testing_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.23.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-08-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-testing_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.23.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-testing_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|