From 7fe40f3b08869e477929a8d1281a983d1e49eaa4 Mon Sep 17 00:00:00 2001 From: Sunnatillo Date: Wed, 1 May 2024 13:40:07 +0300 Subject: [PATCH] Add metal3 prefix to dev-env jobs Change-Id: Ib31823a067685d3aad3c217f70aa36a24a803f89 Signed-off-by: Sunnatillo --- jjb/metal3/job_dev_env_integration_tests_prow.yml | 2 +- jjb/metal3/job_dev_env_periodic_integration_tests_prow.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/metal3/job_dev_env_integration_tests_prow.yml b/jjb/metal3/job_dev_env_integration_tests_prow.yml index 323edd9c4..7f402f93b 100644 --- a/jjb/metal3/job_dev_env_integration_tests_prow.yml +++ b/jjb/metal3/job_dev_env_integration_tests_prow.yml @@ -26,7 +26,7 @@ - job-template: id: dev_env_integration_tests_prow - name: 'dev-env-integration-test-{image_os}-{capm3_target_branch}{name_postfix}' + name: '{job_prefix}-dev-env-integration-test-{image_os}-{capm3_target_branch}{name_postfix}' description: "CAPM3 {capm3_version} integration tests on {image_os} with ironic installed from {ironic_install_type}." project-type: pipeline defaults: integration-default-values diff --git a/jjb/metal3/job_dev_env_periodic_integration_tests_prow.yaml b/jjb/metal3/job_dev_env_periodic_integration_tests_prow.yaml index 568bc949c..51f552f51 100644 --- a/jjb/metal3/job_dev_env_periodic_integration_tests_prow.yaml +++ b/jjb/metal3/job_dev_env_periodic_integration_tests_prow.yaml @@ -26,7 +26,7 @@ - job-template: id: dev_env_periodic_integration_tests_prow - name: 'dev-env-periodic-integration-test-{image_os}-{capm3_target_branch}{name_postfix}' + name: '{job_prefix}-periodic-dev-env-integration-test-{image_os}-{capm3_target_branch}{name_postfix}' description: "CAPM3 {capm3_version} integration tests on {image_os} with ironic installed from {ironic_install_type}." project-type: pipeline defaults: integration-default-values -- 2.25.1