From c78e6cac80ecb55b51d30346accc232e28555d56 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Thu, 24 Jun 2021 13:27:44 +0100 Subject: Allow `skip_*` test.json keys at top-level or in `matrix:` --- data/test.schema.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'data/test.schema.json') diff --git a/data/test.schema.json b/data/test.schema.json index 1bcefea..b89a874 100644 --- a/data/test.schema.json +++ b/data/test.schema.json @@ -79,6 +79,18 @@ "items": { "type": "string" } + }, + "skip_on_jobname": { + "type": "array", + "items": { + "type": "string" + } + }, + "skip_on_os": { + "type": "array", + "items": { + "type": "string" + } } }, "required": [ @@ -142,6 +154,12 @@ ] } }, + "skip_on_env": { + "type": "array", + "items": { + "type": "string" + } + }, "skip_on_jobname": { "type": "array", "items": { -- cgit v1.1