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/pre-fetch | |
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/pre-fetch')
-rw-r--r-- | jjb/pre-fetch/pre-fetch.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/jjb/pre-fetch/pre-fetch.yaml b/jjb/pre-fetch/pre-fetch.yaml index 183f7c79..d5e31075 100644 --- a/jjb/pre-fetch/pre-fetch.yaml +++ b/jjb/pre-fetch/pre-fetch.yaml @@ -28,3 +28,9 @@ !include-raw-escape: include-prefetch.sh - shell: !include-raw-escape: include-rsync-prefetch.sh + - conditional-step: + condition-kind: always + steps: + - shell: + !include-raw-escape: + - ../common/include-agl-get-cost.sh |