Skip to content
Snippets Groups Projects
Commit 3c49407b authored by Esben Haabendal's avatar Esben Haabendal
Browse files

CI: Apply parallel job limits to ohos test jobs also


Signed-off-by: default avatarEsben Haabendal <esben.haabendal@huawei.com>
parent 6ce9d78b
No related branches found
No related tags found
1 merge request!38CI: Attempt to throttle load caused by builds better
......@@ -427,7 +427,9 @@ ohos:
- cd $(basename $TARBALL_FILE .tar.gz)/OpenHarmony
- ../../build/tmp-*/deploy/sdk/${PREBUILT_IMAGE}-${OPENHARMONY_VERSION}-*.sh -y -d oniro
- ./oniro/setup.sh
- ./build.sh --product-name Hi3516DV300
- NUM_CPUS="${CI_ONIRO_NUM_CPUS:-$(nproc)}"
- NINJA_ARGS="--ninja-args -j$NUM_CPUS"
- ./build.sh --product-name Hi3516DV300 $NINJA_ARGS
# Job for triggering a prune of the sstate-cache mirror in runner persistent
# storage. This should be done periodically, but as I believe it removes a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment