From 4717ec86b318fa105f01720925eebb8fa90430b4 Mon Sep 17 00:00:00 2001 From: Philippe Crassous Date: Tue, 16 Mar 2021 15:25:50 +0100 Subject: [PATCH] tests: add 2.83 LTS to nightly tests --- .gitlab-ci.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4af5d263..4ec68e20 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -121,6 +121,27 @@ test_dev: - .test_version_dev - .except_nightly_test +.test_version_2.83.13: + extends: + - .test_base + variables: + MIXER_BLENDER_VERSION_BASE: "2.83" + MIXER_BLENDER_ZIP_BASENAME: blender-2.83.13-windows64 + MIXER_BLENDER_DOWNLOAD: "release" + +test_2.83.13: + extends: + - .test_version_2.83.13 + - .only_nightly_test + - .except_on_gitlab.com + +test_2.83.13_manual: + extends: + - .test_version_2.83.13 + - .except_nightly_test + - .except_on_gitlab.com + when: manual + .test_version_2.91.2: extends: - .test_base