Only CI ARM daily
Former-commit-id: a5325061f21b3d93e151fa86dce7447a6f5e03cb
This commit is contained in:
parent
cc49720fd5
commit
e48e8511ec
17
.github/workflows/ci.yml
vendored
17
.github/workflows/ci.yml
vendored
@ -27,24 +27,7 @@ jobs:
|
|||||||
- name: module tests
|
- name: module tests
|
||||||
run: |
|
run: |
|
||||||
./runtest-moduleapi
|
./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:
|
build-ubuntu-old:
|
||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-16.04
|
||||||
steps:
|
steps:
|
||||||
|
16
.github/workflows/daily.yml
vendored
16
.github/workflows/daily.yml
vendored
@ -54,6 +54,22 @@ jobs:
|
|||||||
- name: module api test
|
- name: module api test
|
||||||
run: ./runtest-moduleapi --verbose --tls
|
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:
|
test-valgrind:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 14400
|
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