Skip to content

Commit 9c56c4d

Browse files
committed
fs-integration: Disable GlusterFS nightly runs altogether
Even sanity tests have been failing for a long time. ref: samba-in-kubernetes/sit-test-cases#95
1 parent ead580d commit 9c56c4d

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
@@ -58,7 +58,7 @@
5858
artifacts-days-to-keep: 7
5959

6060
triggers: !j2-yaml: |
61-
{% if not ((git_repo == 'test-cases') and (file_system == 'glusterfs')) %}
61+
{% if not (file_system == 'glusterfs') %}
6262
- timed: "H 2 * * *"
6363
{% endif %}
6464
- github-pull-request:

0 commit comments

Comments
 (0)