mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-30 12:30:14 +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:
+3
-3
@@ -105,7 +105,7 @@ tc0:
|
|||||||
# Report on disk usage
|
# Report on disk usage
|
||||||
usage:
|
usage:
|
||||||
extends: .setup
|
extends: .setup
|
||||||
stage: bootstrap
|
stage: prep
|
||||||
when: manual
|
when: manual
|
||||||
script:
|
script:
|
||||||
- du -h -s $DL_DIR $SSTATE_DIR
|
- du -h -s $DL_DIR $SSTATE_DIR
|
||||||
@@ -113,7 +113,7 @@ usage:
|
|||||||
# Wipe out old sstate
|
# Wipe out old sstate
|
||||||
prune-sstate:
|
prune-sstate:
|
||||||
extends: .setup
|
extends: .setup
|
||||||
stage: bootstrap
|
stage: prep
|
||||||
when: manual
|
when: manual
|
||||||
script:
|
script:
|
||||||
- find $SSTATE_DIR -type f -atime +30 -delete
|
- find $SSTATE_DIR -type f -atime +30 -delete
|
||||||
@@ -121,7 +121,7 @@ prune-sstate:
|
|||||||
# Delete all sstate
|
# Delete all sstate
|
||||||
delete-sstate:
|
delete-sstate:
|
||||||
extends: .setup
|
extends: .setup
|
||||||
stage: bootstrap
|
stage: prep
|
||||||
when: manual
|
when: manual
|
||||||
script:
|
script:
|
||||||
- rm -rf $SSTATE_DIR/*
|
- rm -rf $SSTATE_DIR/*
|
||||||
|
|||||||
Reference in New Issue
Block a user