From e48e8511ecf78014fa3ad6cdf36abec352745be5 Mon Sep 17 00:00:00 2001 From: John Sully Date: Sat, 30 May 2020 02:34:37 -0400 Subject: [PATCH] Only CI ARM daily Former-commit-id: a5325061f21b3d93e151fa86dce7447a6f5e03cb --- .github/workflows/ci.yml | 17 ----------------- .github/workflows/daily.yml | 16 ++++++++++++++++ deps/depot_tools | 1 - 3 files changed, 16 insertions(+), 18 deletions(-) delete mode 160000 deps/depot_tools diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee2235e2a..cd8196756 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,24 +27,7 @@ jobs: - name: module tests run: | ./runtest-moduleapi - - test-ubuntu-arm: - runs-on: [self-hosted, linux, arm] - steps: - - uses: actions/checkout@v1 - - name: make - run: | - sudo apt-get -y install uuid-dev libcurl4-openssl-dev - make -j4 - - name: test - run: | - sudo apt-get -y install tcl8.5 - ./runtest --clients 2 --verbose - - name: module tests - run: | - ./runtest-moduleapi - build-ubuntu-old: runs-on: ubuntu-16.04 steps: diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index e238d3054..9151c1e3a 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -54,6 +54,22 @@ jobs: - name: module api test run: ./runtest-moduleapi --verbose --tls + test-ubuntu-arm: + runs-on: [self-hosted, linux, arm] + steps: + - uses: actions/checkout@v1 + - name: make + run: | + sudo apt-get -y install uuid-dev libcurl4-openssl-dev + make -j4 + - name: test + run: | + sudo apt-get -y install tcl8.5 + ./runtest --clients 2 --verbose + - name: module tests + run: | + ./runtest-moduleapi + test-valgrind: runs-on: ubuntu-latest timeout-minutes: 14400 diff --git a/deps/depot_tools b/deps/depot_tools deleted file mode 160000 index aaf566999..000000000 --- a/deps/depot_tools +++ /dev/null @@ -1 +0,0 @@ -Subproject commit aaf566999558aa8ead38811228cd539a6e6e2fda