This is an automated email from the ASF dual-hosted git repository. zhangbutao pushed a commit to branch branch-4.1 in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/branch-4.1 by this push: new ec6e166148e HIVE-29081: CI fails intermittently cause some runs exceed ephemeral storage limits (#5949) (#5954) ec6e166148e is described below commit ec6e166148ef492da9f893ab81428d9701751307 Author: Butao Zhang <zhangbu...@apache.org> AuthorDate: Fri Jul 11 14:41:57 2025 +0800 HIVE-29081: CI fails intermittently cause some runs exceed ephemeral storage limits (#5949) (#5954) Co-authored-by: Stamatis Zampetakis <zabe...@gmail.com> --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3ebb7b53e9a..65be234775d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -135,8 +135,8 @@ def hdbPodTemplate(closure) { resourceLimitCpu: '8000m', resourceRequestMemory: '6400Mi', resourceLimitMemory: '12000Mi', - resourceRequestEphemeralStorage: '10Gi', - resourceLimitEphemeralStorage: '20Gi', + resourceRequestEphemeralStorage: '15Gi', + resourceLimitEphemeralStorage: '30Gi', envVars: [ envVar(key: 'DOCKER_HOST', value: 'tcp://localhost:2376'), envVar(key: 'DOCKER_TLS_VERIFY', value: '1'),