Skip to content

uadk: Add CI configuration#716

Closed
gaozhangfei wants to merge 1 commit intoLinaro:developfrom
gaozhangfei:ci
Closed

uadk: Add CI configuration#716
gaozhangfei wants to merge 1 commit intoLinaro:developfrom
gaozhangfei:ci

Conversation

@gaozhangfei
Copy link
Collaborator

No description provided.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里是不是多了一个r

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

是的

while [ "$exit_code" != 0 ]; do
exit_code=0
mkdir ${LOCK_FILE} &> /dev/null || exit_code=$?
if [ "$exit_code" != 0 ]; then
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里是死循环,有可能导致一直无法退出。最好带上重试次数限制

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

本想加超时,发现ci 时间很长,先直接用以前ci脚本的方法,直接循环等待。后面有需要再看

@gaozhangfei gaozhangfei force-pushed the ci branch 8 times, most recently from 0f35a02 to e3ab7bc Compare December 5, 2025 10:58
@gaozhangfei gaozhangfei closed this Dec 9, 2025
@gaozhangfei gaozhangfei reopened this Dec 9, 2025
Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments