diff options
author | Bengt Thuree <bthuree@linuxfoundation.org> | 2022-09-28 09:54:57 +1000 |
---|---|---|
committer | Bengt Thuree <bthuree@linuxfoundation.org> | 2022-09-28 09:54:57 +1000 |
commit | f12841a7dfe9b51a0e59b2d95c7c1c6896c47fc8 (patch) | |
tree | 7a6fc15fbe19821bf01191a7f22c048c281daeb6 /jjb/optf | |
parent | fa98eb181deebcc71381489f575628d5f6ec138c (diff) |
Chore: Move to ubuntu2004-builder
jjb/oparent/oparent.yaml
jjb/openci/openci-onap-daily-jobs.yaml
jjb/optf/optf-has.yaml
jjb/optf/optf-osdf.yaml
jjb/policy/policy-apex-pdp.yaml
jjb/policy/policy-api.yaml
jjb/policy/policy-common.yaml
jjb/policy/policy-distribution.yaml
jjb/policy/policy-docker-base-common.yaml
jjb/policy/policy-drools-applications.yaml
jjb/policy/policy-drools-pdp.yaml
jjb/policy/policy-gui.yaml
jjb/policy/policy-models.yaml
jjb/policy/policy-pap.yaml
jjb/policy/policy-parent.yaml
Issue-ID: CIMAN-33
Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org>
Change-Id: I24b0b9e869e30a222c76fd9159b3b215cce7e9de
Diffstat (limited to 'jjb/optf')
-rw-r--r-- | jjb/optf/optf-has.yaml | 4 | ||||
-rw-r--r-- | jjb/optf/optf-osdf.yaml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/jjb/optf/optf-has.yaml b/jjb/optf/optf-has.yaml index cb524824a..970965d93 100644 --- a/jjb/optf/optf-has.yaml +++ b/jjb/optf/optf-has.yaml @@ -16,7 +16,7 @@ pom: 'pom.xml' jobs: - '{project-name}-{stream}-{subproject}-verify-python': - build-node: ubuntu1804-builder-4c-4g + build-node: ubuntu2004-builder-4c-4g - '{project-name}-{stream}-{subproject}-merge-java': build-node: ubuntu1804-docker-8c-8g - gerrit-maven-stage: @@ -35,7 +35,7 @@ files: '**' archive-artifacts: '' - build-node: 'ubuntu1804-builder-4c-4g' + build-node: 'ubuntu2004-builder-4c-4g' - project: name: optf-has-sonar diff --git a/jjb/optf/optf-osdf.yaml b/jjb/optf/optf-osdf.yaml index 0022aff27..18865fb75 100644 --- a/jjb/optf/optf-osdf.yaml +++ b/jjb/optf/optf-osdf.yaml @@ -17,7 +17,7 @@ pom: 'pom.xml' jobs: - '{project-name}-{stream}-{subproject}-verify-python': - build-node: ubuntu1804-builder-4c-4g + build-node: ubuntu2004-builder-4c-4g - '{project-name}-{stream}-{subproject}-merge-java': build-node: ubuntu1804-docker-8c-8g - gerrit-maven-stage: @@ -36,7 +36,7 @@ files: '**' archive-artifacts: '' - build-node: 'ubuntu1804-builder-4c-4g' + build-node: 'ubuntu2004-builder-4c-4g' - project: name: optf-osdf-sonar |