automation: remove allow_failure from Alpine Linux jobs
authorStefano Stabellini <sstabellini@kernel.org>
Fri, 12 Mar 2021 21:05:26 +0000 (13:05 -0800)
committerStefano Stabellini <sstabellini@kernel.org>
Thu, 15 Apr 2021 00:07:57 +0000 (17:07 -0700)
Now that the Alpine Linux build jobs complete successfully on staging we
can remove the "allow_failure: true" tag.

Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>
Acked-by: Wei Liu <wl@xen.org>
automation/gitlab-ci/build.yaml

index 23ab81d8922d6de0efa35ab1ff9d5f6d5f65f55a..cca2c310e20e91effcdbfe99e036a653043b2255 100644 (file)
@@ -434,25 +434,21 @@ alpine-3.12-gcc:
   extends: .gcc-x86-64-build
   variables:
     CONTAINER: alpine:3.12
-  allow_failure: true
 
 alpine-3.12-gcc-debug:
   extends: .gcc-x86-64-build-debug
   variables:
     CONTAINER: alpine:3.12
-  allow_failure: true
 
 alpine-3.12-clang:
   extends: .clang-x86-64-build
   variables:
     CONTAINER: alpine:3.12
-  allow_failure: true
 
 alpine-3.12-clang-debug:
   extends: .clang-x86-64-build-debug
   variables:
     CONTAINER: alpine:3.12
-  allow_failure: true
 
 
 # Arm builds