aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tcwg_binutils.yaml5
-rw-r--r--tcwg_bootstrap.yaml5
-rw-r--r--tcwg_gcc.yaml5
-rw-r--r--tcwg_gdb.yaml8
-rw-r--r--tcwg_glibc.yaml5
-rw-r--r--tcwg_gnu.yaml.in9
-rw-r--r--tcwg_gnu_cross.yaml5
-rw-r--r--tcwg_gnu_embed.yaml5
-rw-r--r--tcwg_gnu_native.yaml8
-rw-r--r--tcwg_gnu_woa.yaml5
10 files changed, 37 insertions, 23 deletions
diff --git a/tcwg_binutils.yaml b/tcwg_binutils.yaml
index 2b41419c46..6b8aaffed3 100644
--- a/tcwg_binutils.yaml
+++ b/tcwg_binutils.yaml
@@ -3,6 +3,7 @@
- project:
name: tcwg_binutils
type_of_test: ""
+ timeout_build: 1000
# Trigger configuration that have precommit testing every 6 hours
# to test incoming patches in a timely manner.
cron_master: 'H H/6 * * *'
@@ -1175,7 +1176,7 @@
cron: '{cron}'
wrappers:
- build-wrappers:
- timeout: 1000
+ timeout: {timeout_build}
builders:
- run-build:
build_script: 'tcwg_gnu-build.sh'
@@ -1270,4 +1271,4 @@
docker_arch: '{docker_arch}'
publishers:
- bisect-publishers
-# checksum: 9e82f9985b794786cd99c71330e6391b
+# checksum: 934ebfc3416189c808959cb39cf774dc
diff --git a/tcwg_bootstrap.yaml b/tcwg_bootstrap.yaml
index a9d86db5a4..c7782e4d56 100644
--- a/tcwg_bootstrap.yaml
+++ b/tcwg_bootstrap.yaml
@@ -3,6 +3,7 @@
- project:
name: tcwg_bootstrap
type_of_test: ""
+ timeout_build: 1000
# By default, run each CI loop daily.
cron_master: 'H H * * *'
docker_security: ''
@@ -860,7 +861,7 @@
cron: '{cron}'
wrappers:
- build-wrappers:
- timeout: 1000
+ timeout: {timeout_build}
builders:
- run-build:
build_script: 'tcwg_gnu-build.sh'
@@ -910,4 +911,4 @@
docker_arch: '{docker_arch}'
publishers:
- bisect-publishers
-# checksum: 7e3a66e103fb2fc099aca570d223bcb6
+# checksum: 933ac8f8029f25853f350a5e7e828209
diff --git a/tcwg_gcc.yaml b/tcwg_gcc.yaml
index 694f5c2923..b91805a080 100644
--- a/tcwg_gcc.yaml
+++ b/tcwg_gcc.yaml
@@ -3,6 +3,7 @@
- project:
name: tcwg_gcc
type_of_test: ""
+ timeout_build: 1000
# Trigger configuration that have precommit testing every 6 hours
# to test incoming patches in a timely manner.
cron_master: 'H H/6 * * *'
@@ -1175,7 +1176,7 @@
cron: '{cron}'
wrappers:
- build-wrappers:
- timeout: 1000
+ timeout: {timeout_build}
builders:
- run-build:
build_script: 'tcwg_gnu-build.sh'
@@ -1270,4 +1271,4 @@
docker_arch: '{docker_arch}'
publishers:
- bisect-publishers
-# checksum: 21cd76e445f3d91120f80de76a6e552d
+# checksum: 3f24a1fa285ed8841bb3c6ddc255aa1a
diff --git a/tcwg_gdb.yaml b/tcwg_gdb.yaml
index e61828c06a..16ca47adc6 100644
--- a/tcwg_gdb.yaml
+++ b/tcwg_gdb.yaml
@@ -3,13 +3,15 @@
- project:
name: tcwg_gdb
type_of_test: ""
+ timeout_build: 1000
# Trigger configuration that have precommit testing every 6 hours
# to test incoming patches in a timely manner.
cron_master: 'H H/6 * * *'
docker_security: ''
ci_project:
- tcwg_gdb_build
- - tcwg_gdb_check
+ - tcwg_gdb_check:
+ timeout_build: 2000
gdb_url: git://sourceware.org/git/binutils-gdb.git
target:
- aarch64:
@@ -1175,7 +1177,7 @@
cron: '{cron}'
wrappers:
- build-wrappers:
- timeout: 1000
+ timeout: {timeout_build}
builders:
- run-build:
build_script: 'tcwg_gnu-build.sh'
@@ -1270,4 +1272,4 @@
docker_arch: '{docker_arch}'
publishers:
- bisect-publishers
-# checksum: 3a3443e0cf59cd7e0955a2146d1087b7
+# checksum: 684309f4b253bd18414adeb82bbc7a46
diff --git a/tcwg_glibc.yaml b/tcwg_glibc.yaml
index 134a6a29c0..41fedad494 100644
--- a/tcwg_glibc.yaml
+++ b/tcwg_glibc.yaml
@@ -3,6 +3,7 @@
- project:
name: tcwg_glibc
type_of_test: ""
+ timeout_build: 1000
# Trigger configuration that have precommit testing every 6 hours
# to test incoming patches in a timely manner.
cron_master: 'H H/6 * * *'
@@ -1179,7 +1180,7 @@
cron: '{cron}'
wrappers:
- build-wrappers:
- timeout: 1000
+ timeout: {timeout_build}
builders:
- run-build:
build_script: 'tcwg_gnu-build.sh'
@@ -1277,4 +1278,4 @@
docker_security: '{docker_security}'
publishers:
- bisect-publishers
-# checksum: c2e069cc9744dea44114710ddc9e0e63
+# checksum: 64709477226d058df957345aa1e22956
diff --git a/tcwg_gnu.yaml.in b/tcwg_gnu.yaml.in
index d912fad332..8be77f2668 100644
--- a/tcwg_gnu.yaml.in
+++ b/tcwg_gnu.yaml.in
@@ -2,6 +2,7 @@
- project:
name: #{RR}
type_of_test: ""
+ timeout_build: 1000
#if PRECOMMIT_yes
# Trigger configuration that have precommit testing every 6 hours
# to test incoming patches in a timely manner.
@@ -63,7 +64,8 @@
#elif RR_tcwg_gdb
ci_project:
- tcwg_gdb_build
- - tcwg_gdb_check
+ - tcwg_gdb_check:
+ timeout_build: 2000
#elif RR_tcwg_gnu_cross
ci_project:
- tcwg_gnu_cross_build
@@ -84,7 +86,8 @@
- tcwg_gnu_native_check_binutils
- tcwg_gnu_native_check_gcc
- tcwg_gnu_native_check_glibc
- - tcwg_gnu_native_check_gdb
+ - tcwg_gnu_native_check_gdb:
+ timeout_build: 2000
- tcwg_gnu_native_fast_check_gcc
- tcwg_gnu_native_fast_check_gdb
#endif
@@ -229,7 +232,7 @@
cron: '{cron}'
wrappers:
- build-wrappers:
- timeout: 1000
+ timeout: {timeout_build}
builders:
- run-build:
build_script: 'tcwg_gnu-build.sh'
diff --git a/tcwg_gnu_cross.yaml b/tcwg_gnu_cross.yaml
index 07bac7d2fd..26b7427acd 100644
--- a/tcwg_gnu_cross.yaml
+++ b/tcwg_gnu_cross.yaml
@@ -3,6 +3,7 @@
- project:
name: tcwg_gnu_cross
type_of_test: ""
+ timeout_build: 1000
# By default, run each CI loop daily.
cron_master: 'H H * * *'
docker_security: ''
@@ -888,7 +889,7 @@
cron: '{cron}'
wrappers:
- build-wrappers:
- timeout: 1000
+ timeout: {timeout_build}
builders:
- run-build:
build_script: 'tcwg_gnu-build.sh'
@@ -936,4 +937,4 @@
rr_project: '{ci_project}--{ci_config}'
publishers:
- bisect-publishers
-# checksum: cf6cba00742a2c94ac199807b70dcb84
+# checksum: 4f47f649a134ee532217075afe787a60
diff --git a/tcwg_gnu_embed.yaml b/tcwg_gnu_embed.yaml
index 981e87650e..30faeaa935 100644
--- a/tcwg_gnu_embed.yaml
+++ b/tcwg_gnu_embed.yaml
@@ -3,6 +3,7 @@
- project:
name: tcwg_gnu_embed
type_of_test: ""
+ timeout_build: 1000
# We have 9 ci_configs for tcwg_gnu_embed_* projects, so trigger these
# once in 3 days.
cron_master: 'H H H/3 * *'
@@ -884,7 +885,7 @@
cron: '{cron}'
wrappers:
- build-wrappers:
- timeout: 1000
+ timeout: {timeout_build}
builders:
- run-build:
build_script: 'tcwg_gnu-build.sh'
@@ -932,4 +933,4 @@
rr_project: '{ci_project}--{ci_config}'
publishers:
- bisect-publishers
-# checksum: 2d42ea80f8b5bf22835f0f6f99f8c39a
+# checksum: 1c5635e40ffb2402c038e7862271c9bf
diff --git a/tcwg_gnu_native.yaml b/tcwg_gnu_native.yaml
index aa4cc0df13..26f9f29b83 100644
--- a/tcwg_gnu_native.yaml
+++ b/tcwg_gnu_native.yaml
@@ -3,6 +3,7 @@
- project:
name: tcwg_gnu_native
type_of_test: ""
+ timeout_build: 1000
# By default, run each CI loop daily.
cron_master: 'H H * * *'
docker_security: ''
@@ -11,7 +12,8 @@
- tcwg_gnu_native_check_binutils
- tcwg_gnu_native_check_gcc
- tcwg_gnu_native_check_glibc
- - tcwg_gnu_native_check_gdb
+ - tcwg_gnu_native_check_gdb:
+ timeout_build: 2000
- tcwg_gnu_native_fast_check_gcc
- tcwg_gnu_native_fast_check_gdb
binutils_url: git://sourceware.org/git/binutils-gdb.git
@@ -888,7 +890,7 @@
cron: '{cron}'
wrappers:
- build-wrappers:
- timeout: 1000
+ timeout: {timeout_build}
builders:
- run-build:
build_script: 'tcwg_gnu-build.sh'
@@ -938,4 +940,4 @@
docker_arch: '{docker_arch}'
publishers:
- bisect-publishers
-# checksum: 4271b53fd311783d00ce970c2c3ea755
+# checksum: a5211f7c8411fd31f303459dc5bdf385
diff --git a/tcwg_gnu_woa.yaml b/tcwg_gnu_woa.yaml
index ee0a7eb8a7..07806b05f9 100644
--- a/tcwg_gnu_woa.yaml
+++ b/tcwg_gnu_woa.yaml
@@ -3,6 +3,7 @@
- project:
name: tcwg_gnu_woa
type_of_test: ""
+ timeout_build: 1000
# By default, run each CI loop daily.
cron_master: 'H H * * *'
docker_security: ''
@@ -826,7 +827,7 @@
cron: '{cron}'
wrappers:
- build-wrappers:
- timeout: 1000
+ timeout: {timeout_build}
builders:
- run-build:
build_script: 'tcwg_gnu-build.sh'
@@ -874,4 +875,4 @@
rr_project: '{ci_project}--{ci_config}'
publishers:
- bisect-publishers
-# checksum: 6f9fb2e8d5acca7e49865037c5626bcc
+# checksum: 3614e1c531b25b01a93dd5b72a69e855