From ozone-commits-return-183-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Wed Nov 27 14:45:22 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 2F464180648 for ; Wed, 27 Nov 2019 15:45:22 +0100 (CET) Received: (qmail 61440 invoked by uid 500); 27 Nov 2019 14:45:21 -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 61428 invoked by uid 99); 27 Nov 2019 14:45:21 -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; Wed, 27 Nov 2019 14:45:21 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 5B0948B690; Wed, 27 Nov 2019 14:45:21 +0000 (UTC) Date: Wed, 27 Nov 2019 14:45:21 +0000 To: "ozone-commits@hadoop.apache.org" Subject: [hadoop-ozone] branch debug-acceptace-timeout updated: fix install script MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157486592129.7058.16081119881956301435@gitbox.apache.org> From: elek@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: hadoop-ozone X-Git-Refname: refs/heads/debug-acceptace-timeout X-Git-Reftype: branch X-Git-Oldrev: 50044a0ab5c6f1d2188370b919923f30644b4d17 X-Git-Newrev: c2e02aee58b72f81102f4c4e6a18bf5c20bbbc6b X-Git-Rev: c2e02aee58b72f81102f4c4e6a18bf5c20bbbc6b X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. elek pushed a commit to branch debug-acceptace-timeout in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git The following commit(s) were added to refs/heads/debug-acceptace-timeout by this push: new c2e02ae fix install script c2e02ae is described below commit c2e02aee58b72f81102f4c4e6a18bf5c20bbbc6b Author: Márton Elek AuthorDate: Wed Nov 27 15:45:01 2019 +0100 fix install script --- .github/workflows/post-commit.yml | 2 +- .github/workflows/tmate.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/post-commit.yml b/.github/workflows/post-commit.yml index 2b71142..988e8eb 100644 --- a/.github/workflows/post-commit.yml +++ b/.github/workflows/post-commit.yml @@ -21,13 +21,13 @@ jobs: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@master + - run: ./.github/workflows/tmate.sh - uses: ./.github/buildenv with: args: ./hadoop-ozone/dev-support/checks/build.sh - run: sudo pip install robotframework - run: sudo chown runner -R . - run: cd ./hadoop-ozone/dist/target/ozone-*-SNAPSHOT/ && mkdir .aws && sudo chown 1000 .aws - - run: ./.github/workflows/tmate.sh - run: ./hadoop-ozone/dev-support/checks/acceptance.sh - uses: actions/upload-artifact@master if: always() diff --git a/.github/workflows/tmate.sh b/.github/workflows/tmate.sh index da1149c..fbe9166 100755 --- a/.github/workflows/tmate.sh +++ b/.github/workflows/tmate.sh @@ -1,6 +1,5 @@ #!/usr/bin/env bash - -sudo apt-get install tmate +apt-get -y install tmate tmate -S /tmp/tmate.sock new-session -d tmate -S /tmp/tmate.sock wait tmate-ready tmate -S /tmp/tmate.sock display -p '#{tmate_ssh}' --------------------------------------------------------------------- To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: ozone-commits-help@hadoop.apache.org