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

Loading…
Cancel
Save