[gjs: 2/5] CI: disable regular jobs on schedules
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs: 2/5] CI: disable regular jobs on schedules
- Date: Thu, 5 Jul 2018 07:54:55 +0000 (UTC)
commit d973920a125daa5a318fe5375ce7e597875f5334
Author: Claudio André <claudioandre br gmail com>
Date: Sun Jul 1 00:23:38 2018 -0300
CI: disable regular jobs on schedules
They run for every push. It is not necessary to run them again on
schedules.
.gitlab-ci.yml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eff7ad06..a3648b29 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -99,6 +99,8 @@ fedora:
TASK_ID: "fedora-x86_64-gcc-debug-default-check"
TEST: "check"
WARNINGS: "count"
+ except:
+ - schedules
sanitizer_gcc:
<<: *build
@@ -108,6 +110,8 @@ sanitizer_gcc:
TASK_ID: "fedora-x86_64-gcc-default-ubsan_asan-check"
BUILD_OPTS: "--enable-asan --enable-ubsan"
TEST: "check"
+ except:
+ - schedules
# There are a lot of debug log statements that are ifdef'd out in normal usage.
# These sometimes get invalid expressions in them, leading to annoyance the
@@ -121,6 +125,8 @@ with_logging:
CC: clang
BUILD_OPTS: CPPFLAGS='-DGJS_VERBOSE_ENABLE_PROPS=1 -DGJS_VERBOSE_ENABLE_MARSHAL=1
-DGJS_VERBOSE_ENABLE_LIFECYCLE=1 -DGJS_VERBOSE_ENABLE_GI_USAGE=1 -DGJS_VERBOSE_ENABLE_CLOSURE=1
-DGJS_VERBOSE_ENABLE_GSIGNAL=1'
TEST: "check"
+ except:
+ - schedules
no_graphics:
<<: *build
@@ -130,6 +136,8 @@ no_graphics:
TASK_ID: "fedora-x86_64-gcc-default-without_gtk-check"
TEST: "check"
BUILD_OPTS: "--without-cairo --without-gtk"
+ except:
+ - schedules
no_profiler:
<<: *build
@@ -139,6 +147,8 @@ no_profiler:
TASK_ID: "fedora-x86_64-gcc-default-disable_profiler-check"
TEST: "check"
BUILD_OPTS: "--disable-profiler"
+ except:
+ - schedules
#############################################
# Static Analyzers
@@ -150,6 +160,8 @@ cppcheck:
variables:
TASK_ID: "cppcheck"
CODECHECK: "CPPCHECK"
+ except:
+ - schedules
cpplint:
<<: *build
@@ -158,6 +170,8 @@ cpplint:
variables:
TASK_ID: "cpplint"
CODECHECK: "CPPLINT"
+ except:
+ - schedules
eslint:
<<: *build
@@ -166,6 +180,8 @@ eslint:
variables:
TASK_ID: "eslint"
CODECHECK: "ESLINT"
+ except:
+ - schedules
#############################################
# Daily jobs / Frequent jobs
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]