-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
AVRO-3653: [CI] Linux ARM64 on GitHub actions #1964
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
martin-g
force-pushed
the
avro-3653-arm64-on-github-actions
branch
3 times, most recently
from
November 14, 2022 19:51
ab493b7
to
b652897
Compare
martin-g
changed the title
AVRO-3653: [CI] LInux ARM64 on GitHub actions
AVRO-3653: [CI] Linux ARM64 on GitHub actions
Nov 24, 2022
martin-g
force-pushed
the
avro-3653-arm64-on-github-actions
branch
from
April 11, 2023 10:59
b652897
to
115c49f
Compare
martin-g
force-pushed
the
avro-3653-arm64-on-github-actions
branch
from
April 11, 2023 13:14
ce07da9
to
4ac60ae
Compare
martin-g
force-pushed
the
avro-3653-arm64-on-github-actions
branch
from
April 12, 2023 09:28
74f021c
to
8f26edb
Compare
Migrate the Java build from .travis.yaml Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
This is a workaround for uraimo/run-on-arch-action#100 Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Python: change the default wait time. Just for debugging purposes Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Fixes the CI for Python Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Port the improvement from AVRO-3696 Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
tox-dev/tox#2681 Tox 4.x does not support Python 3.6 Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
…ECONDS to tox Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Install python3-distutils for the Python SDK Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
martin-g
force-pushed
the
avro-3653-arm64-on-github-actions
branch
3 times, most recently
from
October 2, 2023 20:24
0e35216
to
a36a834
Compare
martin-g
force-pushed
the
avro-3653-arm64-on-github-actions
branch
from
October 3, 2023 06:15
a36a834
to
ae3b022
Compare
martin-g
force-pushed
the
avro-3653-arm64-on-github-actions
branch
2 times, most recently
from
October 3, 2023 06:16
af55099
to
65d7217
Compare
martin-g
force-pushed
the
avro-3653-arm64-on-github-actions
branch
2 times, most recently
from
October 3, 2023 11:08
dd9c4cf
to
8240a6c
Compare
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
martin-g
force-pushed
the
avro-3653-arm64-on-github-actions
branch
from
October 3, 2023 11:33
8240a6c
to
f6fe24c
Compare
RanbirK
pushed a commit
to RanbirK/avro
that referenced
this pull request
May 13, 2024
* 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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
AVRO-3653
What is the purpose of the change
Verifying this change
Documentation