[gimp-web/master] ci: Drop check-mirrors for now



commit 9632c8aa0f85a64c1c7215b3a1acbbe27e0b79e4
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Tue May 10 07:54:00 2022 +0200

    ci: Drop check-mirrors for now

 .gitlab-ci.yml | 49 ++++++++++++++++++++++++-------------------------
 1 file changed, 24 insertions(+), 25 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c57f89b6..11a08468 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,31 +1,30 @@
 stages:
-  - check
   - pages
 
-check-mirrors:
-  image: debian:testing
-  stage: check
-  before_script:
-    - apt-get update
-    - apt-get install -y --no-install-recommends
-        python3
-        python3-requests
-  script:
-    # Check that the mirror lists are consistent so that the sponsors
-    # page always display exactly the right list of mirrors (no more no
-    # less compared to the ones configured on download mirror rotation).
-    - tools/downloads/cmp-mirrors.py
-    # Check that the last versions are present on each mirrors and are
-    # identical to the original.
-    # Note: I could put this on a scheduled job, but then a malicious
-    # mirror could easily just display the right data only around the
-    # time when the schedule is run. Running this on each commit is
-    # actually not so bad. We don't have too many commits (a few a days,
-    # or even maybe every few days), and the timing of commits are
-    # random enough that they would be hard to guess. Of course there
-    # are other ways to trick the check, but it's better than nothing
-    # (which was what we had before).
-    - tools/downloads/gimp-check-mirrors.py --verify-checksum
+# check-mirrors:
+#   image: debian:testing
+#   stage: check
+#   before_script:
+#     - apt-get update
+#     - apt-get install -y --no-install-recommends
+#         python3
+#         python3-requests
+#   script:
+#     # Check that the mirror lists are consistent so that the sponsors
+#     # page always display exactly the right list of mirrors (no more no
+#     # less compared to the ones configured on download mirror rotation).
+#     - tools/downloads/cmp-mirrors.py
+#     # Check that the last versions are present on each mirrors and are
+#     # identical to the original.
+#     # Note: I could put this on a scheduled job, but then a malicious
+#     # mirror could easily just display the right data only around the
+#     # time when the schedule is run. Running this on each commit is
+#     # actually not so bad. We don't have too many commits (a few a days,
+#     # or even maybe every few days), and the timing of commits are
+#     # random enough that they would be hard to guess. Of course there
+#     # are other ways to trick the check, but it's better than nothing
+#     # (which was what we had before).
+#     - tools/downloads/gimp-check-mirrors.py --verify-checksum
 
 pages:
   image: quay.io/centos/centos:stream8


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]