Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* AVRO-3653: [CI] Use Github Actions for testing on Linux ARM64 Migrate the Java build from .travis.yaml Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * AVRO-3653: [CI] Add jobs for all SDKs Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * AVRO-3653: [CI] Override env.GITHUB_WORKFLOW This is a workaround for uraimo/run-on-arch-action#100 Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * AVRO-3653: Add ASLv2 for the new workflow file Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * AVRO-3653: Git push should trigger only if it is on master branch Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * AVRO-3653: Can't use ubuntu-20.04-xl Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * AVRO-3563: Rust - build only, no tests Python: change the default wait time. Just for debugging purposes Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * AVRO-3653: Cast the env vars values from string to int Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * AVRO-3653: Build only apache-avro Rust crate Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * AVRO-3653: Format the Python code Fixes the CI for Python Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * AVRO-3653: Install .NET 7.0 Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * AVRO-3653: Install libyaml-dev for the Ruby job Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * AVRO-3653: Run the Rust SDK tests Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * AVRO-3653: Use tox instead of tox-wheel Port the improvement from AVRO-3696 Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * AVRO-3653: Update Maven to 3.9.1 Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * AVRO-3653: Python Tox 4.x uses TOX_OVERRIDE tox-dev/tox#2681 Tox 4.x does not support Python 3.6 Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * AVRO-3653: Try to debug the issue with Snappy code in Java Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * AVRO-3653: Allow passing BENCH_MAX_WRITE_SECONDS and BENCH_MAX_READ_SECONDS to tox Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * AVRO-3653: Exclude Snappy codec tests for ARM64 Install python3-distutils for the Python SDK Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * AVRO-3653: $(MSBuildThisFileDirectory) already has trailing '/' Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * AVRO-3653: Use Ubuntu 22.04 for the ARM64 VMs Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * AVRO-3653: Try with python3.7-distutils Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * AVRO-3653: Exclude TestNettyServer. It fails too often Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * AVRO-3653: Use the new self-hosted ARM64 nodes provided by ASF Infra Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> --------- Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
- Loading branch information