jjb: Add env and os details printing to build jobs
[lttng-ci.git] / jobs / librseq.yaml
index 392b0d2aef2d31984cc863c658a42ffb3e8aec6e..e82a0cae3a1e1995989ff1cf67262c1ae0fb4f9e 100644 (file)
@@ -22,7 +22,7 @@
       - timeout:
           timeout: 10
           fail: true
-          type: absolute
+          type: no-activity
       - timestamps
       - workspace-cleanup:
           clean-if:
@@ -30,7 +30,7 @@
 
     scm:
       - git:
-          url: git://github.com/{github_user}/{github_name}.git
+          url: https://github.com/{github_user}/{github_name}.git
           browser: githubweb
           browser-url: https://github.com/{github_user}/{github_name}
           branches:
@@ -97,7 +97,9 @@
     name: 'librseq_build_builders_defaults'
     builders:
       - shell:
-         !include-raw-escape: scripts/librseq/build.sh
+         !include-raw-escape:
+           - scripts/common/print.sh
+           - scripts/librseq/build.sh
 
 - librseq_build_publishers_defaults: &librseq_build_publishers_defaults
     name: 'librseq_build_publishers_defaults'
     wrappers:
       - ansicolor
       - timeout:
-          timeout: 60
+          timeout: 10
           fail: true
-          type: absolute
+          type: no-activity
       - timestamps
       - workspace-cleanup:
           clean-if:
       - 'librseq_{version}_{buildtype}':
           buildtype: build
           arch: !!python/tuple [amd64]
-          build: !!python/tuple [std, oot, dist]
+          build: !!python/tuple [std, oot, dist, oot-dist]
           conf: !!python/tuple [std, static]
       - 'librseq_{version}_{cctype}':
           cctype: gccbuild
This page took 0.024251 seconds and 4 git commands to generate.