From 04dd8797614478f3d39d787bda0fde205aeae499 Mon Sep 17 00:00:00 2001 From: Abdur Rehman Date: Thu, 6 Apr 2023 03:01:30 +0500 Subject: [PATCH] rebuild for toradex snapshot 20230328T092716Z This snapshot * does not include the downstream GStreamer packages which will be available in bookworm-next for now. * This snapshot includes the workaround for libdrm versioned dependency issue. See rd/torizon-core/debian/libdrm!6 The snapshot was generated using debian-package-feed commit id 72c178a3 Related-to: TOR-2701 Signed-off-by: Abdur Rehman --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9594071..5db8037 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,11 +5,11 @@ variables: RT_TESTS_MAJOR: "3" RT_TESTS_MINOR: "0" - RT_TESTS_PATCH: "2" + RT_TESTS_PATCH: "3" STRESS_TESTS_MAJOR: "3" STRESS_TESTS_MINOR: "0" - STRESS_TESTS_PATCH: "2" + STRESS_TESTS_PATCH: "3" # This should be set by docker image already, just to be sure... DOCKER_HOST: tcp://docker:2375