This is an automated email from the ASF dual-hosted git repository.
piotr pushed a change to branch asf-license-notice
in repository https://gitbox.apache.org/repos/asf/iggy.git
from caeb473b Apache License Disclaimer, Notice
add 0269acca chore(ci): change trigger event for release workflows (#1629)
add 6b6fcaad chore(ci): add new CI workflows for PR validation and testing
(#1621)
add 2fa7a431 Merge branch 'master' into asf-license-notice
No new revisions were added by this update.
Summary of changes:
.convco | 1 +
.github/workflows/ci-check-common.yml | 82 +++++++++
.github/workflows/ci-check-pr.yml | 139 +++++++++++++++
.github/workflows/ci-check-rust.yml | 189 +++++++++++++++++++++
.github/workflows/{test.yml => ci-check-shell.yml} | 29 +++-
...compatibility.yml => ci-compatibility-rust.yml} | 12 +-
.../{coverage.yml => ci-coverage-rust.yml} | 24 ++-
.github/workflows/ci-test-rust-optional.yml | 66 +++++++
.github/workflows/ci-test-rust.yml | 109 ++++++++++++
.github/workflows/publish_cli.yml | 54 +++---
.github/workflows/publish_sdk.yml | 53 +++---
.github/workflows/publish_server.yml | 57 +++----
.github/workflows/test_pr.yml | 4 +-
.../performance/run-standard-performance-suite.sh | 2 +
14 files changed, 705 insertions(+), 116 deletions(-)
create mode 100644 .convco
create mode 100644 .github/workflows/ci-check-common.yml
create mode 100644 .github/workflows/ci-check-pr.yml
create mode 100644 .github/workflows/ci-check-rust.yml
copy .github/workflows/{test.yml => ci-check-shell.yml} (54%)
rename .github/workflows/{backwards_compatibility.yml =>
ci-compatibility-rust.yml} (94%)
rename .github/workflows/{coverage.yml => ci-coverage-rust.yml} (82%)
create mode 100644 .github/workflows/ci-test-rust-optional.yml
create mode 100644 .github/workflows/ci-test-rust.yml