diff options
Diffstat (limited to 'jjb/fuel/fuel-ci-jobs.yml')
-rw-r--r-- | jjb/fuel/fuel-ci-jobs.yml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/jjb/fuel/fuel-ci-jobs.yml b/jjb/fuel/fuel-ci-jobs.yml index 81dc62403..57adc7ba4 100644 --- a/jjb/fuel/fuel-ci-jobs.yml +++ b/jjb/fuel/fuel-ci-jobs.yml @@ -29,8 +29,8 @@ <<: *master - ericsson-pod1: <<: *master -# - ericsson-pod2: -# <<: *master + - ericsson-pod2: + <<: *master #-------------------------------- # Milestone E Mapping # !!!DO NOT ENABLE!!! @@ -39,9 +39,6 @@ #-------------------------------- # - opnfv-jump-2: # <<: *brahmaputra -# TESTING the CI stuff!!!!!!! - - ericsson-pod2: - <<: *brahmaputra # please check the triggers before enabling any of the controllers!!! sdn-controller: @@ -200,7 +197,7 @@ description: "Directory where the build artifact will be located upon the completion of the build." - string: name: CACHE_DIRECTORY - default: $HOME/opnfv/cache/$INSTALLER + default: $HOME/opnfv/cache/$INSTALLER_TYPE description: "Directory where the cache to be used during the build is located." - string: name: GS_URL |