From 867b43f036e1572bf03a531e14d3ddf50a224f65 Mon Sep 17 00:00:00 2001 From: Pierre Equoy Date: Thu, 23 Jun 2022 12:01:43 +0800 Subject: Fix: xorg-related jobs still being called when running graphics test plan The resolution change and rotation jobs were still depending on xorg-related job, even though this dependency is not actually required. Removing them. LP: #1968842 --- units/graphics/jobs.pxu | 2 -- 1 file changed, 2 deletions(-) (limited to 'units/graphics') diff --git a/units/graphics/jobs.pxu b/units/graphics/jobs.pxu index 8206f1a..d9814c7 100644 --- a/units/graphics/jobs.pxu +++ b/units/graphics/jobs.pxu @@ -43,7 +43,6 @@ template-resource: graphics_card plugin: manual category_id: com.canonical.plainbox::graphics id: graphics/{index}_resolution-change_{product_slug} -depends: graphics/xorg-version _summary: Test changing resolution for {vendor} {product} _description: PURPOSE: @@ -236,7 +235,6 @@ template-filter: graphics_card.prime_gpu_offload == 'Off' plugin: user-interact-verify category_id: com.canonical.plainbox::graphics id: graphics/{index}_rotation_{product_slug} -depends: graphics/xorg-version command: # shellcheck disable=SC1091 source graphics_env.sh {driver} {index} -- cgit v1.2.3