summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-11-15 09:03:59 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-12-08 17:13:56 +0100
commit6b67fc886bed7f3c4370bb7b02d8bd3b2752ed24 (patch)
treebf3a0b89828265f09daac0497d18a982632f3973 /devel
parenta0f9f81e3bc233f07c1a534defc3e4a9250da30f (diff)
downloadgnutls-6b67fc886bed7f3c4370bb7b02d8bd3b2752ed24.tar.gz
.gitlab-ci.yml: split the CI run into stages
In addition avoid re-generating images for operating systems on every build and use pre-built images, which are generated in the gnutls-build-images sub-project. That allows for faster and more reliable (independent of network) CI runs.
Diffstat (limited to 'devel')
-rw-r--r--devel/README.ci-runners70
1 files changed, 0 insertions, 70 deletions
diff --git a/devel/README.ci-runners b/devel/README.ci-runners
deleted file mode 100644
index 425430f2cf..0000000000
--- a/devel/README.ci-runners
+++ /dev/null
@@ -1,70 +0,0 @@
-# Documentation of tags for gitlab CI runners
-
-This file documents the tags available in gitlab CI runners. All systems
-must provide the basic gnutls dependencies (see [README](../README.md)).
-
-## x86-64
-
-This runner has a x86-64 CPU.
-
-## x86
-
-This runner has a x86 CPU.
-
-## gnutls3.3
-
-This runner has gnutls 3.3.x development files installed.
-```
-yum install -y gnutls-devel
-```
-
-## gnutls3.4
-
-This runner has gnutls 3.4.x development files installed.
-```
-yum install -y gnutls-devel
-```
-
-## nettle3
-
-This runner has nettle 3.x development files installed.
-```
-yum install -y nettle-devel
-```
-
-## nettle2
-
-This runner has nettle 2.7.x development files installed.
-```
-yum install -y nettle-devel
-```
-
-## wine
-
-This runner has wine installed.
-```
-yum install -y wine
-```
-
-## mingw
-
-This runner has mingw and basic libraries installed.
-```
-yum install -y mingw32-nettle mingw32-libtasn1 mingw32-gcc
-```
-
-## ubsan
-
-This runner has undefined sanitizer available
-
-## asan
-
-This runner has address sanitizer available
-
-## fedora
-
-This is a system with Fedora installed.
-
-## centos
-
-This is a system with Centos installed.