Skip to content

Commit

Permalink
chore(vpp): remove vpp csit device jobs
Browse files Browse the repository at this point in the history
Change-Id: I9e0693fdb5826c2eb527e376b1d1f1f6e2363b24
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
  • Loading branch information
dwallacelf committed Sep 30, 2024
1 parent f994390 commit 5e42d72
Showing 1 changed file with 0 additions and 98 deletions.
98 changes: 0 additions & 98 deletions jjb/vpp/vpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,28 +295,6 @@
os: 'ubuntu2404'
# [end] VPP-AARCH64 PROJECT

# VPP-CSIT-VERIFY-DEVICE PROJECT
- project:
name: vpp-csit-verify-device
jobs:
- 'vpp-csit-verify-device-{stream}-{os}-{executor-arch}-{testbed-arch}':
make-parallel-jobs: '32'
project: 'vpp'
os: 'ubuntu2204'
skip-vote: 'true'
stream:
- 'master':
branch: 'master'
branch-refspec: ''
testbed-arch:
- 1n-spr:
executor-arch: 'x86_64'
skip-vote: 'true'
- 1n-alt:
executor-arch: 'aarch64'
skip-vote: 'true'
# [end] VPP-CSIT-VERIFY-DEVICE PROJECT

# VPP-CSIT-VERIFY-PERF PROJECT
- project:
name: vpp-csit-verify-perf
Expand Down Expand Up @@ -1020,82 +998,6 @@
- fdio-infra-publish
# [end] VPP-COV-VERIFY JOB TEMPLATE

# VPP-CSIT-VERIFY-DEVICE-PERPATCH JOB TEMPLATE
- job-template:
name: 'vpp-csit-verify-device-{stream}-{os}-{executor-arch}-{testbed-arch}'
description: |
<ul>
<li>executor
<ul>
<li>csit-builder-{os}-prod-{executor-arch}
</ul>
<li>testbed architecture
<ul>
<li>{testbed-arch}
</ul>
</ul>
project-type: freestyle
node: 'csit-builder-{os}-prod-{executor-arch}'
concurrent: true
latest-only: false

properties:
- lf-infra-properties:
build-days-to-keep: "{build-days-to-keep}"

# Please keep parameters in alphabetical order
parameters:
- gerrit-csit-refspec-parameter
- gerrit-event-comment-text-parameter
- gerrit-event-type-parameter
- gerrit-parameter:
branch: '{branch}'
- gerrit-refspec-parameter:
refspec: '{branch-refspec}'
- make-parallel-jobs-parameter:
make-parallel-jobs: '{make-parallel-jobs}'
- os-parameter:
os: '{os}'
- project-parameter:
project: '{project}'
- stream-parameter:
stream: '{stream}'

scm:
- gerrit-trigger-scm:
credentials-id: 'jenkins-gerrit-credentials'
refspec: '$GERRIT_REFSPEC'
choosing-strategy: 'gerrit'

wrappers:
- fdio-infra-wrappers:
build-timeout: '90'

triggers:
- 'gerrit-trigger-vpp-csit-devicetest-full':
name: '{project}'
branch: '{branch}'
skip-vote: '{skip-vote}'

builders:
- shell:
!include-raw-escape:
- ../scripts/setup_executor_env.sh
- shell:
!include-raw-escape:
- ../scripts/setup_vpp_ubuntu_docker_test.sh
- shell:
!include-raw-escape:
- ../scripts/setup_vpp_ext_deps.sh
- shell:
!include-raw-escape:
- ../scripts/vpp/csit-device.sh

publishers:
- fdio-infra-publish
# [end] VPP-CSIT-VERIFY-DEVICE-PERPATCH JOB TEMPLATE

# VPP-CSIT-VERIFY-PERF JOB TEMPLATE
- job-template:
name: 'vpp-csit-verify-perf-{stream}-{os}-{executor-arch}-{testbed-arch}'
Expand Down

0 comments on commit 5e42d72

Please sign in to comment.