Skip to content

Commit 6e58f2f

Browse files
committed
fs-integration: Run GlusterFS tests only on-demand
1 parent c8f383b commit 6e58f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/fs-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
trigger-phrase: '/(re)?test ((all)|(centos-ci/({file_system})?))'
7272
white-list-labels:
7373
- !j2: |
74-
{% if (git_repo == 'test-cases') and (file_system == 'glusterfs') -%}
74+
{% if file_system == 'glusterfs' -%}
7575
centos-ci/glusterfs
7676
{%- endif %}
7777
admin-list:

0 commit comments

Comments
 (0)