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'
|
GST_UPSTREAM_BRANCH: 'master'
|
||||||
ORC_UPSTREAM_BRANCH: 'master'
|
ORC_UPSTREAM_BRANCH: 'master'
|
||||||
|
|
||||||
GIT_LFS_SKIP_SMUDGE: '1'
|
|
||||||
|
|
||||||
###
|
###
|
||||||
# IMPORTANT
|
# IMPORTANT
|
||||||
# These are the version tags for the docker images the CI runs against.
|
# These are the version tags for the docker images the CI runs against.
|
||||||
|
@ -204,8 +202,6 @@ default:
|
||||||
STORAGE_DRIVER: 'vfs'
|
STORAGE_DRIVER: 'vfs'
|
||||||
BUILDAH_FORMAT: 'docker'
|
BUILDAH_FORMAT: 'docker'
|
||||||
BUILDAH_ISOLATION: 'chroot'
|
BUILDAH_ISOLATION: 'chroot'
|
||||||
|
|
||||||
GIT_STRATEGY: fetch
|
|
||||||
script:
|
script:
|
||||||
- export LOCAL_IMAGE="$CI_REGISTRY_IMAGE/$REPO_SUFFIX:$TAG"
|
- export LOCAL_IMAGE="$CI_REGISTRY_IMAGE/$REPO_SUFFIX:$TAG"
|
||||||
- export LOCAL_GST_CI_IMAGE="$CI_REGISTRY/$CI_PROJECT_NAMESPACE/gst-ci/$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:
|
windows amd64 docker:
|
||||||
stage: "build docker"
|
stage: "build docker"
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: fetch
|
|
||||||
|
|
||||||
# Unlike the buildah/linux jobs, this file
|
# Unlike the buildah/linux jobs, this file
|
||||||
# needs to be relative to docker/windows/ subdir
|
# needs to be relative to docker/windows/ subdir
|
||||||
# as it makes life easier in the powershell script
|
# as it makes life easier in the powershell script
|
||||||
|
@ -313,8 +307,6 @@ windows amd64 docker:
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PROJECT_NAME == "gst-ci"'
|
- if: '$CI_PROJECT_NAME == "gst-ci"'
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: 'fetch'
|
|
||||||
|
|
||||||
# Unlike the buildah/linux jobs, this file
|
# Unlike the buildah/linux jobs, this file
|
||||||
# needs to be relative to docker/windows/ subdir
|
# needs to be relative to docker/windows/ subdir
|
||||||
# as it makes life easier in the powershell script
|
# as it makes life easier in the powershell script
|
||||||
|
@ -364,9 +356,6 @@ windows rust amd64 docker minimum supported version:
|
||||||
gst indent:
|
gst indent:
|
||||||
image: $INDENT_IMAGE
|
image: $INDENT_IMAGE
|
||||||
stage: 'preparation'
|
stage: 'preparation'
|
||||||
variables:
|
|
||||||
GIT_STRATEGY: 'fetch'
|
|
||||||
GIT_LFS_SKIP_SMUDGE: '1'
|
|
||||||
script:
|
script:
|
||||||
# man indent. grep RETURN VALUE, grab a beer on my behalf...
|
# man indent. grep RETURN VALUE, grab a beer on my behalf...
|
||||||
- indent --version || true
|
- indent --version || true
|
||||||
|
@ -688,7 +677,6 @@ integration testsuites fedora:
|
||||||
variables:
|
variables:
|
||||||
EXTRA_VALIDATE_ARGS: "--timeout-factor=2 --retry-on-failures --check-bugs --parts=${CI_NODE_TOTAL} --part-index=${CI_NODE_INDEX}"
|
EXTRA_VALIDATE_ARGS: "--timeout-factor=2 --retry-on-failures --check-bugs --parts=${CI_NODE_TOTAL} --part-index=${CI_NODE_INDEX}"
|
||||||
TEST_SUITE: "validate ges"
|
TEST_SUITE: "validate ges"
|
||||||
GIT_LFS_SKIP_SMUDGE: '0'
|
|
||||||
|
|
||||||
# gstreamer-full:
|
# gstreamer-full:
|
||||||
# introspection has been disabled as the static build does not support it.
|
# introspection has been disabled as the static build does not support it.
|
||||||
|
|
Loading…
Reference in a new issue