From 12c74a351f92f2f2c10b56ec82b88277805179da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 14 Nov 2022 11:50:58 +0100 Subject: [PATCH] package/ci: make all CircleCI jobs depend on the nondeprecated build. Except the base GL and Vulkan one. Because usually the nondeprecated builds needs the most iterations and any builds that run after it failed are just wasting credits. --- package/ci/circleci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package/ci/circleci.yml b/package/ci/circleci.yml index 5a257b16b..178adc820 100644 --- a/package/ci/circleci.yml +++ b/package/ci/circleci.yml @@ -626,20 +626,24 @@ workflows: - linux-gl - linux-vulkan - linux-vulkan + - linux-nondeprecated - linux-gles2: requires: - linux-gl + - linux-nondeprecated - linux-gles3: requires: - linux-gl + - linux-nondeprecated - linux-static: requires: - linux-gl - linux-vulkan - - linux-nondeprecated + - linux-nondeprecated - linux-sanitizers: requires: - linux-gl + - linux-nondeprecated - linux-threadsanitizer: requires: - linux-sanitizers