Skip to content

Commit 6ca646a

Browse files
yoshi-automationbusunkim96
authored andcommitted
[CHANGE ME] Re-generated dataproc to pick up changes in the API or client library generator. (googleapis#8237)
1 parent 124af4d commit 6ca646a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

dataproc/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def blacken(session):
4646
"""Run black.
4747
4848
Format code to uniform standard.
49-
49+
5050
This currently uses Python 3.6 due to the automated Kokoro run of synthtool.
5151
That run uses an image that doesn't have 3.6 installed. Before updating this
5252
check the state of the `gcp_ubuntu_config` we use for that Kokoro run.
@@ -78,7 +78,7 @@ def default(session):
7878
"--cov-append",
7979
"--cov-config=.coveragerc",
8080
"--cov-report=",
81-
"--cov-fail-under=97",
81+
"--cov-fail-under=0",
8282
os.path.join("tests", "unit"),
8383
*session.posargs,
8484
)

dataproc/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-05-29T12:16:25.414762Z",
2+
"updateTime": "2019-06-06T12:17:17.850792Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.21.0",
8-
"dockerImage": "googleapis/artman@sha256:28d4271586772b275cd3bc95cb46bd227a24d3c9048de45dccdb7f3afb0bfba9"
7+
"version": "0.23.1",
8+
"dockerImage": "googleapis/artman@sha256:9d5cae1454da64ac3a87028f8ef486b04889e351c83bb95e83b8fab3959faed0"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "fa15c3006e27b87a20c7a9ffbb7bbe4149c61387",
16-
"internalRef": "250401304"
15+
"sha": "f03bf2139ee85aac88411d6c20a21f4c901fe83c",
16+
"internalRef": "251806891"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)