aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2023-06-06 15:57:40 +0200
committerHarald Welte <laforge@osmocom.org>2023-06-06 15:57:40 +0200
commit5f30e8d5c66c07d0cecaf5f335527e58b329f7bc (patch)
tree9d2cd35a6535f2df37624fc703cf4bb16b092d7e
parent5bc3e0587ac3b2fbb47913f3af4704f7d13a8a58 (diff)
WIP: dahdi build diversificationlaforge/dahdi-wip
-rw-r--r--jobs/master-builds-dahdi.yml21
1 files changed, 14 insertions, 7 deletions
diff --git a/jobs/master-builds-dahdi.yml b/jobs/master-builds-dahdi.yml
index 37d48b7..e4c176b 100644
--- a/jobs/master-builds-dahdi.yml
+++ b/jobs/master-builds-dahdi.yml
@@ -1,14 +1,21 @@
- project:
name: master-builds-dahdi-linux
- linux-ver:
- - "v4.19"
- - "v5.10"
- - "master"
+ type:
+ torvalds:
+ repo: 'https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git'
+ linux-ver:
+ - "master"
+ stable:
+ repo: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git'
+ - linux-ver:
+ - "linux-4.19.y"
+ - "linux-5.10.y"
+ - "linux-6.1.y"
jobs:
- - 'master-dahdi-linux-{linux-ver}'
+ - 'master-dahdi-linux-{type}-{linux-ver}'
- job-template:
- name: 'master-dahdi-linux-{linux-ver}'
+ name: 'master-dahdi-linux-{type}-{linux-ver}'
project-type: freestyle
node: osmocom-master
concurrent: true
@@ -31,7 +38,7 @@
# the shell part below.
- git:
basedir: 'linux'
- url: 'https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git'
+ url: '{repo}'
branches:
- '{linux-ver}'
refspec: '{linux-ver}'