diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-07-24 08:53:05 +0200 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2023-07-24 08:55:13 +0200 |
commit | cc59bde2c42dd6cc3b6d296c50efd93aee9f1086 (patch) | |
tree | f522eb20fc06f36069ae76a148d762a343ae3ba6 | |
parent | a2d963bbb5f3f1ad32661bfe3469dad13fe7230a (diff) |
[OOM] Add London branch
Issue-ID: CIMAN-439
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I2c2a94d370302f60b262c180c00014502886559b
-rw-r--r-- | jjb/oom-platform-cert-service/oom-platform-cert-service-csit.yaml | 4 | ||||
-rw-r--r-- | jjb/oom-platform-cert-service/oom-platform-cert-service.yaml | 4 | ||||
-rw-r--r-- | jjb/oom/offline-installer.yaml | 8 | ||||
-rw-r--r-- | jjb/oom/oom-helm.yaml | 8 | ||||
-rw-r--r-- | jjb/oom/oom-main-linter.yaml | 4 |
5 files changed, 14 insertions, 14 deletions
diff --git a/jjb/oom-platform-cert-service/oom-platform-cert-service-csit.yaml b/jjb/oom-platform-cert-service/oom-platform-cert-service-csit.yaml index 46b1099be..450144f80 100644 --- a/jjb/oom-platform-cert-service/oom-platform-cert-service-csit.yaml +++ b/jjb/oom-platform-cert-service/oom-platform-cert-service-csit.yaml @@ -9,8 +9,8 @@ stream: - "master": branch: "master" - - "kohn": - branch: "kohn" + - "london": + branch: "london" functionality: - "certservice": trigger_jobs: diff --git a/jjb/oom-platform-cert-service/oom-platform-cert-service.yaml b/jjb/oom-platform-cert-service/oom-platform-cert-service.yaml index 540746a74..174936f7e 100644 --- a/jjb/oom-platform-cert-service/oom-platform-cert-service.yaml +++ b/jjb/oom-platform-cert-service/oom-platform-cert-service.yaml @@ -20,8 +20,8 @@ - "master": branch: "master" java-version: openjdk11 - - "kohn": - branch: "kohn" + - "london": + branch: "london" java-version: openjdk11 project: "oom/platform/cert-service" mvn-settings: "oom-platform-cert-service-settings" diff --git a/jjb/oom/offline-installer.yaml b/jjb/oom/offline-installer.yaml index 55e44ede3..3f74e44a0 100644 --- a/jjb/oom/offline-installer.yaml +++ b/jjb/oom/offline-installer.yaml @@ -8,8 +8,8 @@ stream: - "master": branch: "master" - - "kohn": - branch: "kohn" + - "london": + branch: "london" jobs: - "{project-name}-{stream}-review": @@ -39,8 +39,8 @@ stream: - "master": branch: "master" - - "kohn": - branch: "kohn" + - "london": + branch: "london" - project: name: offline-installer-pytest diff --git a/jjb/oom/oom-helm.yaml b/jjb/oom/oom-helm.yaml index 0f8142658..0753e1cdc 100644 --- a/jjb/oom/oom-helm.yaml +++ b/jjb/oom/oom-helm.yaml @@ -15,8 +15,8 @@ branch: "master" - "kohn": branch: "kohn" - - "jakarta": - branch: "jakarta" + - "london": + branch: "london" jobs: - "{project-name}-{stream}-image-verify": @@ -50,8 +50,8 @@ stream: - "master": branch: "master" - - "kohn": - branch: "kohn" + - "london": + branch: "london" jobs: - "{project-name}-{stream}-verify-make-{helm_bin}": diff --git a/jjb/oom/oom-main-linter.yaml b/jjb/oom/oom-main-linter.yaml index 21e670613..b3e4df2f4 100644 --- a/jjb/oom/oom-main-linter.yaml +++ b/jjb/oom/oom-main-linter.yaml @@ -33,5 +33,5 @@ branch: "master" - "kohn": branch: "kohn" - - "jakarta": - branch: "jakarta" + - "london": + branch: "london" |