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:
Tim-Philipp Müller 2024-03-05 13:59:19 +00:00
parent 2c7bb61580
commit dd80bf8cde
3 changed files with 5 additions and 6 deletions

View file

@ -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'

View file

@ -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'

View file

@ -11,7 +11,6 @@ echo "-> Running ${TEST_SUITE}"
./gst-env.py \
gst-validate-launcher ${TEST_SUITE} \
--check-bugs \
--dump-on-failure \
--mute \
--shuffle \