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:40:15 UTC

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


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

commit 9aec8d8b128ea750e2bc1187485a7aff479d7234
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