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/release-jjb-icefish-snapshot | |
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/release-jjb-icefish-snapshot')
-rw-r--r-- | jjb/release-jjb-icefish-snapshot/release-jjb-icefish-snapshot.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/jjb/release-jjb-icefish-snapshot/release-jjb-icefish-snapshot.yaml b/jjb/release-jjb-icefish-snapshot/release-jjb-icefish-snapshot.yaml index 3c4c4e4b..f05c0710 100644 --- a/jjb/release-jjb-icefish-snapshot/release-jjb-icefish-snapshot.yaml +++ b/jjb/release-jjb-icefish-snapshot/release-jjb-icefish-snapshot.yaml @@ -124,3 +124,9 @@ - ../common/include-agl-lava-labs-prepare.sh - ../common/include-agl-run-test-short-icefish.sh - ../common/include-agl-lava-jobs-submit-only.sh + - conditional-step: + condition-kind: always + steps: + - shell: + !include-raw-escape: + - ../common/include-agl-get-cost.sh |