From 0faa77325c6ac7f9098635a256c52f6826628792 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 14 Dec 2022 15:30:49 +0100 Subject: Remove deprecated or useless macros MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8bd92fe53efbbcfc5e18f3835004374a5c6a0a66 Signed-off-by: Cédric Ollivier --- jjb/global/releng-macros.yaml | 33 --------------------------------- 1 file changed, 33 deletions(-) (limited to 'jjb/global/releng-macros.yaml') diff --git a/jjb/global/releng-macros.yaml b/jjb/global/releng-macros.yaml index ddf2a730e..8a8bbaf16 100644 --- a/jjb/global/releng-macros.yaml +++ b/jjb/global/releng-macros.yaml @@ -558,36 +558,3 @@ failure: true send-to: - recipients - -- publisher: - name: 'report-provision-result' - publishers: - - postbuildscript: - builders: - - role: BOTH - build-on: - - SUCCESS - build-steps: - - shell: | - echo "export PROVISION_RESULT=PASS" >> $WORKSPACE/installer_track.sh - echo "export INSTALLER=$INSTALLER_TYPE" >> $WORKSPACE/installer_track.sh - echo "export TIMESTAMP_END="\'`date '+%Y-%m-%d %H:%M:%S.%3N'`\' >> $WORKSPACE/installer_track.sh - - shell: - !include-raw: installer-report.sh - mark-unstable-if-failed: true - - postbuildscript: - builders: - - role: BOTH - build-on: - - ABORTED - - FAILURE - - NOT_BUILT - - UNSTABLE - build-steps: - - shell: | - echo "export PROVISION_RESULT=FAIL" >> $WORKSPACE/installer_track.sh - echo "export INSTALLER=$INSTALLER_TYPE" >> $WORKSPACE/installer_track.sh - echo "export TIMESTAMP_END="\'`date '+%Y-%m-%d %H:%M:%S.%3N'`\' >> $WORKSPACE/installer_track.sh - - shell: - !include-raw: installer-report.sh - mark-unstable-if-failed: true -- cgit 1.2.3-korg