X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-c-cpp-jobs.yaml;h=c40af551781071fe926a53ad328cab40f5a05c15;hb=f08880823d0d6e3e9ac62cd098af7b4c7661a8d6;hp=6b24038f90fe8bd1ab8823b3c97f8c5eb1559ceb;hpb=78f0bd978eeadea71fdc31e16de4cc4b8e769b48;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-c-cpp-jobs.yaml b/jjb/lf-c-cpp-jobs.yaml index 6b24038f..c40af551 100644 --- a/jjb/lf-c-cpp-jobs.yaml +++ b/jjb/lf-c-cpp-jobs.yaml @@ -15,6 +15,8 @@ build-dir: '$WORKSPACE/target' build-timeout: 15 cmake-opts: '' + cron: '@daily' + disable-job: false git-url: '$GIT_URL/$PROJECT' github-url: 'https://github.com' install-prefix: '$BUILD_DIR/output' @@ -23,6 +25,7 @@ pre-build: '' stream: master submodule-recursive: true + submodule-timeout: 10 version: '' ##################### @@ -31,6 +34,7 @@ project-type: freestyle node: '{build-node}' + disabled: '{disable-job}' properties: - lf-infra-properties: @@ -113,9 +117,11 @@ git-url: '{git-url}' refspec: '$GERRIT_REFSPEC' submodule-recursive: '{submodule-recursive}' + submodule-timeout: '{submodule-timeout}' choosing-strategy: gerrit triggers: + - timed: '{obj:cron}' - gerrit: server-name: '{gerrit-server-name}' trigger-on: @@ -146,10 +152,12 @@ refspec: '+refs/pull/*:refs/remotes/origin/pr/*' branch: '$sha1' submodule-recursive: '{submodule-recursive}' + submodule-timeout: '{submodule-timeout}' choosing-strategy: default jenkins-ssh-credential: '{jenkins-ssh-credential}' triggers: + - timed: '{obj:cron}' - github-pull-request: trigger-phrase: '^(stage-release)$' only-trigger-phrase: true @@ -176,6 +184,7 @@ build-dir: '$WORKSPACE/target' build-timeout: 15 cmake-opts: '' + disable-job: false git-url: '$GIT_URL/$PROJECT' github-url: 'https://github.com' install-prefix: '$BUILD_DIR/output' @@ -183,6 +192,7 @@ pre-build: '' stream: master submodule-recursive: true + submodule-timeout: 10 gerrit_verify_triggers: - patchset-created-event: @@ -207,6 +217,7 @@ project-type: freestyle node: '{build-node}' + disabled: '{disable-job}' properties: - lf-infra-properties: @@ -249,6 +260,7 @@ git-url: '{git-url}' refspec: '$GERRIT_REFSPEC' submodule-recursive: '{submodule-recursive}' + submodule-timeout: '{submodule-timeout}' choosing-strategy: gerrit triggers: @@ -281,6 +293,7 @@ refspec: '+refs/pull/*:refs/remotes/origin/pr/*' branch: '$sha1' submodule-recursive: '{submodule-recursive}' + submodule-timeout: '{submodule-timeout}' choosing-strategy: default jenkins-ssh-credential: '{jenkins-ssh-credential}'