This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 0697383d35 HDDS-13027. Workaround for GitHub connection failures
(#8443)
0697383d35 is described below
commit 0697383d3502e9d8c38f07a3f0e5e70e7d2b577b
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue May 13 16:30:22 2025 +0200
HDDS-13027. Workaround for GitHub connection failures (#8443)
---
.github/workflows/ci.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7a497ef660..f1bc6bb528 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -271,6 +271,7 @@ jobs:
secrets: inherit
with:
java-version: ${{ needs.build-info.outputs.java-version }}
+ pre-script: sudo hostname localhost
ratis-args: ${{ inputs.ratis_args }}
script: integration
script-args: -Ptest-${{ matrix.profile }} -Drocks_tools_native
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]