diff options
author | Pierre Equoy <pierre.equoy@canonical.com> | 2022-06-23 12:01:43 +0800 |
---|---|---|
committer | Pierre Equoy <pierre.equoy@canonical.com> | 2022-06-23 12:03:04 +0800 |
commit | 867b43f036e1572bf03a531e14d3ddf50a224f65 (patch) | |
tree | 1095d273e3f42894dd21b39ca6f79c7bdb1763f7 | |
parent | fd5a59d0361f7bf73fa232650298385042d48fd5 (diff) |
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
-rw-r--r-- | units/graphics/jobs.pxu | 2 |
1 files changed, 0 insertions, 2 deletions
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} |