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:16:11 UTC

[hbase] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit d9d5f69fc6704b50e112e6b9d72b725addfcf0dd
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