From 3ccb9367b91dfbf0c0caf0712b23b5f4208f3fd4 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Mon, 3 May 2021 08:55:59 -0400 Subject: [PATCH] Use tip of master for CSIT builds The policy CSIT builds are failing, apparently because they are not using code from the latest master tip. Per Jess, fixed this by changing to the 'default' strategy. Issue-ID: POLICY-3265 Change-Id: I7fcf9741cdeb4e6c8f44b04e0beac1506f10f9bb Signed-off-by: Jim Hahn --- jjb/policy/policy-csit-jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/policy/policy-csit-jobs.yaml b/jjb/policy/policy-csit-jobs.yaml index a9a91be5c..0615907af 100644 --- a/jjb/policy/policy-csit-jobs.yaml +++ b/jjb/policy/policy-csit-jobs.yaml @@ -25,7 +25,7 @@ scm: - gerrit-trigger-scm: refspec: '$GERRIT_REFSPEC' - choosing-strategy: 'gerrit' + choosing-strategy: 'default' submodule-recursive: '{submodule-recursive}' wrappers: -- 2.16.6