All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] automation: remove allow_failure from Alpine Linux jobs
@ 2021-03-12 21:05 Stefano Stabellini
  2021-03-15 18:33 ` Wei Liu
  0 siblings, 1 reply; 2+ messages in thread
From: Stefano Stabellini @ 2021-03-12 21:05 UTC (permalink / raw)
  To: cardoe; +Cc: sstabellini, wl, andrew.cooper3, xen-devel, Stefano Stabellini

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>
---
 automation/gitlab-ci/build.yaml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml
index 23ab81d892..cca2c310e2 100644
--- a/automation/gitlab-ci/build.yaml
+++ b/automation/gitlab-ci/build.yaml
@@ -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
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] automation: remove allow_failure from Alpine Linux jobs
  2021-03-12 21:05 [PATCH] automation: remove allow_failure from Alpine Linux jobs Stefano Stabellini
@ 2021-03-15 18:33 ` Wei Liu
  0 siblings, 0 replies; 2+ messages in thread
From: Wei Liu @ 2021-03-15 18:33 UTC (permalink / raw)
  To: Stefano Stabellini
  Cc: cardoe, wl, andrew.cooper3, xen-devel, Stefano Stabellini

On Fri, Mar 12, 2021 at 01:05:26PM -0800, Stefano Stabellini wrote:
> 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>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-15 18:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-12 21:05 [PATCH] automation: remove allow_failure from Alpine Linux jobs Stefano Stabellini
2021-03-15 18:33 ` Wei Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.