Merge "Upgrade LAT to latest version"

This commit is contained in:
Zuul 2021-12-21 21:29:07 +00:00 committed by Gerrit Code Review
commit 6563846502
4 changed files with 4 additions and 2 deletions

View File

@ -5,6 +5,7 @@ image_type:
- iso
- ostree-repo
- ustart
debootstrap-mirror: http://ftp.cn.debian.org/debian
package_feeds: []
package_type: external-debian
wic:

View File

@ -3,6 +3,7 @@ name: debian-initramfs-ostree-image
machine: intel-x86-64
image_type:
- initramfs
debootstrap-mirror: http://ftp.cn.debian.org/debian
package_feeds:
- deb http://ftp.cn.debian.org/debian bullseye main contrib
package_type: external-debian

View File

@ -16,7 +16,7 @@ FROM debian:bullseye
MAINTAINER Chen Qi <Qi.Chen@windriver.com>
ARG LAT_BINARY_RESOURCE_PATH=http://mirror.starlingx.cengn.ca/mirror/lat-sdk/lat-sdk-20211013
ARG LAT_BINARY_RESOURCE_PATH=http://mirror.starlingx.cengn.ca/mirror/lat-sdk/lat-sdk-20211216
# Install necessary packages
RUN apt-get -y update && apt-get --no-install-recommends -y install \

View File

@ -147,7 +147,7 @@ class LATD(object):
channel.mark_client_message_valid(True)
# stop action should always succeed
if self.child_pid > 0:
os.kill(self.child_pid, signal.SIGKILL)
os.kill(self.child_pid, signal.SIGTERM)
self.child_pid = 0
self.latest_build_status = "fail"
msg_latd = {}