Skip to content

Commit 2b9ef31

Browse files
committed
github actions: Add ciq-6.12.y-next and ciq-6.18.y-next to VALID_BASES
The automated CLK rebase workflow creates PRs against ciq-6.18.y-next and ciq-6.12.y-next rather than the main CLK branches directly. These -next branches are unique to CLK rebase and are not regular developer branches, so they were not previously included in VALID_BASES. Add them so the compare-results job recognizes them as valid PR targets.
1 parent 560eb51 commit 2b9ef31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/kernel-build-and-test-multiarch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ jobs:
537537
538538
# Define whitelist of valid base branches
539539
# TODO: Use a centralized place to get the base branches
540-
VALID_BASES="ciqlts9_2 ciqlts9_4 ciqlts8_6 ciqlts9_6 ciq-6.12.y ciq-6.18.y ciqcbr7_9"
540+
VALID_BASES="ciqlts9_2 ciqlts9_4 ciqlts8_6 ciqlts9_6 ciq-6.12.y ciq-6.12.y-next ciq-6.18.y ciq-6.18.y-next ciqcbr7_9"
541541
542542
echo "Current branch: $BRANCH_NAME"
543543

0 commit comments

Comments
 (0)