Skip to content

Commit 0f284d8

Browse files
committed
.gitlab-ci.yml: temporary disable armv7hf job, allow failures on win&mac
1 parent 22378f7 commit 0f284d8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ test:linux:x64:
3333
matrix:
3434
- GOVERSION: [ '1.13', '1.14', '1.15', '1.16', '1.17', '1.18', '1.19', '1.20' ]
3535

36-
test:linux:ARMv7hf:
36+
# TODO Not working on shell runner (e.g. with default (old) version): investigate and find a working setup
37+
.test:linux:ARMv7hf:
3738
extends: .test
38-
tags: [ armv7hf, linux ]
39+
tags: [ armv7hf, linux, shell ]
3940
variables:
4041
BUILD_ARGS: -test.short
4142

@@ -46,10 +47,12 @@ test:linux:aarch64:
4647
BUILD_ARGS: -test.short
4748

4849
test:mac:x64:
50+
allow_failure: true # TODO Investigate and fix
4951
extends: .test
5052
tags: [ x64, mac, go ]
5153

5254
test:win:x64:
55+
allow_failure: true # TODO gcc not found
5356
extends: .test
5457
tags: [ x64, windows, go ]
5558
before_script:

0 commit comments

Comments
 (0)