Cirrus: Add Debian functional tests

pull/177/head
Jeremy Rand 1 year ago
parent 2a78bf2abb
commit acbea5b689
No known key found for this signature in database
GPG Key ID: EB03139A459DD06E

@ -168,13 +168,25 @@ task:
GOX_TAGS: ""
task:
name: "Functional Tests Ubuntu Go $GO_VERSION$MODULES_NAME"
compute_engine_instance:
image_project: cirrus-images
image: family/docker-builder
platform: linux
cpu: 1
memory: 1G
name: "Functional Tests $CI_DISTRO Go $GO_VERSION$MODULES_NAME"
alias: "Functional Tests"
matrix:
- compute_engine_instance:
image_project: debian-cloud
image: family/debian-11
platform: linux
cpu: 1
memory: 1G
env:
CI_DISTRO: debian
- compute_engine_instance:
image_project: cirrus-images
image: family/docker-builder
platform: linux
cpu: 1
memory: 1G
env:
CI_DISTRO: ubuntu
bitcoind_cache:
folder: /tmp/bitcoind
populate_script: mkdir -p /tmp/bitcoind
@ -300,7 +312,7 @@ task:
- ShellCheck
- Unit Tests
- Cross-Compile
- Functional Tests Ubuntu Go latest
- Functional Tests
bin_cache:
folder: "idist"
fingerprint_script:

Loading…
Cancel
Save