This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch HBASE-28693
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/HBASE-28693 by this push:
     new b0bd87ef0fb mount passwd
b0bd87ef0fb is described below

commit b0bd87ef0fbdb1d43f6401b5a4873ac0818c42c8
Author: Duo Zhang <[email protected]>
AuthorDate: Thu Jun 27 14:51:51 2024 +0800

    mount passwd
---
 dev-support/flaky-tests/run-flaky-tests.Jenkinsfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile 
b/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
index dc7669e7fbc..df7aa1f5243 100644
--- a/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
+++ b/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
@@ -19,6 +19,7 @@ pipeline {
     dockerfile {
       dir 'dev-support/docker'
       label 'hbase'
+      args '-v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro'
     }
   }
   triggers {
@@ -43,6 +44,8 @@ pipeline {
         sh '''#!/usr/bin/env bash
           set -e
           MVN="${MAVEN_HOME}/bin/mvn"
+          # print the maven version and java version
+          ${MVN} --version
           declare -a curl_args=(--fail)
           tmpdir=$(realpath target)
           declare -a mvn_args=(--batch-mode -fn -Dbuild.id="${BUILD_ID}" 
-Dmaven.repo.local="${WORKSPACE}/local-repository" -Djava.io.tmpdir=${tmpdir})

Reply via email to