From bb900afef2197d0fea5bfb4ed06ea94acd98710b Mon Sep 17 00:00:00 2001 From: Mira Ressel Date: Mon, 16 Oct 2023 14:49:59 +0200 Subject: [PATCH] chore(list-syscalls): enable `allow_failure` for now --- .gitlab/pipeline/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/pipeline/test.yml b/.gitlab/pipeline/test.yml index f82dd08ed9b37..517b933316440 100644 --- a/.gitlab/pipeline/test.yml +++ b/.gitlab/pipeline/test.yml @@ -523,3 +523,4 @@ test-syscalls: - if [[ "$CI_JOB_STATUS" == "failed" ]; then printf "The x86_64 syscalls used by the worker binaries have changed. Please review if this is expected and update polkadot/scripts/list-syscalls/*-worker-syscalls as needed.\n" fi + allow_failure: true # TODO: remove this once we have an idea how often the syscall lists will change