Allow failure for currently failing gitlab jobs

This commit is contained in:
Paulo Matos 2019-04-10 09:23:59 +02:00
parent 5a3d7b87e4
commit a3b90d0aab

View File

@ -229,6 +229,7 @@ test:native:x86_64:
test:native:armv7l:
extends: .preparearch
allow_failure: true
variables:
ARCH: "armv7l"
JOBS: 5
@ -239,6 +240,7 @@ test:native:armv7l:
test:emulation:arm64:
extends: .preparearch
allow_failure: true
variables:
ARCH: "arm64"
JOBS: 6
@ -246,6 +248,7 @@ test:emulation:arm64:
test:emulation:armel:
extends: .preparearch
allow_failure: true
variables:
ARCH: "armel"
JOBS: 6
@ -253,6 +256,7 @@ test:emulation:armel:
test:emulation:armhf:
extends: .preparearch
allow_failure: true
variables:
ARCH: "armhf"
JOBS: 6
@ -260,6 +264,7 @@ test:emulation:armhf:
test:emulation:i386:
extends: .preparearch
allow_failure: true
variables:
ARCH: "i386"
JOBS: 6
@ -267,6 +272,7 @@ test:emulation:i386:
test:emulation:mips:
extends: .preparearch
allow_failure: true
variables:
ARCH: "mips"
JOBS: 6
@ -274,6 +280,7 @@ test:emulation:mips:
test:emulation:mipsel:
extends: .preparearch
allow_failure: true
variables:
ARCH: "mipsel"
JOBS: 6
@ -281,6 +288,7 @@ test:emulation:mipsel:
test:emulation:mips64el:
extends: .preparearch
allow_failure: true
variables:
ARCH: "mips64el"
JOBS: 6
@ -288,6 +296,7 @@ test:emulation:mips64el:
test:emulation:s390x:
extends: .preparearch
allow_failure: true
variables:
ARCH: "s390x"
JOBS: 6
@ -295,12 +304,12 @@ test:emulation:s390x:
test:emulation:ppc64el:
extends: .preparearch
allow_failure: true
variables:
ARCH: "ppc64el"
JOBS: 6
INSTALL_DIR: $CI_PROJECT_DIR/install
.preparearch:cs:
image: ubuntu:18.04
stage: test
@ -326,6 +335,7 @@ test:native:x86_64:cs:
test:emulation:i386:cs:
extends: .preparearch:cs
allow_failure: true
variables:
ARCH: "i386"
JOBS: 6