blob: 6eaa7ad8a4648d1da4f521f717fd891e44545e2b [file] [log] [blame]
Fatih Degirmencia2beeb22018-12-10 10:57:50 -08001- job-template:
2 name: '{project-name}-{stream}-rebase'
3
robert.tomczykaaa0d452022-01-21 15:10:34 +00004 node: infra-ubuntu2004
Fatih Degirmencia2beeb22018-12-10 10:57:50 -08005
6 disabled: false
7
8 concurrent: false
9
Fatih Degirmencifbd236f2019-02-07 10:08:35 +010010 properties:
11 - logrotate
12
Fatih Degirmencia2beeb22018-12-10 10:57:50 -080013 parameters:
14 - project-parameters:
15 project: '{project}'
16 branch: '{branch}'
17 - onap-gerrit-parameters
18 - string:
19 name: NORDIX_REMOTE
20 default: 'ssh://infra@gerrit.nordix.org:29418/{project}.git'
21 description: The remote to add for Nordix.
Fatih Degirmencia2beeb22018-12-10 10:57:50 -080022
23 scm:
24 - git-scm:
25 ssh-credentials-id: nordixinfra-lfn-gerrit-ssh
Fatih Degirmenci6634be52018-12-11 11:30:08 -080026 branch: '{branch}'
Fatih Degirmencia2beeb22018-12-10 10:57:50 -080027 refspec: ''
robert.tomczyk7e507872019-06-18 17:20:26 +010028 wipe_workspace: true
29 clean_before: false
Fatih Degirmencia2beeb22018-12-10 10:57:50 -080030
31 triggers:
32 - onap-gerrit-trigger-change-merged:
33 project: '{project}'
Fatih Degirmenci6634be52018-12-11 11:30:08 -080034 branch: '{branch}'
Fatih Degirmencia2beeb22018-12-10 10:57:50 -080035 files: '**'
Fatih Degirmencicf2d5ab2019-02-13 10:35:17 +010036 - timed: "@midnight"
Fatih Degirmencia2beeb22018-12-10 10:57:50 -080037
Fatih Degirmenci891d4092019-01-29 10:36:33 +010038 wrappers:
39 - build-timeout:
40 timeout: 10
robert.tomczykaaa0d452022-01-21 15:10:34 +000041 - ssh-agent-credentials:
42 users:
43 - 'nordixinfra-nordix-gerrit-ssh'
Fatih Degirmenci891d4092019-01-29 10:36:33 +010044
Fatih Degirmencia2beeb22018-12-10 10:57:50 -080045 builders:
46 - shell:
47 !include-raw-escape: ./rebase-jobs.sh
Fatih Degirmenci7f40f742019-01-31 18:49:17 +010048
afenner82042692024-10-25 13:59:02 +010049# publishers:
50# - notify-slack:
51# slack-channel: '#infra'
52# notify-start: false
53# notify-success: false
54# notify-failure: true
55# notify-back-to-normal: true