From 1933ef9d1c4f632edfb24137f9b6630a382c9d3f Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Thu, 20 Feb 2020 21:39:25 +0100 Subject: Print estimate of build job cost Retrieve the approximate cost of the build job. There is no api call for our instance flavour, so use close match. Signed-off-by: Jan-Simon Moeller Change-Id: I7ea96ccabc76550989aa0dcb97b3806f0dd2e047 --- jjb/ci-AGL-verify/ci-platform-jjb.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'jjb/ci-AGL-verify') diff --git a/jjb/ci-AGL-verify/ci-platform-jjb.yaml b/jjb/ci-AGL-verify/ci-platform-jjb.yaml index 9bb5137f..108cc121 100644 --- a/jjb/ci-AGL-verify/ci-platform-jjb.yaml +++ b/jjb/ci-AGL-verify/ci-platform-jjb.yaml @@ -334,6 +334,13 @@ - ../common/include-agl-bitbake-image.sh - ../common/include-agl-run-test-prepare.sh - ../common/include-agl-run-test-rsync-changeid.sh + - conditional-step: + condition-kind: always + steps: + - shell: + !include-raw-escape: + - ../common/include-agl-get-cost.sh + # publishers: # - naginator: # rerun-unstable-builds: true @@ -562,6 +569,12 @@ - ../common/include-agl-lava-labs-prepare.sh - ../common/include-agl-run-test-short.sh - ../common/include-agl-lava-jobs-submit.sh + - conditional-step: + condition-kind: always + steps: + - shell: + !include-raw-escape: + - ../common/include-agl-get-cost.sh # publishers: # - naginator: -- cgit 1.2.3-korg