Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Kokoro config and script for building current structure of javadocs #4985

Merged
merged 1 commit into from
Apr 19, 2019

Conversation

chingor13
Copy link
Contributor

@chingor13 chingor13 commented Apr 18, 2019

Adds a script for pushing javadocs to the new hosting site. This will be triggered after a release and run via Kokoro with credentials configured internally via Keystore.

This does not affect the structure of any of the generated javadoc.

Use a bash function to avoid repetition

Enable all steps
@chingor13 chingor13 requested a review from a team as a code owner April 18, 2019 23:22
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 18, 2019
@chingor13 chingor13 added the type: docs Improvement to the documentation for an API. label Apr 18, 2019
@codecov
Copy link

codecov bot commented Apr 18, 2019

Codecov Report

Merging #4985 into master will increase coverage by 0.64%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #4985      +/-   ##
============================================
+ Coverage     49.67%   50.32%   +0.64%     
- Complexity    22298    23674    +1376     
============================================
  Files          2238     2238              
  Lines        221333   226045    +4712     
  Branches      24079    24953     +874     
============================================
+ Hits         109942   113751    +3809     
- Misses       102934   103697     +763     
- Partials       8457     8597     +140
Impacted Files Coverage Δ Complexity Δ
...re/src/main/java/com/google/cloud/BaseService.java 55.55% <0%> (-6.95%) 2% <0%> (ø)
...re/src/main/java/com/google/cloud/RetryHelper.java 50% <0%> (-3.85%) 2% <0%> (ø)
...le/cloud/compute/deprecated/DeprecationStatus.java 88.63% <0%> (-3.13%) 20% <0%> (ø)
...m/google/cloud/tasks/v2beta3/CloudTasksClient.java 57.43% <0%> (-2.68%) 67% <0%> (+16%)
...va/com/google/cloud/tasks/v2/CloudTasksClient.java 57.43% <0%> (-2.68%) 67% <0%> (+16%)
...m/google/cloud/tasks/v2beta2/CloudTasksClient.java 57.14% <0%> (-2.39%) 79% <0%> (+19%)
.../cloud/scheduler/v1beta1/CloudSchedulerClient.java 55% <0%> (-2.15%) 35% <0%> (+8%)
...oogle/cloud/scheduler/v1/CloudSchedulerClient.java 55% <0%> (-2.15%) 35% <0%> (+8%)
...oogle/cloud/firestore/v1/FirestoreAdminClient.java 64.6% <0%> (-2.07%) 36% <0%> (+6%)
...gle/cloud/bigtable/data/v2/BigtableDataClient.java 89.58% <0%> (-1.91%) 32% <0%> (ø)
... and 542 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 9352d64...dd3ffd0. Read the comment docs.

@chingor13 chingor13 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 18, 2019
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 19, 2019
@sduskis sduskis added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 19, 2019
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 19, 2019
@chingor13 chingor13 merged commit cd4d635 into googleapis:master Apr 19, 2019
@chingor13 chingor13 deleted the kokoro-javadocs branch April 19, 2019 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. type: docs Improvement to the documentation for an API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants