diff options
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/fuel/fuel-deploy.sh | 3 | ||||
-rw-r--r-- | jjb/releng/opnfv-docker.yaml | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/jjb/fuel/fuel-deploy.sh b/jjb/fuel/fuel-deploy.sh index 8bc5fa268..418b814e5 100755 --- a/jjb/fuel/fuel-deploy.sh +++ b/jjb/fuel/fuel-deploy.sh @@ -19,9 +19,6 @@ LAB_NAME=${NODE_NAME/-*} # shellcheck disable=SC2153 POD_NAME=${NODE_NAME/*-} -# define Docker tag for stable branches -[[ "${BRANCH}" != master ]] && export MCP_DOCKER_TAG=${BRANCH##*/} - # Fuel currently supports arm, enea, ericsson, intel, lf, unh and zte labs if [[ ! "${LAB_NAME}" =~ (arm|enea|ericsson|intel|lf|unh|zte) ]]; then echo "Unsupported/unidentified lab ${LAB_NAME}. Cannot continue!" diff --git a/jjb/releng/opnfv-docker.yaml b/jjb/releng/opnfv-docker.yaml index 17235b37d..1f7366688 100644 --- a/jjb/releng/opnfv-docker.yaml +++ b/jjb/releng/opnfv-docker.yaml @@ -302,7 +302,7 @@ <<: *other-receivers - 'bottlenecks': project: 'bottlenecks' - <<: *euphrates + <<: *gambia <<: *other-receivers - 'nfvbench': project: 'nfvbench' |