aboutsummaryrefslogtreecommitdiff
path: root/tcwg-binutils.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2019-04-29 13:27:03 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2019-04-29 13:27:12 +0000
commit2b77c3cddbb3e91a3dccea50ccd6bb444e3a50a3 (patch)
tree0f8dd02fc7c68504225a176ddee2d1b1dced0a89 /tcwg-binutils.yaml
parent795dee026ef1fe70afff5ec9e0090bc57265b410 (diff)
Revert "tcwg-binutils, tcwg-trigger-binutils: Rework results comparison"
This reverts commit d83561c86ff47c4659fa5063b5eb913e2e16c7c8. We don't want to run as many comparison jobs as there are matrix instances (instead we prefer to run one comparison containing all the targets at once). Change-Id: I34d73b998ce68ff0bb6610f1ed65d6e530015806
Diffstat (limited to 'tcwg-binutils.yaml')
-rw-r--r--tcwg-binutils.yaml37
1 files changed, 0 insertions, 37 deletions
diff --git a/tcwg-binutils.yaml b/tcwg-binutils.yaml
index 7cc48364..566b287f 100644
--- a/tcwg-binutils.yaml
+++ b/tcwg-binutils.yaml
@@ -42,22 +42,6 @@
name: log_server
default: dev-01.tcwglab:/home/tcwg-buildslave/logs
description: 'Log_Server'
- - string:
- name: ref_logs
- default: ''
- description: 'Reference log directory on $log_server - enables results comparison'
- - string:
- name: new_logs
- default: ''
- description: 'Log directory on $log_server - used for results comparison'
- - string:
- name: pass_thresh
- default: '0.95'
- description: 'Pass threshold, below which the comparison returns an error - used for results comparison'
- - bool:
- name: show_results
- default: true
- description: 'Show results in the console - used for results comparison'
disabled: false
node: tcwg-coordinator
retry-count: 3
@@ -205,31 +189,10 @@
du -sh build-$target
rm -rf build-$target || true
- # Trigger results comparison if requested
- if [ "x$ref_logs" != "x" ]; then
- # Scrambled indentation because of here-doc
- cat << EOF > compare_results_parameters
- ref_logs=${ref_logs}
- new_logs=${new_logs}
- pass_thresh=${pass_thresh}
- show_results=${show_results}
- EOF
- else
- rm -f compare_results_parameters
- fi
-
if $dont_fail; then
result="0"
fi
exit $result
- - conditional-step:
- condition-kind: file-exists
- condition-filename: compare_results_parameters
- steps:
- - trigger-builds:
- - project: tcwg-compare-results
- property-file: compare_results_parameters
- block: true
publishers:
- email-ext:
recipients: 'christophe.lyon@linaro.org'