From c84792946979c3312a83a4a24f6070f42e48f4b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 6 May 2022 15:09:01 +0200 Subject: [PATCH] OAPI: remove job statuses `fail-requested` and `waiting-for-files` These statuses are no longer needed, as they are a relic from Flamenco 2. --- pkg/api/flamenco-manager.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/api/flamenco-manager.yaml b/pkg/api/flamenco-manager.yaml index 365a3e12..5977531c 100644 --- a/pkg/api/flamenco-manager.yaml +++ b/pkg/api/flamenco-manager.yaml @@ -740,10 +740,8 @@ components: - archived - archiving - cancel-requested - - fail-requested - requeued - under-construction - - waiting-for-files TaskStatus: type: string