From ozone-commits-return-206-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Thu Nov 28 08:41:30 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 7FCA5180679 for ; Thu, 28 Nov 2019 09:41:29 +0100 (CET) Received: (qmail 10035 invoked by uid 500); 28 Nov 2019 08:41:28 -0000 Mailing-List: contact ozone-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ozone-commits@hadoop.apache.org Delivered-To: mailing list ozone-commits@hadoop.apache.org Received: (qmail 9846 invoked by uid 99); 28 Nov 2019 08:41:28 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Nov 2019 08:41:28 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 38D3B8B697; Thu, 28 Nov 2019 08:41:28 +0000 (UTC) Date: Thu, 28 Nov 2019 08:41:34 +0000 To: "ozone-commits@hadoop.apache.org" Subject: [hadoop-ozone] 07/14: try to fix tmate MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: elek@apache.org In-Reply-To: <157493048773.6845.14520965261310801779@gitbox.apache.org> References: <157493048773.6845.14520965261310801779@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: hadoop-ozone X-Git-Refname: refs/heads/debug-acceptance-timeout X-Git-Reftype: branch X-Git-Rev: cc2a29be25d59ec7f86323fc75cac9cd0c1be981 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20191128084128.38D3B8B697@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. elek pushed a commit to branch debug-acceptance-timeout in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git commit cc2a29be25d59ec7f86323fc75cac9cd0c1be981 Author: Márton Elek AuthorDate: Wed Nov 27 20:01:58 2019 +0100 try to fix tmate --- .github/workflows/post-commit.yml | 2 +- .github/workflows/tmate.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/post-commit.yml b/.github/workflows/post-commit.yml index 1a65599..16877de 100644 --- a/.github/workflows/post-commit.yml +++ b/.github/workflows/post-commit.yml @@ -22,7 +22,7 @@ jobs: timeout-minutes: 90 steps: - uses: actions/checkout@master -# - run: ./.github/workflows/tmate.sh + - run: ./.github/workflows/tmate.sh - uses: ./.github/buildenv with: args: ./hadoop-ozone/dev-support/checks/build.sh diff --git a/.github/workflows/tmate.sh b/.github/workflows/tmate.sh index 55b8d50..c10a557 100755 --- a/.github/workflows/tmate.sh +++ b/.github/workflows/tmate.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash +set -ex sudo apt-get -y install tmate tmate -S /tmp/tmate.sock new-session -d -tmate -S /tmp/tmate.sock wait tmate-ready +sleep 2 tmate -S /tmp/tmate.sock display -p '#{tmate_ssh}' tmate -S /tmp/tmate.sock display -p '#{tmate_web}' --------------------------------------------------------------------- To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: ozone-commits-help@hadoop.apache.org