Skip to content

Commit

Permalink
Add tests for python312-update branch
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Ball <[email protected]>
Change-Id: I79137ef47f1c18365d283432d1ad4ecf4f9a8499
  • Loading branch information
eb-oss committed Sep 30, 2024
1 parent 8b48c86 commit e68ead9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions jjb/verify/voltha-system-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
- 'verify-voltha-system-tests-jobs-master':
build-node: 'ubuntu18.04-basebuild-4c-8g'
branch-regexp: '^master$'
- 'verify-voltha-system-tests-jobs-py312':
build-node: 'ubuntu24.04-basebuild-4c-8g'
name-extension: '-py312'
override-branch: 'python312-update'
branch-regexp: '^python312-update$'
- 'verify-voltha-system-tests-jobs-voltha-2.12':
build-node: 'ubuntu18.04-basebuild-4c-8g'
name-extension: '-voltha-2.12'
Expand All @@ -32,6 +37,13 @@
unit-test-targets: 'lint'
junit-allow-empty-results: true

- job-group:
name: 'verify-voltha-system-tests-jobs-py312'
jobs:
- 'voltha-patch-test':
pipeline-script: 'voltha/bbsim-tests.groovy'
pipeline-branch: 'python312-update'

- job-group:
name: 'verify-voltha-system-tests-jobs-voltha-2.12'
jobs:
Expand Down

0 comments on commit e68ead9

Please sign in to comment.