diff options
author | 2015-12-21 22:41:41 +0100 | |
---|---|---|
committer | 2015-12-21 22:41:41 +0100 | |
commit | 0d17b12d0109cb684482dc2fa85b610b2d01e68b (patch) | |
tree | be39424450e459472adfc5a4b2393e3d4f94ff35 /jjb/fuel/fuel-ci-jobs.yml | |
parent | d3e525c8c525d6fadeb074a2d64e57a0b0451ce5 (diff) |
Fix the updated INSTALLER_TYPE variable in scripts
Change-Id: Ifa9a11dcf1ecd7e43b54a03f92f00c42c0cac41f
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
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 |