aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-12-07 06:09:46 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-12-07 06:09:46 +0000
commita6cef3c494b960ca3667a718fa5f1a1dac9328ba (patch)
treeef1189ea05bb1050efec74f3bd3f08bc4287d5f1
parentad310fb792442c056fb7e2e90d35358f514526ad (diff)
tcwg_gnu: Disable *-check_* configurations
... because we need additional scripting work to reduce number of false-positive regressions due to instabilities in the testsuite. Change-Id: I385bf8742b8a67ea2f98ebae58e429b81a1ab934
-rw-r--r--tcwg_binutils.yaml7
-rw-r--r--tcwg_cross.yaml10
-rw-r--r--tcwg_gcc.yaml13
-rw-r--r--tcwg_gnu.yaml.in14
4 files changed, 27 insertions, 17 deletions
diff --git a/tcwg_binutils.yaml b/tcwg_binutils.yaml
index 9564d346..196ae8b8 100644
--- a/tcwg_binutils.yaml
+++ b/tcwg_binutils.yaml
@@ -16,6 +16,7 @@
- arm:
node: tcwg-armv8_32
docker_arch: armhf
+ disabled: false
type_of_test:
- check_binutils
jobs:
@@ -391,7 +392,7 @@
ci_config: '{toolchain_name}-{toolchain_ver}-{target}-{type_of_test}'
binutils_url: '{binutils_url}'
default_branch: 'default'
- disabled: false
+ disabled: '{disabled}'
node: '{node} && tcwg-build'
concurrent: false
display-name: 'TCWG Build {ci_project}/{toolchain_name}-{toolchain_ver}-{target}-{type_of_test}'
@@ -442,7 +443,7 @@
- bisect-parameters:
ci_project: '{ci_project}'
ci_config: '{toolchain_name}-{toolchain_ver}-{target}-{type_of_test}'
- disabled: false
+ disabled: '{disabled}'
node: '{node} && tcwg-bisect'
concurrent: false
display-name: 'TCWG Bisect {ci_project}/{toolchain_name}-{toolchain_ver}-{target}-{type_of_test}'
@@ -460,4 +461,4 @@
docker_arch: '{docker_arch}'
publishers:
- bisect-publishers
-# checksum: 980c7f9b9cec3ca52719c6d459d2c8e2
+# checksum: c6ba1a8cf5829c227acd5a6d0faeb56e
diff --git a/tcwg_cross.yaml b/tcwg_cross.yaml
index 6ee2b4b3..63f415de 100644
--- a/tcwg_cross.yaml
+++ b/tcwg_cross.yaml
@@ -22,9 +22,11 @@
- aarch64
- arm
node: tcwg-x86_64-build
+ disabled: false
type_of_test:
- build_cross
- - check_cross
+ - check_cross:
+ disabled: true
jobs:
- 'tcwg_cross-build-{toolchain_name}-{toolchain_ver}-{target}-{type_of_test}'
- 'tcwg_cross-bisect-{toolchain_name}-{toolchain_ver}-{target}-{type_of_test}'
@@ -423,7 +425,7 @@
glibc_url: '{glibc_url}'
qemu_url: '{qemu_url}'
default_branch: 'default'
- disabled: false
+ disabled: '{disabled}'
node: '{node} && tcwg-build'
concurrent: false
display-name: 'TCWG Build {ci_project}/{toolchain_name}-{toolchain_ver}-{target}-{type_of_test}'
@@ -479,7 +481,7 @@
- bisect-parameters:
ci_project: '{ci_project}'
ci_config: '{toolchain_name}-{toolchain_ver}-{target}-{type_of_test}'
- disabled: false
+ disabled: '{disabled}'
node: '{node} && tcwg-bisect'
concurrent: false
display-name: 'TCWG Bisect {ci_project}/{toolchain_name}-{toolchain_ver}-{target}-{type_of_test}'
@@ -496,4 +498,4 @@
ci_project_config: '{toolchain_name}-{toolchain_ver}-{target}-{type_of_test}'
publishers:
- bisect-publishers
-# checksum: 624ce59810037fb49ae7f3d5cc964a4c
+# checksum: 9ba837c5f99061782ceb17245c03e26e
diff --git a/tcwg_gcc.yaml b/tcwg_gcc.yaml
index 5c1496a7..c283be0c 100644
--- a/tcwg_gcc.yaml
+++ b/tcwg_gcc.yaml
@@ -16,6 +16,7 @@
- arm:
node: tcwg-armv8_32
docker_arch: armhf
+ disabled: false
type_of_test:
- bootstrap_O1
- bootstrap_O3
@@ -24,8 +25,10 @@
- bootstrap_profiled_lto
- bootstrap_profiled_lto_lean
- bootstrap_ubsan
- - check_bootstrap
- - check_bootstrap_lto
+ - check_bootstrap:
+ disabled: true
+ - check_bootstrap_lto:
+ disabled: true
jobs:
- 'tcwg_gcc-build-{toolchain_name}-{toolchain_ver}-{target}-{type_of_test}'
- 'tcwg_gcc-bisect-{toolchain_name}-{toolchain_ver}-{target}-{type_of_test}'
@@ -415,7 +418,7 @@
ci_config: '{toolchain_name}-{toolchain_ver}-{target}-{type_of_test}'
gcc_url: '{gcc_url}'
default_branch: 'default'
- disabled: false
+ disabled: '{disabled}'
node: '{node} && tcwg-build'
concurrent: false
display-name: 'TCWG Build {ci_project}/{toolchain_name}-{toolchain_ver}-{target}-{type_of_test}'
@@ -466,7 +469,7 @@
- bisect-parameters:
ci_project: '{ci_project}'
ci_config: '{toolchain_name}-{toolchain_ver}-{target}-{type_of_test}'
- disabled: false
+ disabled: '{disabled}'
node: '{node} && tcwg-bisect'
concurrent: false
display-name: 'TCWG Bisect {ci_project}/{toolchain_name}-{toolchain_ver}-{target}-{type_of_test}'
@@ -484,4 +487,4 @@
docker_arch: '{docker_arch}'
publishers:
- bisect-publishers
-# checksum: 54ff0191712f0f1cb95a9649f42807af
+# checksum: 741c5ccb529e5ced97c0a0ad5535254e
diff --git a/tcwg_gnu.yaml.in b/tcwg_gnu.yaml.in
index 34a7aef3..438d8ef7 100644
--- a/tcwg_gnu.yaml.in
+++ b/tcwg_gnu.yaml.in
@@ -58,12 +58,14 @@
node: tcwg-armv8_32
docker_arch: armhf
#endif
+ disabled: false
type_of_test:
#if RR_tcwg_binutils
- check_binutils
#elif RR_tcwg_cross
- build_cross
- - check_cross
+ - check_cross:
+ disabled: true
#elif RR_tcwg_gcc
- bootstrap_O1
- bootstrap_O3
@@ -72,8 +74,10 @@
- bootstrap_profiled_lto
- bootstrap_profiled_lto_lean
- bootstrap_ubsan
- - check_bootstrap
- - check_bootstrap_lto
+ - check_bootstrap:
+ disabled: true
+ - check_bootstrap_lto:
+ disabled: true
#endif
jobs:
- '#{RR}-build-{toolchain_name}-{toolchain_ver}-{target}-{type_of_test}'
@@ -113,7 +117,7 @@
qemu_url: '{qemu_url}'
#endif
default_branch: 'default'
- disabled: false
+ disabled: '{disabled}'
node: '{node} && tcwg-build'
concurrent: false
display-name: 'TCWG Build {ci_project}/{toolchain_name}-{toolchain_ver}-{target}-{type_of_test}'
@@ -180,7 +184,7 @@
- bisect-parameters:
ci_project: '{ci_project}'
ci_config: '{toolchain_name}-{toolchain_ver}-{target}-{type_of_test}'
- disabled: false
+ disabled: '{disabled}'
node: '{node} && tcwg-bisect'
concurrent: false
display-name: 'TCWG Bisect {ci_project}/{toolchain_name}-{toolchain_ver}-{target}-{type_of_test}'