[pygobject/benzea/tmp: 2/2] ci: disable boring tests
- From: Benjamin Berg <bberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject/benzea/tmp: 2/2] ci: disable boring tests
- Date: Tue, 28 Dec 2021 15:27:08 +0000 (UTC)
commit 52498de580a93e4e3da3ee3b5bb0dd09505518d3
Author: Benjamin Berg <bberg redhat com>
Date: Tue Dec 28 16:26:46 2021 +0100
ci: disable boring tests
.gitlab-ci.yml | 106 ++++++++++++++++++++++++++++-----------------------------
1 file changed, 53 insertions(+), 53 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 97a3cae0..f95ad4a6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,30 +52,30 @@ pages:
only:
- master
-mingw32:
- variables:
- MSYSTEM: "MINGW32"
- <<: *mingw-defaults
-
-mingw64:
- variables:
- MSYSTEM: "MINGW64"
- <<: *mingw-defaults
-
-python3.7:
- variables:
- PYENV_VERSION: "3.7.11-debug"
- <<: *defaults
-
-python3.8:
- variables:
- PYENV_VERSION: "3.8.12-debug"
- <<: *defaults
-
-python3.9:
- variables:
- PYENV_VERSION: "3.9.7-debug"
- <<: *defaults
+#mingw32:
+# variables:
+# MSYSTEM: "MINGW32"
+# <<: *mingw-defaults
+#
+#mingw64:
+# variables:
+# MSYSTEM: "MINGW64"
+# <<: *mingw-defaults
+#
+#python3.7:
+# variables:
+# PYENV_VERSION: "3.7.11-debug"
+# <<: *defaults
+#
+#python3.8:
+# variables:
+# PYENV_VERSION: "3.8.12-debug"
+# <<: *defaults
+#
+#python3.9:
+# variables:
+# PYENV_VERSION: "3.9.7-debug"
+# <<: *defaults
python3.10:
variables:
@@ -88,32 +88,32 @@ pypy3.7:
PYENV_VERSION: "pypy3.7-7.3.5"
<<: *defaults
-old-i386-py3:
- stage: build_and_test
- image: registry.gitlab.gnome.org/gnome/pygobject/old:v5
- artifacts:
- paths:
- - coverage/
- script:
- - bash -x ./.gitlab-ci/test-docker-old.sh
-
-gnome-master:
- allow_failure: true
- stage: build_and_test
- image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
- tags:
- - flatpak
- script:
- - xvfb-run -a flatpak run --filesystem=host --share=network --socket=x11 --command=bash
org.gnome.Sdk//master -x .gitlab-ci/test-flatpak.sh
-
-gnome-master-gtk4:
- allow_failure: true
- stage: build_and_test
- image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
- tags:
- - flatpak
- script:
- - xvfb-run -a flatpak run --filesystem=host --share=network --socket=x11 --command=bash
org.gnome.Sdk//master -x .gitlab-ci/test-flatpak-gtk4.sh
- artifacts:
- paths:
- - coverage/
\ No newline at end of file
+#old-i386-py3:
+# stage: build_and_test
+# image: registry.gitlab.gnome.org/gnome/pygobject/old:v5
+# artifacts:
+# paths:
+# - coverage/
+# script:
+# - bash -x ./.gitlab-ci/test-docker-old.sh
+#
+#gnome-master:
+# allow_failure: true
+# stage: build_and_test
+# image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
+# tags:
+# - flatpak
+# script:
+# - xvfb-run -a flatpak run --filesystem=host --share=network --socket=x11 --command=bash
org.gnome.Sdk//master -x .gitlab-ci/test-flatpak.sh
+#
+#gnome-master-gtk4:
+# allow_failure: true
+# stage: build_and_test
+# image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
+# tags:
+# - flatpak
+# script:
+# - xvfb-run -a flatpak run --filesystem=host --share=network --socket=x11 --command=bash
org.gnome.Sdk//master -x .gitlab-ci/test-flatpak-gtk4.sh
+# artifacts:
+# paths:
+# - coverage/
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]