From b56a610f8dac64eedbd54d4841bfc56daa16262f Mon Sep 17 00:00:00 2001 From: Adi Sage Date: Tue, 23 May 2023 22:53:36 +0530 Subject: [PATCH] OAPI: Remove obsolete job statuses Remove the following statuses from `flamenco-openapi.yaml`: - 'construction-failed' - 'archiving' - 'archived' These were a leftover from Flamenco v2 and have never been used in Flamenco v3. Reviewed-on: https://projects.blender.org/studio/flamenco/pulls/104215 --- pkg/api/flamenco-openapi.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/api/flamenco-openapi.yaml b/pkg/api/flamenco-openapi.yaml index b09395fa..474fd18c 100644 --- a/pkg/api/flamenco-openapi.yaml +++ b/pkg/api/flamenco-openapi.yaml @@ -1601,12 +1601,9 @@ components: - active - canceled - completed - - construction-failed - failed - paused - queued - - archived - - archiving - cancel-requested - requeueing - under-construction