This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch ci-fix in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 853ea1e185393e9cebd5ee433a5fb04c3a81a049 Author: Stephen Mallette <[email protected]> AuthorDate: Wed Oct 27 07:25:20 2021 -0400 Minor dev doc updates CTR --- docs/src/dev/developer/for-committers.asciidoc | 9 ++++----- docs/src/dev/developer/release.asciidoc | 2 ++ 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/src/dev/developer/for-committers.asciidoc b/docs/src/dev/developer/for-committers.asciidoc index 5054a70..e272b49 100644 --- a/docs/src/dev/developer/for-committers.asciidoc +++ b/docs/src/dev/developer/for-committers.asciidoc @@ -163,11 +163,10 @@ be adjusted accordingly to not auto-wildcard the imports. == Build Server -TinkerPop uses link:https://travis-ci.com/[Travis] for link:https://en.wikipedia.org/wiki/Continuous_integration[CI] -services. The build status can be found link:https://travis-ci.org/apache/tinkerpop[here]. Note that the CI process -does not run all possible tests (e.g. Neo4j-related tests) as a full execution would likely exceed the allowable times -for builds on these servers. Instead Travis runs a basic cross-section of tests selected to provide a reasonably high -degree of confidence in the branch built. +TinkerPop uses link:https://docs.github.com/en/actions[GitHub Actions] for link:https://en.wikipedia.org/wiki/Continuous_integration[CI] +services. The build status can be found link:https://github.com/apache/tinkerpop/actions[here]. There is a single +"build-test" workflow that runs a number of jobs that break the test execution into a series of smaller test executions. +Taken together, they provide a solid cross section of coverage of the code base == Deprecation diff --git a/docs/src/dev/developer/release.asciidoc b/docs/src/dev/developer/release.asciidoc index 9c62034..f175c50 100644 --- a/docs/src/dev/developer/release.asciidoc +++ b/docs/src/dev/developer/release.asciidoc @@ -289,6 +289,8 @@ as one individual may simply just handle them all. . Generate a list of dead branches that will be automatically deleted and post them as a DISCUSS thread for review, then once consensus is reached removed those branches. . Set up the IO tests for the current `SNAPSHOT` as discussed in the <<io,IO Documentation and Testing Section>> +Apache provides access to download statistics for release link:https://logging1-he-de.apache.org/stats/[here]. + == Email Templates === Release VOTE
