From 325d5473d57b1e6c7bfc95cfd8a3e7a72ae47b30 Mon Sep 17 00:00:00 2001 From: "robert.tomczyk" Date: Fri, 21 Jan 2022 12:43:08 +0000 Subject: [PATCH] Switch ONAP to new Infra Ubuntu 20.04 slave Change-Id: I23543978edd589897574dcd60aa2e75192a62b9f --- jjb/onap/global-templates-onap-push-upstream.yaml | 2 +- jjb/onap/global-templates-onap-rebase.yaml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/jjb/onap/global-templates-onap-push-upstream.yaml b/jjb/onap/global-templates-onap-push-upstream.yaml index c4de3bd3..98c8ab61 100644 --- a/jjb/onap/global-templates-onap-push-upstream.yaml +++ b/jjb/onap/global-templates-onap-push-upstream.yaml @@ -1,6 +1,6 @@ - job-template: name: 'onap-{project-name}-push-upstream' - node: infra-ubuntu1804 + node: infra-ubuntu2004 disabled: false concurrent: false diff --git a/jjb/onap/global-templates-onap-rebase.yaml b/jjb/onap/global-templates-onap-rebase.yaml index f2f74013..f002b5d1 100644 --- a/jjb/onap/global-templates-onap-rebase.yaml +++ b/jjb/onap/global-templates-onap-rebase.yaml @@ -1,6 +1,6 @@ - job-template: name: 'onap-{project-name}-rebase' - node: infra-ubuntu1804 + node: infra-ubuntu2004 disabled: false concurrent: false @@ -36,6 +36,9 @@ wrappers: - build-timeout: timeout: 10 + - ssh-agent-credentials: + users: + - 'nordixinfra-nordix-gerrit-ssh' builders: - shell: -- 2.25.1