Skip to content

Commit

Permalink
ci.inria.fr: move the v2.10 nightly build to a different time
Browse files Browse the repository at this point in the history
Reuse the timeslot of v2.5 which is unlikely to ever run again.

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
  • Loading branch information
bgoglin committed Nov 9, 2023
1 parent 0888b51 commit ae5bf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/ci.inria.fr/Jenkinsfile
Expand Up @@ -48,7 +48,7 @@ pipeline {
// Trigger the build
triggers {
// extended/* jobs poll GitHub explicitly once per night, in case webhooks aren't used
pollSCM(isExtendedJob ? '0 5 * * *' : '')
pollSCM(isExtendedJob ? '0 4 * * *' : '')
}

stages {
Expand Down

0 comments on commit ae5bf7e

Please sign in to comment.