Skip to content

Commit 9526cc1

Browse files
author
Alex J Lennon
committed
Focus distro layer CI validation on scarthgap only
🎯 Streamlined CI Testing: - Remove kirkstone from validation matrix - Focus exclusively on scarthgap (current target) - Reduce CI execution time and resource usage - Maintain comprehensive validation for primary target This simplifies the distro layer CI pipeline while maintaining thorough validation for the scarthgap release.
1 parent d965a93 commit 9526cc1

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/distro-layer-validation.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches: [ main ]
88
schedule:
9-
# Run weekly on Sundays at 4 AM UTC
9+
# Run weekly on Sundays at 4 AM UTC (scarthgap only)
1010
- cron: '0 4 * * 0'
1111
workflow_dispatch:
1212
inputs:
@@ -30,14 +30,11 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
yocto_branch: [scarthgap, kirkstone]
33+
yocto_branch: [scarthgap]
3434
include:
3535
- yocto_branch: scarthgap
3636
oe_core_branch: scarthgap
3737
bitbake_branch: 2.8
38-
- yocto_branch: kirkstone
39-
oe_core_branch: kirkstone
40-
bitbake_branch: 2.0
4138

4239
steps:
4340
- name: Checkout Distro Layer

0 commit comments

Comments
 (0)