From 6d26707d7b0ade6cfd3bb64265925194654ea489 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Thu, 15 Aug 2024 22:53:24 +0530 Subject: [PATCH] fs-integration: Remove already grouped duplicate variants With [1] all possible share configurations are grouped after their respective backend file system. So those duplicate entries can be removed reducing the number of jobs in the matrix. [1] https://github.com/samba-in-kubernetes/sit-environment/pull/117 --- jobs/fs-integration.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/jobs/fs-integration.yml b/jobs/fs-integration.yml index 66a1536..fcc0a0a 100644 --- a/jobs/fs-integration.yml +++ b/jobs/fs-integration.yml @@ -7,10 +7,8 @@ - 'glusterfs' - 'xfs' - 'cephfs' - - 'cephfs.vfs' - 'cephfs.mgr.vfs' - 'gpfs' - - 'gpfs.vfs' - 'gpfs.scale' jobs: - 'samba_{file_system}-integration-{git_repo}'