mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
ci: Remove useless GIT_LFS_SKIP_SMUDGE and GIT_STRATEGY
GIT_LFS_SKIP_SMUDGE is not needed because we don't have git-lfs any more. GIT_STRATEGY is not needed because "fetch" is the default strategy. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/939>
This commit is contained in:
parent
1f44dda4a8
commit
6bb03ddafc
1 changed files with 0 additions and 12 deletions
|
@ -15,8 +15,6 @@ variables:
|
|||
GST_UPSTREAM_BRANCH: 'master'
|
||||
ORC_UPSTREAM_BRANCH: 'master'
|
||||
|
||||
GIT_LFS_SKIP_SMUDGE: '1'
|
||||
|
||||
###
|
||||
# IMPORTANT
|
||||
# These are the version tags for the docker images the CI runs against.
|
||||
|
@ -204,8 +202,6 @@ default:
|
|||
STORAGE_DRIVER: 'vfs'
|
||||
BUILDAH_FORMAT: 'docker'
|
||||
BUILDAH_ISOLATION: 'chroot'
|
||||
|
||||
GIT_STRATEGY: fetch
|
||||
script:
|
||||
- export LOCAL_IMAGE="$CI_REGISTRY_IMAGE/$REPO_SUFFIX:$TAG"
|
||||
- export LOCAL_GST_CI_IMAGE="$CI_REGISTRY/$CI_PROJECT_NAMESPACE/gst-ci/$REPO_SUFFIX:$TAG"
|
||||
|
@ -281,8 +277,6 @@ gst-indent amd64 docker:
|
|||
windows amd64 docker:
|
||||
stage: "build docker"
|
||||
variables:
|
||||
GIT_STRATEGY: fetch
|
||||
|
||||
# Unlike the buildah/linux jobs, this file
|
||||
# needs to be relative to docker/windows/ subdir
|
||||
# as it makes life easier in the powershell script
|
||||
|
@ -313,8 +307,6 @@ windows amd64 docker:
|
|||
rules:
|
||||
- if: '$CI_PROJECT_NAME == "gst-ci"'
|
||||
variables:
|
||||
GIT_STRATEGY: 'fetch'
|
||||
|
||||
# Unlike the buildah/linux jobs, this file
|
||||
# needs to be relative to docker/windows/ subdir
|
||||
# as it makes life easier in the powershell script
|
||||
|
@ -364,9 +356,6 @@ windows rust amd64 docker minimum supported version:
|
|||
gst indent:
|
||||
image: $INDENT_IMAGE
|
||||
stage: 'preparation'
|
||||
variables:
|
||||
GIT_STRATEGY: 'fetch'
|
||||
GIT_LFS_SKIP_SMUDGE: '1'
|
||||
script:
|
||||
# man indent. grep RETURN VALUE, grab a beer on my behalf...
|
||||
- indent --version || true
|
||||
|
@ -688,7 +677,6 @@ integration testsuites fedora:
|
|||
variables:
|
||||
EXTRA_VALIDATE_ARGS: "--timeout-factor=2 --retry-on-failures --check-bugs --parts=${CI_NODE_TOTAL} --part-index=${CI_NODE_INDEX}"
|
||||
TEST_SUITE: "validate ges"
|
||||
GIT_LFS_SKIP_SMUDGE: '0'
|
||||
|
||||
# gstreamer-full:
|
||||
# introspection has been disabled as the static build does not support it.
|
||||
|
|
Loading…
Reference in a new issue