Skip to content

Commit c770b94

Browse files
Rakshitha KamathRakshitha Kamath
Rakshitha Kamath
authored and
Rakshitha Kamath
committed
Update jobs
1 parent 05b4abf commit c770b94

15 files changed

+18
-17
lines changed

jobs/macros.yml renamed to globals/macros/macros.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- builder:
1414
name: get-node
1515
builders:
16-
- shell: !include-raw: ../build_scripts/common/get-node.sh
16+
- shell: !include-raw-verbatim: ../../build_scripts/common/get-node.sh
1717

1818
- property:
1919
name: nfs-github
@@ -56,7 +56,7 @@
5656
exclude-drafts: true
5757
exclude-no-code-change: true
5858
- comment-added-contains-event:
59-
comment-contains-value: 'recheck {option}'
59+
comment-contains-value: 'recheck all'
6060
projects:
6161
- project-compare-type: PLAIN
6262
project-pattern: 'ffilz/nfs-ganesha'
@@ -162,7 +162,7 @@
162162
- log-text: Build was aborted
163163
operator: OR
164164
script:
165-
!include-raw: ../build_scripts/common/return-node.sh
165+
!include-raw-verbatim: ../../build_scripts/common/return-node.sh
166166

167167
- publisher:
168168
name: archive_artifacts

jobs/checkpatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
name: GERRIT_USER
3333

3434
builders:
35-
- shell: !include-raw: scripts/checkpatch.sh
35+
- shell: !include-raw-verbatim: scripts/checkpatch.sh
3636

3737
triggers:
3838
- gerrit:

jobs/code_compilation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
builders:
3434
- get-node
35-
- shell: !include-raw: scripts/common.sh
35+
- shell: !include-raw-verbatim: scripts/common.sh
3636

3737
wrappers:
3838
- gerrithub_key

jobs/dbench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
builders:
3434
- get-node
35-
- shell: !include-raw: scripts/common.sh
35+
- shell: !include-raw-verbatim: scripts/common.sh
3636

3737
wrappers:
3838
- cleanup-ws

jobs/fsal_template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333

3434
builders:
3535

36-
- shell: !include-raw-escape: scripts/fsal-build.sh
36+
- shell: !include-raw-verbatim: scripts/fsal-build.sh
3737

3838
builders:
3939
- get-node
40-
- shell: !include-raw-escape: scripts/fsal-build.sh
40+
- shell: !include-raw-verbatim: scripts/fsal-build.sh
4141

4242
triggers:
4343
- gerrithub-trigger:

jobs/labelled_nfs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
triggers:
2727
- gerrithub-trigger:
28+
option: 'labelled_nfs'
2829

2930
builders:
3031
- get-node

jobs/posix-compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
builders:
3737
- get-node
38-
- shell: !include-raw: scripts/posix_compliance.sh
38+
- shell: !include-raw-verbatim: scripts/posix_compliance.sh
3939

4040
wrappers:
4141
- gerrithub_key

jobs/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
builders:
2929
- get-node
30-
- shell: !include-raw: scripts/pylint.sh
30+
- shell: !include-raw-verbatim: scripts/pylint.sh
3131

3232
wrappers:
3333
- gerrithub_key

jobs/pynfs-acl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
builders:
4040
- get-node
41-
- shell: !include-raw: scripts/common.sh
41+
- shell: !include-raw-verbatim: scripts/common.sh
4242

4343
triggers:
4444
- gerrithub-trigger:

jobs/pynfs-ceph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
builders:
3737
- get-node
38-
- shell: !include-raw: scripts/common.sh
38+
- shell: !include-raw-verbatim: scripts/common.sh
3939

4040
wrappers:
4141
- gerrithub_key

jobs/pynfs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
builders:
3636
- get-node
37-
- shell: !include-raw: scripts/common.sh
37+
- shell: !include-raw-verbatim: scripts/common.sh
3838

3939
wrappers:
4040
- gerrithub_key

jobs/storage-scale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
builders:
3131
- get-node
32-
- shell: !include-raw: scripts/common.sh
32+
- shell: !include-raw-verbatim: scripts/common.sh
3333

3434
wrappers:
3535
- cleanup-ws

jobs/template_iozone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
builders:
4646
- get-node
47-
- shell: !include-raw-escape: scripts/common.sh
47+
- shell: !include-raw-verbatim: scripts/common.sh
4848

4949
triggers:
5050
- gerrithub-trigger:

jobs/trigger-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
builders:
2424
- get-node
25-
- shell: !include-raw: scripts/tests.sh
25+
- shell: !include-raw-verbatim: scripts/tests.sh
2626

2727
triggers:
2828
- gerrithub-trigger:

tests/deploy-nfs-ganesha-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
sed "s/JENKINS_API_KEY/$JENKINS_API_KEY/g" tests/jenkins.conf > jobs/jenkins.ini
3-
jenkins-jobs --conf jobs/jenkins.ini update jobs
3+
jenkins-jobs --allow-empty-variables --conf jobs/jenkins.ini update jobs/:globals/macros/

0 commit comments

Comments
 (0)