[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] automation: remove allow_failure from Alpine Linux jobs
commit ed3ea7e95b0d94cc92a0fcf6c57e784ddfb24c97 Author: Stefano Stabellini <sstabellini@xxxxxxxxxx> AuthorDate: Fri Mar 12 13:05:26 2021 -0800 Commit: Stefano Stabellini <sstabellini@xxxxxxxxxx> CommitDate: Wed Apr 14 17:07:57 2021 -0700 automation: remove allow_failure from Alpine Linux jobs 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@xxxxxxxxxx> Acked-by: Wei Liu <wl@xxxxxxx> --- 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 -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |