remove .shippable.yml
Experience has borne out the hope that the CI system using GitHub actions offers the same amount of testing on Linux platforms as existing shippable infrastructure. It's also configured to run on macOS and Windows, which is nicer. So there's no need to continue to run shippable based testing now. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
f466818a95
commit
24ab747ac3
|
@ -1,22 +0,0 @@
|
|||
runtime:
|
||||
nodePool: large_nodes
|
||||
|
||||
language: python
|
||||
# TODO: 3.7 and 3.8 need testing here.
|
||||
python:
|
||||
- 3.6 # minimum supported version
|
||||
|
||||
build:
|
||||
pre_ci_boot:
|
||||
image_name: zephyrprojectrtos/ci
|
||||
image_tag: v0.10.1
|
||||
pull: true
|
||||
options: "-e HOME=/home/buildslave --privileged=true --tty --net=bridge --user buildslave"
|
||||
ci:
|
||||
- type -p python3
|
||||
- python3 --version
|
||||
- export PATH=$PATH:$HOME/.local/bin
|
||||
- pip3 install tox
|
||||
- mkdir -p shippable/{testresults,codecoverage}
|
||||
- export WEST_SKIP_SLOW_TESTS=0
|
||||
- tox -- --junitxml=$PWD/shippable/testresults/nosetests.xml --cov-report=xml:$PWD/shippable/codecoverage/coverage.xml tests
|
Loading…
Reference in New Issue