diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2024-05-15 10:26:53 +0100 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2024-05-15 10:30:55 +0100 |
commit | 93279e1167f7d47b731f4872047b833cbebda479 (patch) | |
tree | 75c029f8d3a41278f4472967326f66cd0e2f94ca | |
parent | 45beabf5e3a824c55fa1263ce8c6f7a200633ffa (diff) |
[CPS] Jobs for newdelhi branch
- Added newdelhi branch jobs for CPS and CPS CSIT code.
- Also added newdelhi branch jobs for NCMP-DMI-PLUGIN and corresponding
CSITs.
Issue-ID: CPS-2223 , CPS-2226
Change-Id: I1e940a63ee20c36e76bfd39041ad86efbde21391
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
-rw-r--r-- | jjb/cps/cps-csit.yaml | 2 | ||||
-rw-r--r-- | jjb/cps/cps-ncmp-dmi-plugin-csit.yaml | 2 | ||||
-rw-r--r-- | jjb/cps/cps-ncmp-dmi-plugin.yaml | 2 | ||||
-rw-r--r-- | jjb/cps/cps.yaml | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/jjb/cps/cps-csit.yaml b/jjb/cps/cps-csit.yaml index 118b94d25..e10494a0b 100644 --- a/jjb/cps/cps-csit.yaml +++ b/jjb/cps/cps-csit.yaml @@ -42,6 +42,8 @@ stream: - "master": branch: "master" + - "newdelhi": + branch: "newdelhi" - "montreal": branch: "montreal" mvn-settings: "cps-settings" diff --git a/jjb/cps/cps-ncmp-dmi-plugin-csit.yaml b/jjb/cps/cps-ncmp-dmi-plugin-csit.yaml index c9238f6cb..9c18c5255 100644 --- a/jjb/cps/cps-ncmp-dmi-plugin-csit.yaml +++ b/jjb/cps/cps-ncmp-dmi-plugin-csit.yaml @@ -39,6 +39,8 @@ stream: - "master": branch: "master" + - "newdelhi": + branch: "newdelhi" - "montreal": branch: "montreal" mvn-settings: "cps-ncmp-dmi-plugin-settings" diff --git a/jjb/cps/cps-ncmp-dmi-plugin.yaml b/jjb/cps/cps-ncmp-dmi-plugin.yaml index 2895b2a2b..57af7f292 100644 --- a/jjb/cps/cps-ncmp-dmi-plugin.yaml +++ b/jjb/cps/cps-ncmp-dmi-plugin.yaml @@ -34,6 +34,8 @@ stream: - "master": branch: master + - "newdelhi": + branch: "newdelhi" - "montreal": branch: "montreal" cron: "" diff --git a/jjb/cps/cps.yaml b/jjb/cps/cps.yaml index 629d4463f..401d5487b 100644 --- a/jjb/cps/cps.yaml +++ b/jjb/cps/cps.yaml @@ -82,6 +82,8 @@ stream: - "master": branch: "master" + - "newdelhi": + branch: "newdelhi" - "montreal": branch: "montreal" mvn-settings: "cps-settings" |