Only CI ARM daily
Former-commit-id: a5325061f21b3d93e151fa86dce7447a6f5e03cb
This commit is contained in:
parent
d01d3816aa
commit
fd3a06da47
17
.github/workflows/ci.yml
vendored
17
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
16
.github/workflows/daily.yml
vendored
16
.github/workflows/daily.yml
vendored
@ -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
deps/depot_tools
vendored
@ -1 +0,0 @@
|
||||
Subproject commit aaf566999558aa8ead38811228cd539a6e6e2fda
|
Loading…
x
Reference in New Issue
Block a user