mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2025-07-19 20:59:02 +02:00
scripts/run-dashboard-index: cache testresults on the dashboard
https://www.yoctoproject.org/reproducible-build-results/ will pull testresults from dashboard instead of directly from cgit. Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
This commit is contained in:
parent
7d8933e75b
commit
f9391839a5
|
@ -18,6 +18,7 @@ dest=${DEST:-docs@docs.yoctoproject.org:dashboard/}
|
|||
cd $builddir
|
||||
$scriptdir/release-parser.py
|
||||
$scriptdir/layer-parser.py
|
||||
curl --silent --output $scriptdir/dashboard/testresults.json https://git.yoctoproject.org/yocto-testresults/plain/oeselftest/reproducible/qemux86-64/testresults.json
|
||||
|
||||
rsync -irlp --checksum --ignore-times releases.json ${dest}
|
||||
rsync -irlp --checksum --ignore-times parsed-layers.json ${dest}
|
||||
|
|
Loading…
Reference in New Issue
Block a user