diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2024-09-13 13:00:34 -0400 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2024-09-13 13:00:34 -0400 |
commit | 7435c2dd66dc0c2ee05c003be41414c0c4a963bb (patch) | |
tree | dbbdb05a997c977c0e03f71f61dab4998cba72de /jjb/vpp | |
parent | 0baab0c992ff7c96bbf813559e6f1ecdcf008cdb (diff) |
Add debian-12 support.
Change-Id: Iedd4ac20c08b1b634731683655b3e91bd95680a3
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'jjb/vpp')
-rw-r--r-- | jjb/vpp/vpp-preprod.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/jjb/vpp/vpp-preprod.yaml b/jjb/vpp/vpp-preprod.yaml index a4685211c..547b17336 100644 --- a/jjb/vpp/vpp-preprod.yaml +++ b/jjb/vpp/vpp-preprod.yaml @@ -44,13 +44,14 @@ project: 'vpp' os: - 'ubuntu2404' + - 'debian12' make-parallel-jobs: '4' - make-test-multiworker-os: 'debian-11' + make-test-multiworker-os: 'debian-11 debian-12' make-test-os: 'ubuntu-20.04 ubuntu-22.04 ubuntu-24.04' stream: - 'master': branch: 'master' - branch-refspec: '' + branch-refspec: 'refs/changes/61/41561/3' executor-arch: 'x86_64' # [end] VPP-X86_64 PROJECT @@ -109,7 +110,7 @@ os: - 'ubuntu2404' make-parallel-jobs: '4' - make-test-multiworker-os: 'debian-11' + make-test-multiworker-os: 'debian-11 debian-12' make-test-os: 'ubuntu-20.04 ubuntu-22.04 ubuntu-24.04' stream: - 'master': |