mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
CI: Update image uris
This commit is contained in:
parent
6f7e01e1e3
commit
06c76e1d63
2 changed files with 2 additions and 4 deletions
|
@ -11,10 +11,8 @@ stages:
|
|||
test manifest:
|
||||
variables:
|
||||
GIT_STRATEGY: fetch
|
||||
image: "fedora"
|
||||
image: "registry.freedesktop.org/gstreamer/gst-ci/amd64/test-manifest:6f7e01e1e30a73efa880acdc8e911f1f20c58dbb"
|
||||
stage: "preparation"
|
||||
before_script:
|
||||
- dnf install -y python3-pytest python3-pytest-cov python3-requests
|
||||
script:
|
||||
- pytest-3 --junitxml=junit.xml --cov=build_manifest gitlab/build_manifest.py
|
||||
coverage: '/TOTAL.*\s+(\d+%)$/'
|
||||
|
|
|
@ -73,7 +73,7 @@ manifest:
|
|||
build fedora x86_64:
|
||||
extends: '.build'
|
||||
stage: 'build'
|
||||
image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/fedora:f085d34a32cb8cac95cbd420344efeaa647d08d5'
|
||||
image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/fedora:6f7e01e1e30a73efa880acdc8e911f1f20c58dbb'
|
||||
|
||||
build android arm64 api28:
|
||||
extends: '.build'
|
||||
|
|
Loading…
Reference in a new issue