jjb: Use the https protocol for checkouts on Github, it's faster
[lttng-ci.git] / jobs / linux-rseq.yaml
index d9c702804f193d32b5fda6fc6e93522358d22bc9..2c7683ba8aea37e842c93e8a0418aa42da94f940 100644 (file)
@@ -9,9 +9,9 @@
     wrappers:
       - ansicolor
       - timeout:
-          timeout: 90
+          timeout: 10
           fail: true
-          type: absolute
+          type: no-activity
       - timestamps
       - workspace-cleanup:
           clean-if:
 
     scm:
       - git:
-          url: git://git-mirror.internal.efficios.com/kernel/rseq/linux-rseq.git
+          url: https://git-mirror.internal.efficios.com/kernel/rseq/linux-rseq.git
           branches:
             - origin/rseq/dev
           basedir: src/linux-rseq
           skip-tag: true
+          reference-repo: "$HOME/gitcache/linux-stable.git/"
 
     triggers:
       - pollscm:
@@ -40,7 +41,7 @@
 - job-template:
     name: linux-rseq_master_coverity
     defaults: linux-rseq
-    node: 'x86-64'
+    node: 'amd64'
 
     triggers:
       - pollscm:
@@ -49,9 +50,9 @@
     wrappers:
       - ansicolor
       - timeout:
-          timeout: 180
+          timeout: 10
           fail: true
-          type: absolute
+          type: no-activity
       - timestamps
       - workspace-cleanup:
           clean-if:
This page took 0.023051 seconds and 4 git commands to generate.