Skip to content

Commit a33087e

Browse files
Disable few jobs
1 parent a09a2e5 commit a33087e

13 files changed

+23
-5
lines changed

globals/macros/macros.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
exclude-drafts: true
5757
exclude-no-code-change: true
5858
- comment-added-contains-event:
59-
comment-contains-value: 'recheck all'
59+
comment-contains-value: 'recheck {option}'
6060
projects:
6161
- project-compare-type: PLAIN
6262
project-pattern: 'ffilz/nfs-ganesha'
@@ -146,7 +146,7 @@
146146
name: terminate_stuck_build
147147
wrappers:
148148
- timeout:
149-
timeout: 240
149+
timeout: 360
150150
abort: true
151151
type: no-activity
152152

jobs/code_compilation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
description: 'Run code compilation for nfs-ganesha against the latest build of Ganesha with FSAL_GLUSTER.'
55
project-type: freestyle
66
concurrent: true
7+
disabled: true
78
allow-manual-triggers: true
89

910
scm:

jobs/dbench.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
description: 'Run dbench test suite against the latest build of Ganesha with FSAL_GLUSTER.'
55
project-type: freestyle
66
concurrent: false
7+
disabled: true
78
allow-manual-triggers: true
89

910
scm:

jobs/labelled_nfs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
description: 'Start labelled_nfs test when a new patch is posted to GerritHub.'
55
project-type: freestyle
66
concurrent: false
7+
disabled: true
78
allow-manual-triggers: false
89

910
properties:

jobs/posix-compliance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
description: "Run posix compliance testsuite (NFSv4.0) against the latest build of Ganesha with FSAL_GLUSTER.\n\nposix compliance test suite cloned from, https://github.com/ffilz/ntfs-3g-pjd-fstest.git"
55
project-type: freestyle
66
concurrent: false
7+
disabled: true
78
allow-manual-triggers: true
89

910
scm:

jobs/pylint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
description: 'Run dbench test suite against the latest build of Ganesha with FSAL_GLUSTER.'
55
project-type: freestyle
66
concurrent: false
7+
disabled: true
78
allow-manual-triggers: true
89

910
scm:

jobs/scripts/common.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# no need for verbose output
2+
set +x
3+
4+
# do not immediately fail on an error
5+
set +e
6+
17
export CENTOS_VERSION=${CENTOS_VERSION}
28
export CENTOS_ARCH=${CENTOS_ARCH}
39
export GERRIT_HOST=${GERRIT_HOST}
@@ -58,3 +64,5 @@ then
5864
${NOTIFY} \
5965
${GERRIT_PATCHSET_REVISION}
6066
fi
67+
68+
exit ${EXIT}

jobs/small-file.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
description: 'Start Small_File test when a new patch is posted to GerritHub.'
55
project-type: freestyle
66
concurrent: flase
7+
disabled: true
78
allow-manual-triggers: false
89

910
scm:

jobs/storage-scale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
description: 'Run Storage Scale CI test'
66
project-type: freestyle
77
concurrent: false
8+
disabled: true
89
allow-manual-triggers: true
910

1011
scm:

jobs/template_iozone.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
project-type: freestyle
2121
concurrent: false
2222
allow-manual-triggers: true
23+
disabled: true
2324

2425
properties:
2526
- discarder

0 commit comments

Comments
 (0)