From 31d4a00da8983f1775273861a86cb8fad7fbd85d Mon Sep 17 00:00:00 2001 From: Mohammed Boukhalfa Date: Mon, 25 Mar 2024 14:18:54 +0200 Subject: [PATCH] Use metal3-io project infra with feature test triggered from prow Change-Id: I8fac0a88e64e952592460526d3f89b604091cb60 --- jjb/metal3/job_capm3_e2e_feature_tests_prow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/metal3/job_capm3_e2e_feature_tests_prow.yml b/jjb/metal3/job_capm3_e2e_feature_tests_prow.yml index 0f4c169a1..a543280cd 100644 --- a/jjb/metal3/job_capm3_e2e_feature_tests_prow.yml +++ b/jjb/metal3/job_capm3_e2e_feature_tests_prow.yml @@ -105,10 +105,10 @@ pipeline-scm: scm: - git: - url: "https://github.com/Nordix/metal3-project-infra.git" + url: "{ci_github_repo}" credentials-id: "{ci_github_jenkins_credentials_id}" branches: - - 'Update-feature-tests-pipeline-to-be-triggerable-from-prow/mohammed' + - '{branch|main}' name: 'origin' refspec: '+refs/heads/*:refs/remotes/origin/*' wipe-workspace: True -- 2.25.1