Skip Alpine tests until Concourse + Alpine v3.14 issues are resolved

See:
* https://github.com/concourse/concourse/issues/7905
* https://github.com/product-os/balena-concourse/issues/631
* https://github.com/product-os/ci-images/pull/116/files#r844508619

Change-type: patch
This commit is contained in:
Paulo Castro 2022-04-07 00:17:58 +01:00
parent 9185eaa2b7
commit a4ab07cd08

View File

@ -7,9 +7,14 @@ npm:
node_versions:
- "12"
- "14"
- name: linux
os: alpine
architecture: x86_64
node_versions:
- "12"
- "14"
##
## Temporarily skip Alpine tests until the following issues are resolved:
## * https://github.com/concourse/concourse/issues/7905
## * https://github.com/product-os/balena-concourse/issues/631
##
# - name: linux
# os: alpine
# architecture: x86_64
# node_versions:
# - "12"
# - "14"