From c6b9c81fdd77a03a40b7984e8f4cac24ef724fa7 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Thu, 23 Sep 2021 12:26:50 -0300 Subject: [PATCH] ci: Remove now useless .gitlab-ci.yml files Part-of: --- ci/.gitlab-ci.yml | 24 ----------- subprojects/gst-devtools/.gitlab-ci.yml | 43 ------------------- subprojects/gst-docs/.gitlab-ci.yml | 1 - .../gst-editing-services/.gitlab-ci.yml | 1 - subprojects/gst-examples/.gitlab-ci.yml | 2 - subprojects/gst-libav/.gitlab-ci.yml | 1 - subprojects/gst-omx/.gitlab-ci.yml | 1 - subprojects/gst-plugins-bad/.gitlab-ci.yml | 1 - subprojects/gst-plugins-base/.gitlab-ci.yml | 1 - subprojects/gst-plugins-good/.gitlab-ci.yml | 1 - subprojects/gst-plugins-ugly/.gitlab-ci.yml | 1 - subprojects/gst-python/.gitlab-ci.yml | 1 - subprojects/gst-rtsp-server/.gitlab-ci.yml | 1 - subprojects/gstreamer-sharp/.gitlab-ci.yml | 1 - subprojects/gstreamer-vaapi/.gitlab-ci.yml | 1 - subprojects/gstreamer/.gitlab-ci.yml | 1 - 16 files changed, 82 deletions(-) delete mode 100644 ci/.gitlab-ci.yml delete mode 100644 subprojects/gst-devtools/.gitlab-ci.yml delete mode 100644 subprojects/gst-docs/.gitlab-ci.yml delete mode 100644 subprojects/gst-editing-services/.gitlab-ci.yml delete mode 100644 subprojects/gst-examples/.gitlab-ci.yml delete mode 100644 subprojects/gst-libav/.gitlab-ci.yml delete mode 100644 subprojects/gst-omx/.gitlab-ci.yml delete mode 100644 subprojects/gst-plugins-bad/.gitlab-ci.yml delete mode 100644 subprojects/gst-plugins-base/.gitlab-ci.yml delete mode 100644 subprojects/gst-plugins-good/.gitlab-ci.yml delete mode 100644 subprojects/gst-plugins-ugly/.gitlab-ci.yml delete mode 100644 subprojects/gst-python/.gitlab-ci.yml delete mode 100644 subprojects/gst-rtsp-server/.gitlab-ci.yml delete mode 100644 subprojects/gstreamer-sharp/.gitlab-ci.yml delete mode 100644 subprojects/gstreamer-vaapi/.gitlab-ci.yml delete mode 100644 subprojects/gstreamer/.gitlab-ci.yml diff --git a/ci/.gitlab-ci.yml b/ci/.gitlab-ci.yml deleted file mode 100644 index c911c1af4d..0000000000 --- a/ci/.gitlab-ci.yml +++ /dev/null @@ -1,24 +0,0 @@ -include: "gitlab/ci_template.yml" - -test manifest: - variables: - GIT_STRATEGY: fetch - image: "$TEST_MANIFEST_IMAGE" - stage: "preparation" - script: - - pytest-3 --junitxml=junit.xml --cov=build_manifest gitlab/build_manifest.py - coverage: '/TOTAL.*\s+(\d+%)$/' - artifacts: - reports: - junit: - - "junit.xml" - -test manifest amd64 docker: - stage: "build docker" - variables: - REPO_SUFFIX: "$TEST_MANIFEST_AMD64_SUFFIX" - TAG: "$TEST_MANIFEST_TAG-$GST_UPSTREAM_BRANCH" - - CONTEXT_DIR: "docker/test_manifest/" - DOCKERFILE: "docker/test_manifest/Dockerfile" - extends: .base diff --git a/subprojects/gst-devtools/.gitlab-ci.yml b/subprojects/gst-devtools/.gitlab-ci.yml deleted file mode 100644 index 91690118f2..0000000000 --- a/subprojects/gst-devtools/.gitlab-ci.yml +++ /dev/null @@ -1,43 +0,0 @@ -include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml" - -.local-rules: &local-rules - rules: - - changes: - - validate/launcher/ - -# Run valgrind if we changed the check.py testsuite -local valgrind core: - extends: '.valgrind fedora x86_64' - variables: - TEST_SUITE: "check.gstreamer\\..*" - <<: *local-rules - -local valgrind base: - extends: '.valgrind fedora x86_64' - variables: - TEST_SUITE: "check.gst-plugins-base\\..*" - <<: *local-rules - -local valgrind good: - extends: '.valgrind fedora x86_64' - variables: - TEST_SUITE: "check.gst-plugins-good\\..*" - <<: *local-rules - -local valgrind ugly: - extends: '.valgrind fedora x86_64' - variables: - TEST_SUITE: "check.gst-plugins-ugly\\..*" - <<: *local-rules - -local valgrind bad: - extends: '.valgrind fedora x86_64' - variables: - TEST_SUITE: "check.gst-plugins-bad\\..*" - <<: *local-rules - -local valgrind ges: - extends: '.valgrind fedora x86_64' - variables: - TEST_SUITE: "check.gst-editing-services\\..*" - <<: *local-rules diff --git a/subprojects/gst-docs/.gitlab-ci.yml b/subprojects/gst-docs/.gitlab-ci.yml deleted file mode 100644 index 1fa28f4eab..0000000000 --- a/subprojects/gst-docs/.gitlab-ci.yml +++ /dev/null @@ -1 +0,0 @@ -include: 'https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml' diff --git a/subprojects/gst-editing-services/.gitlab-ci.yml b/subprojects/gst-editing-services/.gitlab-ci.yml deleted file mode 100644 index c61aa7a529..0000000000 --- a/subprojects/gst-editing-services/.gitlab-ci.yml +++ /dev/null @@ -1 +0,0 @@ -include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml" diff --git a/subprojects/gst-examples/.gitlab-ci.yml b/subprojects/gst-examples/.gitlab-ci.yml deleted file mode 100644 index 5e7add3074..0000000000 --- a/subprojects/gst-examples/.gitlab-ci.yml +++ /dev/null @@ -1,2 +0,0 @@ -include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml" - diff --git a/subprojects/gst-libav/.gitlab-ci.yml b/subprojects/gst-libav/.gitlab-ci.yml deleted file mode 100644 index c61aa7a529..0000000000 --- a/subprojects/gst-libav/.gitlab-ci.yml +++ /dev/null @@ -1 +0,0 @@ -include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml" diff --git a/subprojects/gst-omx/.gitlab-ci.yml b/subprojects/gst-omx/.gitlab-ci.yml deleted file mode 100644 index c61aa7a529..0000000000 --- a/subprojects/gst-omx/.gitlab-ci.yml +++ /dev/null @@ -1 +0,0 @@ -include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml" diff --git a/subprojects/gst-plugins-bad/.gitlab-ci.yml b/subprojects/gst-plugins-bad/.gitlab-ci.yml deleted file mode 100644 index c61aa7a529..0000000000 --- a/subprojects/gst-plugins-bad/.gitlab-ci.yml +++ /dev/null @@ -1 +0,0 @@ -include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml" diff --git a/subprojects/gst-plugins-base/.gitlab-ci.yml b/subprojects/gst-plugins-base/.gitlab-ci.yml deleted file mode 100644 index c61aa7a529..0000000000 --- a/subprojects/gst-plugins-base/.gitlab-ci.yml +++ /dev/null @@ -1 +0,0 @@ -include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml" diff --git a/subprojects/gst-plugins-good/.gitlab-ci.yml b/subprojects/gst-plugins-good/.gitlab-ci.yml deleted file mode 100644 index c61aa7a529..0000000000 --- a/subprojects/gst-plugins-good/.gitlab-ci.yml +++ /dev/null @@ -1 +0,0 @@ -include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml" diff --git a/subprojects/gst-plugins-ugly/.gitlab-ci.yml b/subprojects/gst-plugins-ugly/.gitlab-ci.yml deleted file mode 100644 index c61aa7a529..0000000000 --- a/subprojects/gst-plugins-ugly/.gitlab-ci.yml +++ /dev/null @@ -1 +0,0 @@ -include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml" diff --git a/subprojects/gst-python/.gitlab-ci.yml b/subprojects/gst-python/.gitlab-ci.yml deleted file mode 100644 index c61aa7a529..0000000000 --- a/subprojects/gst-python/.gitlab-ci.yml +++ /dev/null @@ -1 +0,0 @@ -include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml" diff --git a/subprojects/gst-rtsp-server/.gitlab-ci.yml b/subprojects/gst-rtsp-server/.gitlab-ci.yml deleted file mode 100644 index c61aa7a529..0000000000 --- a/subprojects/gst-rtsp-server/.gitlab-ci.yml +++ /dev/null @@ -1 +0,0 @@ -include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml" diff --git a/subprojects/gstreamer-sharp/.gitlab-ci.yml b/subprojects/gstreamer-sharp/.gitlab-ci.yml deleted file mode 100644 index c61aa7a529..0000000000 --- a/subprojects/gstreamer-sharp/.gitlab-ci.yml +++ /dev/null @@ -1 +0,0 @@ -include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml" diff --git a/subprojects/gstreamer-vaapi/.gitlab-ci.yml b/subprojects/gstreamer-vaapi/.gitlab-ci.yml deleted file mode 100644 index c61aa7a529..0000000000 --- a/subprojects/gstreamer-vaapi/.gitlab-ci.yml +++ /dev/null @@ -1 +0,0 @@ -include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml" diff --git a/subprojects/gstreamer/.gitlab-ci.yml b/subprojects/gstreamer/.gitlab-ci.yml deleted file mode 100644 index c61aa7a529..0000000000 --- a/subprojects/gstreamer/.gitlab-ci.yml +++ /dev/null @@ -1 +0,0 @@ -include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml"