[libsoup] ci: Remove non_aws tag



commit dd088e5e23d7b3e2ff071b817fd69e4d3e6b62ea
Author: Xavier Claessens <xavier claessens collabora com>
Date:   Mon Dec 17 10:43:02 2018 -0500

    ci: Remove non_aws tag
    
    It was meant to run the CI only on hosts supporting IPv6 but even
    non_aws runners fails IPv6 tests, so the tag is useless. In the future
    we could need to add an explicit "ipv6" tag.
    
    See: https://gitlab.gnome.org/Infrastructure/GitLab/issues/313

 .gitlab-ci.yml | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a181736c..16190aa4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,6 @@
 image: registry.gitlab.gnome.org/gnome/libsoup/master:v1
 
 fedora-autotools-x86_64:
-  tags:
-    - non_aws
   script:
     - mkdir -p _build
     - cd _build
@@ -16,8 +14,6 @@ fedora-autotools-x86_64:
     when: on_failure
 
 fedora-meson-x86_64:
-  tags:
-    - non_aws
   script:
     - meson _build
     - ninja -C _build


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