mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 22:16:22 +00:00
ci: update for 1.24 branch
Don't have validate do --check-bugs in the 1.24 branch, as any issues fixed may only have been fixed in the main branch. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6264>
This commit is contained in:
parent
2c7bb61580
commit
dd80bf8cde
3 changed files with 5 additions and 6 deletions
|
@ -24,7 +24,7 @@ variables:
|
|||
GIT_DEPTH: 1
|
||||
|
||||
# Branch to track for modules that have no ref specified in the manifest
|
||||
GST_UPSTREAM_BRANCH: 'main'
|
||||
GST_UPSTREAM_BRANCH: '1.24'
|
||||
|
||||
FDO_UPSTREAM_REPO: 'gstreamer/gstreamer'
|
||||
|
||||
|
|
|
@ -5,10 +5,10 @@ variables:
|
|||
# If you are hacking on them or need a them to rebuild, its enough
|
||||
# to change any part of the string of the image you want.
|
||||
###
|
||||
FEDORA_TAG: '2024-02-13.0'
|
||||
FEDORA_TAG: '2024-03-05.0'
|
||||
|
||||
INDENT_TAG: '2023-08-24.3'
|
||||
INDENT_TAG: '2024-03-05.0'
|
||||
|
||||
LINT_TAG: '2024-02-20.0'
|
||||
LINT_TAG: '2024-03-05.0'
|
||||
|
||||
WINDOWS_TAG: '2024-02-08.0'
|
||||
WINDOWS_TAG: '2024-03-05.0'
|
||||
|
|
|
@ -11,7 +11,6 @@ echo "-> Running ${TEST_SUITE}"
|
|||
|
||||
./gst-env.py \
|
||||
gst-validate-launcher ${TEST_SUITE} \
|
||||
--check-bugs \
|
||||
--dump-on-failure \
|
||||
--mute \
|
||||
--shuffle \
|
||||
|
|
Loading…
Reference in a new issue