1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-04-20 11:29:54 +00:00

CI: move utility tasks to prep so they don't cause a fetch

Re-order the tasks so that the utility tasks don't cause update-repos to
run.

Change-Id: I86a528c98fe32e20428f9efbd5fb82c374aefc8a
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2021-03-30 17:43:23 +01:00
committed by Jon Mason
parent d2f8a13d3c
commit a52d805faf

View File

@@ -150,7 +150,7 @@ tc0:
# Report on disk usage
usage:
extends: .setup
stage: bootstrap
stage: prep
when: manual
script:
- du -h -s $DL_DIR $SSTATE_DIR
@@ -158,7 +158,7 @@ usage:
# Wipe out old sstate
prune-sstate:
extends: .setup
stage: bootstrap
stage: prep
when: manual
script:
- find $SSTATE_DIR -type f -atime +30 -delete
@@ -166,7 +166,7 @@ prune-sstate:
# Delete all sstate
delete-sstate:
extends: .setup
stage: bootstrap
stage: prep
when: manual
script:
- rm -rf $SSTATE_DIR/*