From d1525737aba6c502f27785d389e556d9f659c496 Mon Sep 17 00:00:00 2001 From: "robert.tomczyk" Date: Mon, 13 May 2019 09:58:28 +0100 Subject: [PATCH] Add push,rebase,verify jobs for Dublin branch of dmaap/datarouter and integration/csitc projects Change-Id: I86c051d99191ea9afc3db09491e9a1c92dc141bc --- jjb/dmaap/dmaap-datarouter-push-upstream-jobs.yaml | 2 ++ jjb/dmaap/dmaap-datarouter-rebase-jobs.yaml | 2 ++ jjb/dmaap/dmaap-datarouter-verify-jobs.yaml | 6 ++---- jjb/integration/integration-csit-push-upstream-jobs.yaml | 2 ++ jjb/integration/integration-csit-rebase-jobs.yaml | 2 ++ 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/jjb/dmaap/dmaap-datarouter-push-upstream-jobs.yaml b/jjb/dmaap/dmaap-datarouter-push-upstream-jobs.yaml index dc936b90b..2542a9f88 100644 --- a/jjb/dmaap/dmaap-datarouter-push-upstream-jobs.yaml +++ b/jjb/dmaap/dmaap-datarouter-push-upstream-jobs.yaml @@ -27,6 +27,8 @@ branch: '{stream}' - casablanca: branch: '{stream}' + - dublin: + branch: '{stream}' jobs: - '{project-name}-{stream}-push-upstream' diff --git a/jjb/dmaap/dmaap-datarouter-rebase-jobs.yaml b/jjb/dmaap/dmaap-datarouter-rebase-jobs.yaml index ce8645b60..26e9b6277 100644 --- a/jjb/dmaap/dmaap-datarouter-rebase-jobs.yaml +++ b/jjb/dmaap/dmaap-datarouter-rebase-jobs.yaml @@ -28,6 +28,8 @@ branch: '{stream}' - casablanca: branch: '{stream}' + - dublin: + branch: '{stream}' jobs: - '{project-name}-{stream}-rebase' diff --git a/jjb/dmaap/dmaap-datarouter-verify-jobs.yaml b/jjb/dmaap/dmaap-datarouter-verify-jobs.yaml index 130124ca6..8760dd9a5 100644 --- a/jjb/dmaap/dmaap-datarouter-verify-jobs.yaml +++ b/jjb/dmaap/dmaap-datarouter-verify-jobs.yaml @@ -20,18 +20,16 @@ # this job gets triggered when a change is proposed to # dmaap/datarouter project on Nordix Gerrit. - project: - name: dmaap-datarouter-verify - project: dmaap/datarouter - project-name: dmaap-datarouter - stream: - master: branch: '{stream}' - casablanca: branch: '{stream}' + - dublin: + branch: '{stream}' jobs: - '{project-name}-{stream}-verify-java' diff --git a/jjb/integration/integration-csit-push-upstream-jobs.yaml b/jjb/integration/integration-csit-push-upstream-jobs.yaml index 54a8edb9a..80738e373 100644 --- a/jjb/integration/integration-csit-push-upstream-jobs.yaml +++ b/jjb/integration/integration-csit-push-upstream-jobs.yaml @@ -27,6 +27,8 @@ branch: '{stream}' - casablanca: branch: '{stream}' + - dublin: + branch: '{stream}' jobs: - '{project-name}-{stream}-push-upstream' diff --git a/jjb/integration/integration-csit-rebase-jobs.yaml b/jjb/integration/integration-csit-rebase-jobs.yaml index cdfdc3aa8..fd53b30d7 100644 --- a/jjb/integration/integration-csit-rebase-jobs.yaml +++ b/jjb/integration/integration-csit-rebase-jobs.yaml @@ -29,6 +29,8 @@ branch: '{stream}' - casablanca: branch: '{stream}' + - dublin: + branch: '{stream}' jobs: - '{project-name}-{stream}-rebase' \ No newline at end of file -- 2.25.1