Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Add Kokoro CI config#580

Merged
chingor13 merged 2 commits into
googleapis:masterfrom
chingor13:kokoro-ci
Jun 12, 2019
Merged

Add Kokoro CI config#580
chingor13 merged 2 commits into
googleapis:masterfrom
chingor13:kokoro-ci

Conversation

@chingor13

Copy link
Copy Markdown
Contributor

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 24, 2018
@codecov-io

codecov-io commented Sep 24, 2018

Copy link
Copy Markdown

Codecov Report

Merging #580 into master will decrease coverage by 3.23%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             master    #580      +/-   ##
===========================================
- Coverage     77.44%   74.2%   -3.24%     
+ Complexity     1081     905     -176     
===========================================
  Files           196     176      -20     
  Lines          4708    4047     -661     
  Branches        369     316      -53     
===========================================
- Hits           3646    3003     -643     
+ Misses          895     893       -2     
+ Partials        167     151      -16
Impacted Files Coverage Δ Complexity Δ
...le/api/gax/grpc/GrpcUnaryRequestParamCallable.java 0% <0%> (-90%) 0% <0%> (-3%)
...oogle/api/gax/httpjson/HttpJsonDirectCallable.java 0% <0%> (-88.24%) 0% <0%> (-4%)
...httpjson/InstantiatingHttpJsonChannelProvider.java 0% <0%> (-70.97%) 0% <0%> (-19%)
...oogle/api/gax/httpjson/ManagedHttpJsonChannel.java 0% <0%> (-54%) 0% <0%> (-5%)
...m/google/api/gax/httpjson/HttpJsonCallOptions.java 50% <0%> (-50%) 1% <0%> (-1%)
...gle/api/gax/httpjson/HttpJsonTransportChannel.java 0% <0%> (-47.06%) 0% <0%> (-5%)
...m/google/api/gax/httpjson/HttpJsonCallContext.java 27.27% <0%> (-42.14%) 8% <0%> (-20%)
...gle/api/gax/rpc/FixedTransportChannelProvider.java 73.33% <0%> (-26.67%) 9% <0%> (-6%)
...java/com/google/api/gax/grpc/GrpcCallSettings.java 68.42% <0%> (-10.53%) 5% <0%> (ø)
...om/google/api/gax/rpc/CheckingAttemptCallable.java 71.42% <0%> (-10.39%) 3% <0%> (-1%)
... and 52 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f737a9f...c7fec07. Read the comment docs.

@chingor13 chingor13 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 24, 2018
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 24, 2018
@JustinBeckwith JustinBeckwith added the 🚨 This issue needs some love. label Feb 7, 2019
@yoshi-automation yoshi-automation added 🚨 This issue needs some love. and removed 🚨 This issue needs some love. labels Feb 7, 2019
@sduskis sduskis added needs work This is a pull request that needs a little love. and removed 🚨 This issue needs some love. labels Feb 11, 2019
@yoshi-automation yoshi-automation added the 🚨 This issue needs some love. label Feb 11, 2019
@sduskis sduskis added kokoro:force-run Add this label to force Kokoro to re-run the tests. status: blocked Resolving the issue is dependent on other work. and removed 🚨 This issue needs some love. labels Feb 11, 2019
@sduskis

sduskis commented Feb 11, 2019

Copy link
Copy Markdown
Contributor

Java 7 fails:

Caused by: java.security.NoSuchProviderException: no such provider: SunEC

Java 11 doesn't compile

@sduskis sduskis added kokoro:force-run Add this label to force Kokoro to re-run the tests. and removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Feb 12, 2019
@chingor13 chingor13 added kokoro:force-run Add this label to force Kokoro to re-run the tests. and removed kokoro:force-run Add this label to force Kokoro to re-run the tests. needs work This is a pull request that needs a little love. status: blocked Resolving the issue is dependent on other work. labels Jun 10, 2019
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 10, 2019
@yoshi-automation yoshi-automation added the 🚨 This issue needs some love. label Jun 10, 2019
@chingor13

Copy link
Copy Markdown
Contributor Author

Java 7 is now fixed by pinning the Java version in our testing docker image to one that contains the fix for the security provider.

@chingor13

Copy link
Copy Markdown
Contributor Author

The Java 11 compilation issue is outside the scope of this PR, so we will just disable Java 11 tests for now.

@chingor13 chingor13 requested a review from andreamlin June 11, 2019 16:39
@chingor13 chingor13 merged commit 5a6adae into googleapis:master Jun 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement. 🚨 This issue needs some love.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants