Skip to content

Commit

Permalink
Disable few jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshithakamath94 committed Apr 24, 2024
1 parent a09a2e5 commit a33087e
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 5 deletions.
4 changes: 2 additions & 2 deletions globals/macros/macros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
exclude-drafts: true
exclude-no-code-change: true
- comment-added-contains-event:
comment-contains-value: 'recheck all'
comment-contains-value: 'recheck {option}'
projects:
- project-compare-type: PLAIN
project-pattern: 'ffilz/nfs-ganesha'
Expand Down Expand Up @@ -146,7 +146,7 @@
name: terminate_stuck_build
wrappers:
- timeout:
timeout: 240
timeout: 360
abort: true
type: no-activity

Expand Down
1 change: 1 addition & 0 deletions jobs/code_compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
description: 'Run code compilation for nfs-ganesha against the latest build of Ganesha with FSAL_GLUSTER.'
project-type: freestyle
concurrent: true
disabled: true
allow-manual-triggers: true

scm:
Expand Down
1 change: 1 addition & 0 deletions jobs/dbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
description: 'Run dbench test suite against the latest build of Ganesha with FSAL_GLUSTER.'
project-type: freestyle
concurrent: false
disabled: true
allow-manual-triggers: true

scm:
Expand Down
1 change: 1 addition & 0 deletions jobs/labelled_nfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
description: 'Start labelled_nfs test when a new patch is posted to GerritHub.'
project-type: freestyle
concurrent: false
disabled: true
allow-manual-triggers: false

properties:
Expand Down
1 change: 1 addition & 0 deletions jobs/posix-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
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"
project-type: freestyle
concurrent: false
disabled: true
allow-manual-triggers: true

scm:
Expand Down
1 change: 1 addition & 0 deletions jobs/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
description: 'Run dbench test suite against the latest build of Ganesha with FSAL_GLUSTER.'
project-type: freestyle
concurrent: false
disabled: true
allow-manual-triggers: true

scm:
Expand Down
8 changes: 8 additions & 0 deletions jobs/scripts/common.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# no need for verbose output
set +x

# do not immediately fail on an error
set +e

export CENTOS_VERSION=${CENTOS_VERSION}
export CENTOS_ARCH=${CENTOS_ARCH}
export GERRIT_HOST=${GERRIT_HOST}
Expand Down Expand Up @@ -58,3 +64,5 @@ then
${NOTIFY} \
${GERRIT_PATCHSET_REVISION}
fi

exit ${EXIT}
1 change: 1 addition & 0 deletions jobs/small-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
description: 'Start Small_File test when a new patch is posted to GerritHub.'
project-type: freestyle
concurrent: flase
disabled: true
allow-manual-triggers: false

scm:
Expand Down
1 change: 1 addition & 0 deletions jobs/storage-scale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
description: 'Run Storage Scale CI test'
project-type: freestyle
concurrent: false
disabled: true
allow-manual-triggers: true

scm:
Expand Down
1 change: 1 addition & 0 deletions jobs/template_iozone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
project-type: freestyle
concurrent: false
allow-manual-triggers: true
disabled: true

properties:
- discarder
Expand Down
6 changes: 3 additions & 3 deletions jobs/trigger-cthon04-on-new-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
predefined-parameters: |
CENTOS_VERSION=8s
CENTOS_ARCH=x86_64
GERRIT_HOST=${GERRIT_HOST}
GERRIT_PROJECT=${GERRIT_PROJECT}
GERRIT_REFSPEC=${GERRIT_REFSPEC}
GERRIT_HOST=$GERRIT_HOST
GERRIT_PROJECT=$GERRIT_PROJECT
GERRIT_REFSPEC=$GERRIT_REFSPEC
- shell: |
bash $WORKSPACE/ci-tests/build_scripts/common/add-gerrit-comment.sh
Expand Down
1 change: 1 addition & 0 deletions jobs/trigger-on-new-build_next-el7-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
decription: '[next/el7/x86_64] Trigger tests whenever a new automated build is available in the YUM repository.'
project-type: freestyle
concurrent: false
disabled: true
allow-manual-triggers: false

properties:
Expand Down
1 change: 1 addition & 0 deletions jobs/trigger-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
node: cico-workspace
project-type: freestyle
concurrent: false
disabled: true
allow-manual-triggers: true

scm:
Expand Down

0 comments on commit a33087e

Please sign in to comment.