diff options
Diffstat (limited to 'jjb/dpacc')
-rw-r--r-- | jjb/dpacc/dpacc.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/jjb/dpacc/dpacc.yml b/jjb/dpacc/dpacc.yml index 9d788ba0b..c660af57d 100644 --- a/jjb/dpacc/dpacc.yml +++ b/jjb/dpacc/dpacc.yml @@ -14,13 +14,17 @@ - master: branch: '{stream}' gs-pathname: '' - - brahmaputra: + disabled: false + - colorado: branch: 'stable/{stream}' gs-pathname: '/{stream}' + disabled: false - job-template: name: 'dpacc-verify-{stream}' + disabled: '{obj:disabled}' + parameters: - project-parameter: project: '{project}' |