diff options
-rw-r--r-- | jjb/releng/opnfv-docker.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/releng/opnfv-docker.yml b/jjb/releng/opnfv-docker.yml index 373c3860e..01736c2c0 100644 --- a/jjb/releng/opnfv-docker.yml +++ b/jjb/releng/opnfv-docker.yml @@ -101,10 +101,6 @@ <<: *master <<: *other-receivers # projects with jobs for Danube - - 'bottlenecks': - project: 'bottlenecks' - <<: *danube - <<: *other-receivers - 'qtip': project: 'qtip' <<: *euphrates @@ -114,6 +110,10 @@ <<: *euphrates <<: *other-receivers # projects with jobs for euphrates + - 'bottlenecks': + project: 'bottlenecks' + <<: *euphrates + <<: *other-receivers - 'functest': project: 'functest' <<: *euphrates |