Skip to content

Commit c3c00d5

Browse files
committed
refs: Add entry for queue-6.14
Signed-off-by: Chuck Lever <[email protected]>
1 parent a6f8a9e commit c3c00d5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

workflows/linux/refs/default/Kconfig.stable_rc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ config BOOTLINUX_TREE_STABLE_RC_REF_QUEUE_613
4141
help
4242
Pull the queue/6.13 branch.
4343

44+
config BOOTLINUX_TREE_STABLE_RC_REF_QUEUE_614
45+
bool "queue/6.14"
46+
help
47+
Pull the queue/6.14 branch.
48+
4449
endchoice
4550

4651
config BOOTLINUX_TREE_STABLE_RC_REF
@@ -52,5 +57,6 @@ config BOOTLINUX_TREE_STABLE_RC_REF
5257
default "queue/6.6" if BOOTLINUX_TREE_STABLE_RC_REF_QUEUE_66
5358
default "queue/6.12" if BOOTLINUX_TREE_STABLE_RC_REF_QUEUE_612
5459
default "queue/6.13" if BOOTLINUX_TREE_STABLE_RC_REF_QUEUE_613
60+
default "queue/6.14" if BOOTLINUX_TREE_STABLE_RC_REF_QUEUE_614
5561

5662
endif # !HAVE_BOOTLINUX_TREE_STABLE_RC_USER_REFS

workflows/linux/refs/static/stable_rc.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ configs:
2828
config: BOOTLINUX_TREE_STABLE_RC_REF_QUEUE_613
2929
ref: "queue/6.13"
3030
help: "Pull the queue/6.13 branch."
31+
- queue-6.14:
32+
config: BOOTLINUX_TREE_STABLE_RC_REF_QUEUE_614
33+
ref: "queue/6.14"
34+
help: "Pull the queue/6.14 branch."

0 commit comments

Comments
 (0)