ref: 3fa05675dcbc723669ffd55603fc3501b6218631
parent: 48d9c68300045e3b760b532f5e320e902299a406
author: Martin Storsjö <martin@martin.st>
date: Fri Feb 15 10:12:48 EST 2019
ci: Use the latest version of the dav1d-debian-unstable builder image This requires bumping the cache key, as the old image stored cache data as the user root, while the new image runs as the user videolan, which fails to update cache data owned by the user root.
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@
- test
style-check:
- image: registry.videolan.org:5000/dav1d-debian-unstable:20181114201132
+ image: registry.videolan.org:5000/dav1d-debian-unstable:20190215130514
stage: style
tags:
- debian
@@ -14,7 +14,7 @@
- /bin/true
build-debian:
- image: registry.videolan.org:5000/dav1d-debian-unstable:20181114201132
+ image: registry.videolan.org:5000/dav1d-debian-unstable:20190215130514
stage: build
tags:
- debian
@@ -25,7 +25,7 @@
- cd build && meson test -v
build-debian-static:
- image: registry.videolan.org:5000/dav1d-debian-unstable:20181114201132
+ image: registry.videolan.org:5000/dav1d-debian-unstable:20190215130514
stage: build
tags:
- debian
@@ -49,7 +49,7 @@
- cd build && meson test -v
build-win32:
- image: registry.videolan.org:5000/dav1d-debian-unstable:20181114201132
+ image: registry.videolan.org:5000/dav1d-debian-unstable:20190215130514
stage: build
tags:
- win32
@@ -69,7 +69,7 @@
expire_in: 1 week
build-win64:
- image: registry.videolan.org:5000/dav1d-debian-unstable:20181114201132
+ image: registry.videolan.org:5000/dav1d-debian-unstable:20190215130514
stage: build
tags:
- win64
@@ -186,13 +186,13 @@
- cd build && meson test -v
test-debian:
- image: registry.videolan.org:5000/dav1d-debian-unstable:20181114201132
+ image: registry.videolan.org:5000/dav1d-debian-unstable:20190215130514
stage: test
tags:
- debian
- amd64
cache:
- key: testdata.git
+ key: testdata.git-20190215
paths:
- cache/dav1d-test-data.git/
script:
@@ -206,13 +206,13 @@
dependencies: []
test-debian-asan:
- image: registry.videolan.org:5000/dav1d-debian-unstable:20181114201132
+ image: registry.videolan.org:5000/dav1d-debian-unstable:20190215130514
stage: test
tags:
- debian
- amd64
cache:
- key: testdata.git
+ key: testdata.git-20190215
paths:
- cache/dav1d-test-data.git/
variables:
@@ -228,13 +228,13 @@
dependencies: []
test-debian-msan:
- image: registry.videolan.org:5000/dav1d-debian-unstable:20181114201132
+ image: registry.videolan.org:5000/dav1d-debian-unstable:20190215130514
stage: test
tags:
- debian
- amd64
cache:
- key: testdata.git
+ key: testdata.git-20190215
paths:
- cache/dav1d-test-data.git/
variables:
@@ -250,13 +250,13 @@
dependencies: []
test-debian-ubsan:
- image: registry.videolan.org:5000/dav1d-debian-unstable:20181114201132
+ image: registry.videolan.org:5000/dav1d-debian-unstable:20190215130514
stage: test
tags:
- debian
- amd64
cache:
- key: testdata.git
+ key: testdata.git-20190215
paths:
- cache/dav1d-test-data.git/
variables: