diff options
author | Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org> | 2020-04-10 11:45:20 +0000 |
---|---|---|
committer | Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org> | 2020-04-13 10:50:43 +0000 |
commit | ef726385d4f048d931ac482876228596364f0ab4 (patch) | |
tree | 826dc1cb9c1d5117a77af831596d39be9fa7b37b /tcwg-buildapp.yaml | |
parent | 0852d494f8999cf9979334d8a83694e3d9180d0b (diff) | |
download | configs-ef726385d4f048d931ac482876228596364f0ab4.tar.gz |
tcwg*: Switch default distro image to bionic
... for most jobs. Keep LLVM jobs at xenial since these will be
updated to focal after LLVM 11 branches.
Change-Id: Iaf51e539910330bfb1674d468b2865e457ef893f
Diffstat (limited to 'tcwg-buildapp.yaml')
-rw-r--r-- | tcwg-buildapp.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-buildapp.yaml b/tcwg-buildapp.yaml index 08ab9ece5..16aa2a4d4 100644 --- a/tcwg-buildapp.yaml +++ b/tcwg-buildapp.yaml @@ -45,7 +45,7 @@ - string: name: build_container_tag default: 'default' - description: 'Distro to use on the builder with non-default container type: trusty, xenial.' + description: 'Distro to use on the builder with non-default container type: xenial, bionic, focal.' - string: name: LAVA_SERVER default: validation.linaro.org |