From: Tim-Philipp Müller Date: Wed, 25 Jan 2023 17:51:45 +0000 (+0000) Subject: ci: update for 1.22 branch X-Git-Tag: 1.22.7~550 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0fefde5da46ccc925a76e24ff51696a6b4732c16;hp=e87857a210147493887c633634180e2e7b6add3a;p=platform%2Fupstream%2Fgstreamer.git ci: update for 1.22 branch Don't have validate do --check-bugs in the 1.22 branch, as any issues fixed may only have been fixed in the main branch. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 638f73f..5f14fac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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.22' FDO_UPSTREAM_REPO: 'gstreamer/gstreamer' @@ -472,7 +472,6 @@ build msys2 : - > ./gst-env.py gst-validate-launcher ${TEST_SUITE} - --check-bugs --dump-on-failure --mute --shuffle diff --git a/.gitlab-image-tags.yml b/.gitlab-image-tags.yml index 05a5565..fb571a0 100644 --- a/.gitlab-image-tags.yml +++ b/.gitlab-image-tags.yml @@ -5,6 +5,6 @@ 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: '2022-12-10.0' - INDENT_TAG: '2022-03-07.1' - WINDOWS_TAG: '2022-12-10.0' + FEDORA_TAG: '2023-01-25.0' + INDENT_TAG: '2023-01-25.0' + WINDOWS_TAG: '2023-01-25.0'