diff options
author | Bengt Thuree <bthuree@linuxfoundation.org> | 2020-03-19 01:09:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-19 01:09:29 +0000 |
commit | 62de55531fa46c9e5162f5b7e8976824dfc38d43 (patch) | |
tree | 51f7bc256df771efbc05ff649ddf5edf999685af /jjb | |
parent | ee4dcf718025254fe5de07b8a127342acb3d9280 (diff) | |
parent | 8478247346fe8551ab2821dcc6e4ad26c4bfb192 (diff) |
Merge "Migrate HELM jobs to Ubuntu18"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/aai/aai-oom.yaml | 2 | ||||
-rw-r--r-- | jjb/oom/oom-helm.yaml | 2 | ||||
-rw-r--r-- | jjb/sdnc/sdnc-oom.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/jjb/aai/aai-oom.yaml b/jjb/aai/aai-oom.yaml index 0e9bac8e0..9b92ea138 100644 --- a/jjb/aai/aai-oom.yaml +++ b/jjb/aai/aai-oom.yaml @@ -25,7 +25,7 @@ mvn-settings: 'aai-oom-settings' files: '**' archive-artifacts: '' - build-node: ubuntu1604-helm-2c-1g + build-node: ubuntu1804-helm-2c-1g pre_build_script: !include-raw-escape: shell/helm-repo-init.sh oom_build_script: | #!/bin/bash diff --git a/jjb/oom/oom-helm.yaml b/jjb/oom/oom-helm.yaml index c276629e1..5868f9fa1 100644 --- a/jjb/oom/oom-helm.yaml +++ b/jjb/oom/oom-helm.yaml @@ -6,7 +6,7 @@ mvn-settings: oom-settings mvn-global-settings: global-settings archive-artifacts: '' - build-node: ubuntu1604-helm-2c-1g + build-node: ubuntu1804-helm-2c-1g pre_build_script: !include-raw-escape: shell/helm-repo-init.sh oom_build_script: | #!/bin/bash diff --git a/jjb/sdnc/sdnc-oom.yaml b/jjb/sdnc/sdnc-oom.yaml index 1ab686219..ae86ef5bf 100644 --- a/jjb/sdnc/sdnc-oom.yaml +++ b/jjb/sdnc/sdnc-oom.yaml @@ -17,7 +17,7 @@ mvn-settings: 'sdnc-oom-settings' files: '**' archive-artifacts: '' - build-node: ubuntu1604-helm-2c-1g + build-node: ubuntu1804-helm-2c-1g pre_build_script: !include-raw-escape: shell/helm-repo-init.sh oom_build_script: | #!/bin/bash |