strategy:
fail-fast: false
# We use a matrix in two parts: firstly all of the VMs are tested with the
- # default config. "vm" corresponds to a label associated with the worker.
+ # default config. "os" corresponds to a label associated with the worker.
matrix:
os:
+ - ARM64
- bbone
- dfly30
- dfly48
- default
# Then we include any extra configs we want to test for specific VMs.
include:
+ - { os: ARM64, configs: pam }
- { os: dfly30, configs: without-openssl}
- { os: dfly48, configs: pam }
- { os: dfly58, configs: pam }