This is an automated email from the ASF dual-hosted git repository.
mck pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git
from a1b0a310ed Merge branch 'cassandra-5.0' into trunk
new f7c11bdcd4 Standalone Jenkinsfile
new 2108f9dcaf Merge branch 'cassandra-5.0' into trunk
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.build/README.md | 122 +-
.build/check-code.sh | 2 +-
.build/ci/ci_parser.py | 307 +++++
.../{build-jars.sh => ci/generate-ci-summary.sh} | 38 +-
.../{build-jars.sh => ci/generate-test-report.sh} | 17 +-
.build/ci/junit_helpers.py | 320 +++++
.build/ci/logging.sh | 124 ++
.build/ci/logging_helper.py | 136 +++
.../build-redhat.sh => ci/precommit_check.sh} | 57 +-
.../license.yml => .build/ci/requirements.txt | 5 +-
.build/docker/_docker_run.sh | 8 +-
.../docker/{build-artifacts.sh => build-jars.sh} | 4 +-
.build/docker/bullseye-build.docker | 3 +
.build/docker/run-tests.sh | 79 +-
.build/run-python-dtests.sh | 21 +-
.build/run-tests.sh | 12 +-
.jenkins/Jenkinsfile | 1230 ++++++++------------
CHANGES.txt | 1 +
build.xml | 73 +-
pylib/cassandra-cqlsh-tests.sh | 3 +-
.../org/apache/cassandra/utils/FBUtilities.java | 2 +-
.../org/apache/cassandra/utils/SystemInfo.java | 15 +-
.../CassandraXMLJUnitResultFormatter.java | 23 +-
.../apache/cassandra/utils/FBUtilitiesTest.java | 2 +-
24 files changed, 1677 insertions(+), 927 deletions(-)
create mode 100755 .build/ci/ci_parser.py
copy .build/{build-jars.sh => ci/generate-ci-summary.sh} (52%)
copy .build/{build-jars.sh => ci/generate-test-report.sh} (66%)
create mode 100644 .build/ci/junit_helpers.py
create mode 100644 .build/ci/logging.sh
create mode 100755 .build/ci/logging_helper.py
copy .build/{docker/build-redhat.sh => ci/precommit_check.sh} (57%)
copy .circleci/license.yml => .build/ci/requirements.txt (90%)
copy .build/docker/{build-artifacts.sh => build-jars.sh} (88%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]