diff mbox series

[3/3] CI: use branch, not refspec

Message ID 20230704091857.3645929-3-ross.burton@arm.com
State New
Headers show
Series [1/3] CI: use Kas 3.3 | expand

Commit Message

Ross Burton July 4, 2023, 9:18 a.m. UTC
From: Ross Burton <ross.burton@arm.com>

Kas 3.3 uses branch and commit keys instead of a general-purpose
refspec. Change the base to use branch:mickledore and remove the
explicit use of master for meta-virtualization now that a mickledore
branch exists there too now.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 ci/base.yml                | 2 +-
 ci/meta-virtualization.yml | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/ci/base.yml b/ci/base.yml
index 05142361..38d8584f 100644
--- a/ci/base.yml
+++ b/ci/base.yml
@@ -5,7 +5,7 @@  distro: poky
 
 defaults:
   repos:
-    refspec: mickledore
+    branch: mickledore
 
 repos:
   meta-arm:
diff --git a/ci/meta-virtualization.yml b/ci/meta-virtualization.yml
index 5fba0481..88f8cdc9 100644
--- a/ci/meta-virtualization.yml
+++ b/ci/meta-virtualization.yml
@@ -6,4 +6,3 @@  header:
 repos:
   meta-virtualization:
     url: git://git.yoctoproject.org/meta-virtualization
-    refspec: master