aboutsummaryrefslogtreecommitdiff
path: root/schneider-openembedded-test-notify.yaml
diff options
context:
space:
mode:
authorRalph Siemsen <ralph.siemsen@linaro.org>2020-04-21 21:20:48 -0400
committerRalph Siemsen <ralph.siemsen@linaro.org>2020-04-21 21:20:48 -0400
commit3c78661047e8d5480b935b799a3e45d91f338cdf (patch)
tree110e9c9c15700a3401c5eedbfec04a76bf5eed84 /schneider-openembedded-test-notify.yaml
parent589382ca21b2770239a2b9351e12ef4af152f991 (diff)
se: try fetch in build, not postbuild
Change-Id: I94626665c58dbd072fb065065a318e4b5ee7a0ac
Diffstat (limited to 'schneider-openembedded-test-notify.yaml')
-rw-r--r--schneider-openembedded-test-notify.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/schneider-openembedded-test-notify.yaml b/schneider-openembedded-test-notify.yaml
index c279a703c1..9e69ef21a5 100644
--- a/schneider-openembedded-test-notify.yaml
+++ b/schneider-openembedded-test-notify.yaml
@@ -35,6 +35,10 @@
set -ex
pwd
+ echo "Get previous"
+ wget -nv -O last.cve https://snapshots.linaro.org//openembedded/schneider/linaro-warrior-4.19/rzn1d/latest/dip/dip-image-rzn1-snarc.rootfs.cve
+ echo "Get baseline"
+ wget -nv -O base.cve https://releases.linaro.org/members/schneider/openembedded/2019.09-warrior.2/rzn1d-4.19/dip-image-rzn1-snarc-linaro-rel-2019.09-warrior.2-internal-70.rootfs.cve
publishers:
- postbuildscript:
builders:
@@ -52,10 +56,6 @@
echo "Summarize CVEs"
printf "NEW=%d CHANGED=%d FIXED=%d\n" `grep NEW cve.txt|wc -l` >cve.sum
- echo "Get previous"
- wget -nv -O last.cve https://snapshots.linaro.org//openembedded/schneider/linaro-warrior-4.19/rzn1d/latest/dip/dip-image-rzn1-snarc.rootfs.cve
- echo "Get baseline"
- wget -nv -O base.cve https://releases.linaro.org/members/schneider/openembedded/2019.09-warrior.2/rzn1d-4.19/dip-image-rzn1-snarc-linaro-rel-2019.09-warrior.2-internal-70.rootfs.cve
- groovy-postbuild:
script:
!include-raw: