diff options
author | Tom Rini <trini@konsulko.com> | 2019-07-24 11:29:47 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-24 16:26:15 -0400 |
commit | bfe9abe7119ce7cde9eb654d17302ebe124c2c84 (patch) | |
tree | f79ff9075e2afdf48f5aa5efa414b4d72272037d /.gitlab-ci.yml | |
parent | 848121746768433c0d0a024ca1301f262b22e540 (diff) | |
download | u-boot-bfe9abe7119ce7cde9eb654d17302ebe124c2c84.tar.gz |
gitlab-ci: Update Docker image to xenial-20190720-24Jul2019 tagWIP/24Jul2019
- Add in lzma-alone for current binman tests
- Update to Ubuntu's xenial-20190720 tag (latest).
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b919eaf0c1..95fc68906b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ # Grab our configured image. The source for this is found at: # https://gitlab.denx.de/u-boot/gitlab-ci-runner -image: trini/u-boot-gitlab-ci-runner:xenial-20190222-24April2019 +image: trini/u-boot-gitlab-ci-runner:xenial-20190720-24Jul2019 # We run some tests in different order, to catch some failures quicker. stages: |