diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2024-07-17 13:25:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2024-07-17 13:25:56 +0000 |
commit | f3c0a2baaaf12a1654ee672ccdd87eb7c39a7abd (patch) | |
tree | 7715366bb4c31abddc3a011fbddb17bdb8928852 /jjb | |
parent | ccc9b75d6bf1a69f4ef678c6850fd30665a9f391 (diff) | |
parent | f712c33fe57bb78996c1fd00b05aa0452504f2c3 (diff) |
Merge "feat(csit): Fix vpp-device job matrix"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/vpp/vpp.yaml | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 1024a3946..c421b2931 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Cisco and/or its affiliates. +# Copyright (c) 2024 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -282,9 +282,6 @@ - 'master': branch: 'master' branch-refspec: '' - - '2310': - branch: 'stable/2310' - branch-refspec: '' - '2402': branch: 'stable/2402' branch-refspec: '' @@ -301,10 +298,8 @@ executor-arch: 'aarch64' skip-vote: 'false' exclude: - # 1n-alt testbed not supported - # in CSIT prior to 2402 - - testbed-arch: 1n-alt - stream: '2310' + - testbed-arch: 1n-spr + stream: '2402' # [end] VPP-CSIT-VERIFY-DEVICE PROJECT # VPP-CSIT-VERIFY-PERF PROJECT |