From 0f535b7ac866e1b9a936286b590b6842244f8bb3 Mon Sep 17 00:00:00 2001 From: Mohammed Boukhalfa Date: Wed, 28 Feb 2024 20:07:06 +0200 Subject: [PATCH] Use new pipeline with basic test Change-Id: I0855f9c64b45b78f2d709db419cd7732108f80b0 --- jjb/metal3/job_capm3_e2e_basic_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/metal3/job_capm3_e2e_basic_tests.yml b/jjb/metal3/job_capm3_e2e_basic_tests.yml index 3234a6fe5..fc8a1b002 100644 --- a/jjb/metal3/job_capm3_e2e_basic_tests.yml +++ b/jjb/metal3/job_capm3_e2e_basic_tests.yml @@ -26,7 +26,7 @@ - job-template: id: capm3_e2e_basic_tests - name: '{job_prefix}_{proj}_{capm3_target_branch}_e2e_basic_test_{image_os}' + name: '{job_prefix}-{proj}-{capm3_target_branch}-e2e_basic-test-{image_os}' description: "CAPM3 {capm3_version} e2e basic integration tests for {org}/{repo} on {image_os}." project-type: pipeline defaults: global @@ -151,5 +151,5 @@ wipe-workspace: True honor-refspec: True shallow-clone: False - script-path: "{ci_github_pipeline}" + script-path: "jenkins/jobs/prow_integration_tests.pipeline" lightweight-checkout: False -- 2.25.1