[nautilus] CI: Sperate weekly tests into its own stage of pipeline
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] CI: Sperate weekly tests into its own stage of pipeline
- Date: Fri, 16 Mar 2018 19:11:41 +0000 (UTC)
commit bf69e17485adf5308651aa1df80715426795f12a
Author: Carlos Soriano <csoriano1618 gmail com>
Date: Fri Mar 16 19:09:56 2018 +0000
CI: Sperate weekly tests into its own stage of pipeline
.gitlab-ci.yml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 86ed41df0..0d97adaeb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,7 @@
stages:
- build
- test
+- weeklytest
- deploy
build:fedora:
@@ -62,7 +63,7 @@ build:flatpak:
build:rawhide:
image: fedora:rawhide
- stage: test
+ stage: weeklytest
script:
- dnf install -y gcc meson gettext itstool redhat-rpm-config git
gtk3-devel gnome-autoar-devel gnome-desktop3-devel
@@ -77,7 +78,7 @@ build:rawhide:
build:ubuntu:
image: ubuntu:devel
- stage: test
+ stage: weeklytest
script:
- apt install -y gcc meson gettext itstool git
gtk3-devel gnome-autoar-devel gnome-desktop3-devel
@@ -92,7 +93,7 @@ build:ubuntu:
build:suse:
image: opensuse:tumbleweed
- stage: test
+ stage: weeklytest
script:
- dnf install -y gcc meson gettext itstool git
gtk3-devel gnome-autoar-devel gnome-desktop3-devel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]