This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push: new 50b31f4 [SPARK-51952] Disable `fail-fast` in `Build Test CI` matrix 50b31f4 is described below commit 50b31f445c44d56e413036bc29d25b8e57e4d2a0 Author: Dongjoon Hyun <dongj...@apache.org> AuthorDate: Tue Apr 29 10:23:25 2025 -0700 [SPARK-51952] Disable `fail-fast` in `Build Test CI` matrix ### What changes were proposed in this pull request? This PR aims to disable `fail-fast` in `Build Test CI` matrix. ### Why are the changes needed? To run all tests independently. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #177 from dongjoon-hyun/SPARK-51952. Authored-by: Dongjoon Hyun <dongj...@apache.org> Signed-off-by: Dongjoon Hyun <dongj...@apache.org> --- .github/workflows/build_and_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 1e01560..f37f2e2 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -30,6 +30,7 @@ jobs: name: "Build Test CI" runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: [ 'ubuntu-latest', 'ubuntu-24.04-arm' ] java-version: [ 17, 21 ] --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org