diff options
-rw-r--r-- | jjb/vpp/vpp.yaml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index aa10cf123..cdda5bc07 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -147,8 +147,7 @@ - 'master': branch: 'master' branch-refspec: '' - # Once per hour - periodicity: 'H * * * *' + make-test-os: 'ubuntu-22.04' os: 'ubuntu2204' executor-arch: 'x86_64' @@ -619,9 +618,7 @@ build-timeout: '{build-timeout}' triggers: - - timed: '{periodicity}' - - gerrit-trigger-manually-triggered: - comment-trigger-value: '{comment-trigger-value}' + - gerrit-trigger-checkstyle-nonvoting: name: '{project}' branch: '{branch}' |