Only CI ARM daily

Former-commit-id: a5325061f21b3d93e151fa86dce7447a6f5e03cb
This commit is contained in:
John Sully 2020-05-30 02:34:37 -04:00
parent d01d3816aa
commit fd3a06da47
3 changed files with 16 additions and 18 deletions

View File

@ -28,23 +28,6 @@ jobs:
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:

View File

@ -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

1
deps/depot_tools vendored

@ -1 +0,0 @@
Subproject commit aaf566999558aa8ead38811228cd539a6e6e2fda