From c8e0cb29b08f2515c5e7558bef2fb80cdcb0682b Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Wed, 14 Nov 2018 08:19:32 -0800 Subject: [PATCH] Replace ovn4nfv-k8s-plugins for ovn4nfv-k8s-plugin The ovn4nfv-k8s-plugin was named differently in github.com/opnfv as consequence its jenkins job was created using that wrong name. This change fix the name of the project. Change-Id: I5e17e65613578fb3011f0e7a121933e4e1c4ce8c Signed-off-by: Victor Morales --- jjb/ovn4nfv/ovn4nfv-k8s-plugins-project-jobs.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/jjb/ovn4nfv/ovn4nfv-k8s-plugins-project-jobs.yaml b/jjb/ovn4nfv/ovn4nfv-k8s-plugins-project-jobs.yaml index dfc3d93cd..cd8d7e0fb 100644 --- a/jjb/ovn4nfv/ovn4nfv-k8s-plugins-project-jobs.yaml +++ b/jjb/ovn4nfv/ovn4nfv-k8s-plugins-project-jobs.yaml @@ -1,12 +1,12 @@ --- - project: - name: ovn4nfv-k8s-plugins-project-jobs + name: ovn4nfv-k8s-plugin-project-jobs - project: 'ovn4nfv-k8s-plugins' + project: 'ovn4nfv-k8s-plugin' jobs: - - 'ovn4nfv-k8s-plugins-verify-{stream}' - - 'ovn4nfv-k8s-plugins-merge-{stream}' + - 'ovn4nfv-k8s-plugin-verify-{stream}' + - 'ovn4nfv-k8s-plugin-merge-{stream}' stream: - master: @@ -19,7 +19,7 @@ ################################ - job-template: - name: 'ovn4nfv-k8s-plugins-verify-{stream}' + name: 'ovn4nfv-k8s-plugin-verify-{stream}' disabled: '{obj:disabled}' @@ -59,10 +59,10 @@ fail: true builders: - - ovn4nfv-k8s-plugins-unit-tests-golang + - ovn4nfv-k8s-plugin-unit-tests-golang - job-template: - name: 'ovn4nfv-k8s-plugins-merge-{stream}' + name: 'ovn4nfv-k8s-plugin-merge-{stream}' disabled: '{obj:disabled}' @@ -96,14 +96,14 @@ fail: true builders: - - ovn4nfv-k8s-plugins-unit-tests-golang + - ovn4nfv-k8s-plugin-unit-tests-golang ################################ # job builders ################################ - builder: - name: ovn4nfv-k8s-plugins-unit-tests-golang + name: ovn4nfv-k8s-plugin-unit-tests-golang builders: - shell: | !include-raw: ./golang-make-test.sh -- 2.16.6