From 4cb63c2f6e48974176bdba2045abb35bd281331f Mon Sep 17 00:00:00 2001 From: Sunnatillo Date: Tue, 18 Jun 2024 09:52:22 +0300 Subject: [PATCH] Correct bml job names Change-Id: I241f3e7dc3c8f342fc38c64d5d9d0a5bceff1eb0 Signed-off-by: Sunnatillo --- jjb/metal3/job_bml_integration_tests.yml | 2 +- jjb/metal3/job_bml_periodic_integration_tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/metal3/job_bml_integration_tests.yml b/jjb/metal3/job_bml_integration_tests.yml index 24627af9..e5d9bed7 100644 --- a/jjb/metal3/job_bml_integration_tests.yml +++ b/jjb/metal3/job_bml_integration_tests.yml @@ -27,7 +27,7 @@ - job-template: id: bml_integration_tests - name: '{job_prefix}-bml-integration-tests-{image_os}' + name: '{job_prefix}-bml-integration-test-{image_os}' description: "CAPM3 v1beta1 integration tests on {image_os} in Bare Metal Lab." project-type: pipeline defaults: global diff --git a/jjb/metal3/job_bml_periodic_integration_tests.yml b/jjb/metal3/job_bml_periodic_integration_tests.yml index dd366020..1919e026 100644 --- a/jjb/metal3/job_bml_periodic_integration_tests.yml +++ b/jjb/metal3/job_bml_periodic_integration_tests.yml @@ -27,7 +27,7 @@ - job-template: id: bml_periodic_integration_tests - name: '{job_prefix}-periodic-bml-integration_tests-{image_os}' + name: '{job_prefix}-periodic-bml-integration-test-{image_os}' description: "CAPM3 v1beta1 periodic integration tests on {image_os} in Bare Metal Lab." project-type: pipeline defaults: global -- 2.25.1