diff options
author | Konrad Bańka <kbanka.os@gmail.com> | 2021-08-03 21:33:50 +0200 |
---|---|---|
committer | Konrad Bańka <kbanka.os@gmail.com> | 2021-08-03 22:12:41 +0200 |
commit | eddda0ea8534c5affa5ba3afb8dd751c737180ea (patch) | |
tree | b9fe018f64aff9590cd2378045199bd663e6575f | |
parent | 48a6b4c662468e7af741f2e706bee8649e0bf844 (diff) |
[Multicloud] Disable KUD tests on Honolulu branch
Issue-ID: MULTICLOUD-1381
Signed-off-by: Konrad Bańka <kbanka.os@gmail.com>
Change-Id: I9dff60a96500b7b5ce66057bde1338c0ec9c9d49
-rw-r--r-- | jjb/global-templates-script.yaml | 2 | ||||
-rw-r--r-- | jjb/multicloud/multicloud-k8s.yaml | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/jjb/global-templates-script.yaml b/jjb/global-templates-script.yaml index 20735ae62..3dbe82d74 100644 --- a/jjb/global-templates-script.yaml +++ b/jjb/global-templates-script.yaml @@ -19,6 +19,8 @@ node: '{build-node}' type: freestyle concurrent: true + disable-job: false + disabled: '{disable-job}' pattern: '**' diff --git a/jjb/multicloud/multicloud-k8s.yaml b/jjb/multicloud/multicloud-k8s.yaml index 88047251c..428535a0f 100644 --- a/jjb/multicloud/multicloud-k8s.yaml +++ b/jjb/multicloud/multicloud-k8s.yaml @@ -12,6 +12,7 @@ script: !include-raw-escape: 'build-multicloud-k8s-docker-image.sh' - '{project-name}-{stream}-{area}-verify-shell': + disable-job: '{disable-kud}' area: kud-deployment build-timeout: 45 script: @@ -28,7 +29,10 @@ branch: 'master' - 'honolulu': branch: 'honolulu' + #KUD fixes are not backported to maintenance branches + disable-kud: true mvn-settings: 'multicloud-k8s-settings' + disable-kud: false files: '**' archive-artifacts: '' build-node: ubuntu1804-builder-4c-4g |