You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2019/08/15 02:45:20 UTC

[hbase] branch branch-2.0 updated: HBASE-22856 HBASE-Find-Flaky-Tests fails with pip error

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

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


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new cf0904d  HBASE-22856 HBASE-Find-Flaky-Tests fails with pip error
cf0904d is described below

commit cf0904dca2102f0b5de6189f21b42d4873ce0b52
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Thu Aug 15 10:14:08 2019 +0800

    HBASE-22856 HBASE-Find-Flaky-Tests fails with pip error
---
 dev-support/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/Dockerfile b/dev-support/Dockerfile
index 2c3d61c..5d79988 100644
--- a/dev-support/Dockerfile
+++ b/dev-support/Dockerfile
@@ -20,7 +20,7 @@
 #
 # Specifically, it's used for the flaky test reporting job defined in
 # dev-support/flaky-tests/flaky-reporting.Jenkinsfile
-FROM ubuntu:14.04
+FROM ubuntu:18.04
 
 ADD . /hbase/dev-support