ソースを参照

contrib/ci.inria.fr: only run basic pipeline every hour

Nathalie Furmento 6 年 前
コミット
ac5ba0ab21
共有2 個のファイルを変更した6 個の追加6 個の削除を含む
  1. 3 3
      contrib/ci.inria.fr/Jenkinsfile-basic
  2. 3 3
      contrib/ci.inria.fr/Jenkinsfile-bsd

+ 3 - 3
contrib/ci.inria.fr/Jenkinsfile-basic

@@ -1,7 +1,7 @@
 #!groovy
 // StarPU --- Runtime system for heterogeneous multicore architectures.
 //
-// Copyright (C) 2018                                CNRS
+// Copyright (C) 2018, 2019                          CNRS
 //
 // StarPU is free software; you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
@@ -24,8 +24,8 @@ pipeline
 	// Trigger the build
 	triggers
 	{
-		// Poll gforge explicitly every 15mn
-		pollSCM('00-59/15 * * * *')
+		// Poll gforge explicitly every hour
+		pollSCM('0 * * * *')
 	}
 
 	stages

+ 3 - 3
contrib/ci.inria.fr/Jenkinsfile-bsd

@@ -1,7 +1,7 @@
 #!groovy
 // StarPU --- Runtime system for heterogeneous multicore architectures.
 //
-// Copyright (C) 2018                                CNRS
+// Copyright (C) 2018, 2019                          CNRS
 //
 // StarPU is free software; you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
@@ -24,8 +24,8 @@ pipeline
 	// Trigger the build
 	triggers
 	{
-		// Poll gforge explicitly every hour
-		pollSCM('00 * * * *')
+		// Poll gforge explicitly every past-half hour
+		pollSCM('30 * * * *')
 	}
 
 	stages