Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stable queue branches #301

Closed
sashalevin opened this issue Jan 20, 2020 · 1 comment · Fixed by #309
Closed

Add stable queue branches #301

sashalevin opened this issue Jan 20, 2020 · 1 comment · Fixed by #309
Assignees

Comments

@sashalevin
Copy link

sashalevin commented Jan 20, 2020

These branches are automatically generated whenever we modify the stable queue. Getting these tested will allow us to stop abusing the -rc branches just to get bots to test them.

diff --git a/build-configs.yaml b/build-configs.yaml
index 63e8184..1517eac 100644
--- a/build-configs.yaml
+++ b/build-configs.yaml
@@ -733,6 +733,46 @@ build_configs:
     branch: 'linux-5.3.y'
     variants: *stable_variants
 
+  stable-queue_4.4:
+    tree: stable-rc
+    branch: 'queue/4.4'
+    variants: *stable_variants
+    reference:
+      tree: stable
+      branch: 'linux-4.4.y'
+
+  stable-queue_4.9:
+    tree: stable-rc
+    branch: 'queue/4.9'
+    variants: *stable_variants
+    reference:
+      tree: stable
+      branch: 'linux-4.9.y'
+
+  stable-queue_4.14:
+    tree: stable-rc
+    branch: 'queue/4.14'
+    variants: *stable_variants
+    reference:
+      tree: stable
+      branch: 'linux-4.14.y'
+
+  stable-queue_4.19:
+    tree: stable-rc
+    branch: 'queue/4.19'
+    variants: *stable_variants
+    reference:
+      tree: stable
+      branch: 'linux-4.19.y'
+
+  stable-queue_5.4:
+    tree: stable-rc
+    branch: 'queue/5.4'
+    variants: *stable_variants
+    reference:
+      tree: stable
+      branch: 'linux-5.4.y'
+
   stable-rc_3.18:
     tree: stable-rc
     branch: 'linux-3.18.y'
@gctucker gctucker added this to Backlog in KernelCI project board via automation Jan 20, 2020
@gctucker
Copy link
Contributor

Ah, there used to be an issue with / characters in branch names because they would mess up the path on the storage server which includes the branch name. It should be fixed now, but this would be the first branches to actually have a slash in their names used in production so a bit more testing will be required to check the binaries all land in the right place etc...

gctucker added a commit to gctucker/kernelci-core that referenced this issue Jan 29, 2020
Add queue branches from the stable-rc tree as requested.

Link: kernelci#301
Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
@gctucker gctucker moved this from Backlog to In Progress in KernelCI project board Jan 29, 2020
@gctucker gctucker self-assigned this Jan 29, 2020
gctucker added a commit to gctucker/kernelci-core that referenced this issue Apr 7, 2020
Add queue branches from the stable-rc tree as requested.

Link: kernelci#301
Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
gctucker added a commit to gctucker/kernelci-core that referenced this issue May 18, 2020
Add queue branches from the stable-rc tree as requested.

Link: kernelci#301
Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
gctucker added a commit to gctucker/kernelci-core that referenced this issue Jul 14, 2020
Add queue branches from the stable-rc tree as requested.

Link: kernelci#301
Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
gctucker added a commit to gctucker/kernelci-core that referenced this issue Jul 14, 2020
Add queue branches from the stable-rc tree as requested.

Link: kernelci#301
Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
gctucker added a commit to gctucker/kernelci-core that referenced this issue Jul 28, 2020
Add queue branches from the stable-rc tree as requested.

Link: kernelci#301
Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
gctucker added a commit to gctucker/kernelci-core that referenced this issue Aug 13, 2020
Add queue branches from the stable-rc tree as requested.

Link: kernelci#301
Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
gctucker added a commit to gctucker/kernelci-core that referenced this issue Aug 26, 2020
Add queue branches from the stable-rc tree as requested.

Link: kernelci#301
Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
gctucker added a commit to gctucker/kernelci-core that referenced this issue Sep 2, 2020
Add queue branches from the stable-rc tree as requested.

Link: kernelci#301
Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
gctucker added a commit to gctucker/kernelci-core that referenced this issue Sep 3, 2020
Add queue branches from the stable-rc tree as requested.

Link: kernelci#301
Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
@gctucker gctucker linked a pull request Sep 10, 2020 that will close this issue
KernelCI project board automation moved this from In Progress to Done Sep 10, 2020
gctucker added a commit that referenced this issue Sep 10, 2020
Add queue branches from the stable-rc tree as requested.

Link: #301
Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

2 participants