diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-02-20 21:39:25 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-02-20 21:50:47 +0100 |
commit | 1933ef9d1c4f632edfb24137f9b6630a382c9d3f (patch) | |
tree | 0a3eec1a0d231c7995b09e1e4fa856d55e356e69 /jjb/ci-apps-verify | |
parent | d0be42c102083fdad729685ebc41a258fc99654a (diff) |
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 <jsmoeller@linuxfoundation.org>
Change-Id: I7ea96ccabc76550989aa0dcb97b3806f0dd2e047
Diffstat (limited to 'jjb/ci-apps-verify')
-rw-r--r-- | jjb/ci-apps-verify/ci-apps-jjb.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/jjb/ci-apps-verify/ci-apps-jjb.yaml b/jjb/ci-apps-verify/ci-apps-jjb.yaml index 1b0a5a6e..7106e586 100644 --- a/jjb/ci-apps-verify/ci-apps-jjb.yaml +++ b/jjb/ci-apps-verify/ci-apps-jjb.yaml @@ -200,6 +200,12 @@ - ../common/include-apps-build-app.sh - ../common/include-apps-prepare-upload-folder.sh - ../common/include-apps-rsync-download-changeid.sh + - conditional-step: + condition-kind: always + steps: + - shell: + !include-raw-escape: + - ../common/include-agl-get-cost.sh ################################################################################ @@ -725,6 +731,12 @@ - ../common/include-agl-lava-labs-prepare.sh - ../common/include-agl-app-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 # # CIBT-start |