Skip to content

Commit

Permalink
Merge branch 'increate_loop' into 'dev'
Browse files Browse the repository at this point in the history
increase load image loop from 3 to 5

See merge request maix_sw/k230_canmv!181
  • Loading branch information
wuwentao committed Feb 23, 2024
2 parents 2562076 + abb5d0e commit 474c437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Expand Up @@ -472,8 +472,8 @@ dev_release:
echo "---load image start time: $stime"
power_reset="./bin/ailab power --type=cycle ${available}"
load_cmd="./bin/aiload --pr_id ${CI_MERGE_REQUEST_IID} --job_id ${CI_PIPELINE_ID} --md5_sysimage ${sysimage_md5} ${available}"
for i in {1..4}; do
if [ $i -eq 4 ]
for i in {1..6}; do
if [ $i -eq 6 ]
then
echo "ERROR: Max retries reached with load image"
exit 1
Expand Down

0 comments on commit 474c437

Please sign in to comment.