Skip to content

Commit

Permalink
fs-integration: Disable nightly glusterfs full test suite run
Browse files Browse the repository at this point in the history
See samba-in-kubernetes/sit-test-cases#45 for
test timeout issues.
  • Loading branch information
anoopcs9 committed May 9, 2024
1 parent e1d63c6 commit 5909e12
Showing 1 changed file with 24 additions and 22 deletions.
46 changes: 24 additions & 22 deletions jobs/fs-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,28 +54,30 @@
days-to-keep: 7
artifacts-days-to-keep: 7

triggers:
- timed: "H 2 * * *"
- github-pull-request:
trigger-phrase: '/(re)?test ((all)|(centos-ci/({file_system})?))'
white-list-labels:
- !j2: |
{% if (git_repo == 'test-cases') and (file_system == 'glusterfs') -%}
centos-ci/glusterfs
{%- endif %}
admin-list:
- obnoxxx
- gd
- anoopcs9
- spuiuk
- phlogistonjohn
- xhernandez
- synarete
- Shwetha-Acharya
cron: H/5 * * * *
status-context: centos-ci/{file_system}
white-list-target-branches:
- main
triggers: !j2-yaml: |
{% if not ((git_repo == 'test-cases') and (file_system == 'glusterfs')) %}
- timed: "H 2 * * *"
{% endif %}
- github-pull-request:
trigger-phrase: '/(re)?test ((all)|(centos-ci/({file_system})?))'
white-list-labels:
- !j2: |
{% if (git_repo == 'test-cases') and (file_system == 'glusterfs') -%}
centos-ci/glusterfs
{%- endif %}
admin-list:
- obnoxxx
- gd
- anoopcs9
- spuiuk
- phlogistonjohn
- xhernandez
- synarete
- Shwetha-Acharya
cron: H/5 * * * *
status-context: centos-ci/{file_system}
white-list-target-branches:
- main
builders:
- shell: !include-raw-escape: scripts/common/get-node.sh
Expand Down

0 comments on commit 5909e12

Please sign in to comment.