summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2018-12-17 10:43:02 -0500
committerXavier Claessens <xclaesse@gmail.com>2018-12-17 15:45:04 +0000
commitdd088e5e23d7b3e2ff071b817fd69e4d3e6b62ea (patch)
tree90251908830006e9dd762802c4651416e0693f80 /.gitlab-ci.yml
parent5242cd9068b5a61ba5370642b0774f16331ef10c (diff)
downloadlibsoup-dd088e5e23d7b3e2ff071b817fd69e4d3e6b62ea.tar.gz
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
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 0 insertions, 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