diff options
author | 2019-06-27 03:57:55 +0000 | |
---|---|---|
committer | 2019-06-27 03:57:55 +0000 | |
commit | f03a7e396f57256494b8007e1b6c5628b4915ea9 (patch) | |
tree | 858201859d9322ad290ccfdc9575620f1e3f2065 | |
parent | bb1121f06549d329a0c4ea79314dc7d3ddf0d824 (diff) | |
parent | 086d54dd3d1f7519ab1753ce445ead91b72f2d9f (diff) |
Merge "Create Stable Branch Jobs for doctor"
-rw-r--r-- | jjb/doctor/doctor-rtd-jobs.yaml | 2 | ||||
-rw-r--r-- | jjb/doctor/doctor.yaml | 21 |
2 files changed, 9 insertions, 14 deletions
diff --git a/jjb/doctor/doctor-rtd-jobs.yaml b/jjb/doctor/doctor-rtd-jobs.yaml index 13ff8605d..512b9907a 100644 --- a/jjb/doctor/doctor-rtd-jobs.yaml +++ b/jjb/doctor/doctor-rtd-jobs.yaml @@ -13,7 +13,7 @@ - master: branch: '{stream}' disabled: false - - gambia: + - hunter: branch: 'stable/{stream}' disabled: false diff --git a/jjb/doctor/doctor.yaml b/jjb/doctor/doctor.yaml index 5f0e677c8..ccdf66193 100644 --- a/jjb/doctor/doctor.yaml +++ b/jjb/doctor/doctor.yaml @@ -11,11 +11,7 @@ branch: '{stream}' gs-pathname: '' disabled: false - - gambia: &gambia - branch: 'stable/{stream}' - gs-pathname: '/{stream}' - disabled: false - - fraser: + - hunter: branch: 'stable/{stream}' gs-pathname: '/{stream}' disabled: false @@ -63,10 +59,10 @@ builders: - shell: | - #!/bin/bash - # we do nothing here as the main stuff will be done - # in phase jobs - echo "Triggering phase jobs!" + #!/bin/bash + # we do nothing here as the main stuff will be done + # in phase jobs + echo "Triggering phase jobs!" - multijob: name: 'doctor-verify-sample' execution-type: PARALLEL @@ -227,10 +223,9 @@ name: 'doctor-verify-installer-inspector-builders-macro' builders: # yamllint disable rule:indentation - - shell: - !include-raw: - - ./doctor-env-presetup.sh - - ../../utils/fetch_os_creds.sh + - shell: !include-raw: + - ./doctor-env-presetup.sh + - ../../utils/fetch_os_creds.sh - shell: | # prepare the env for test source $HOME/opnfv-openrc.sh |