From d0ec56218f28f8c4ad969ad986de2e3e3e172930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 27 Aug 2018 16:03:07 +0200 Subject: Limit heavy load tasks to only two --- jobs/turris3x-omnia.conf | 1 + jobs/turris3x-turris.conf | 1 + jobs/turris4x-mox.conf | 1 + jobs/turris4x-omnia.conf | 1 + nodes/heavy.conf | 2 ++ 5 files changed, 6 insertions(+) create mode 100644 jobs/turris3x-omnia.conf create mode 100644 jobs/turris3x-turris.conf create mode 100644 jobs/turris4x-mox.conf create mode 100644 jobs/turris4x-omnia.conf create mode 100644 nodes/heavy.conf diff --git a/jobs/turris3x-omnia.conf b/jobs/turris3x-omnia.conf new file mode 100644 index 0000000..3b47512 --- /dev/null +++ b/jobs/turris3x-omnia.conf @@ -0,0 +1 @@ +TAG=heavy diff --git a/jobs/turris3x-turris.conf b/jobs/turris3x-turris.conf new file mode 100644 index 0000000..3b47512 --- /dev/null +++ b/jobs/turris3x-turris.conf @@ -0,0 +1 @@ +TAG=heavy diff --git a/jobs/turris4x-mox.conf b/jobs/turris4x-mox.conf new file mode 100644 index 0000000..3b47512 --- /dev/null +++ b/jobs/turris4x-mox.conf @@ -0,0 +1 @@ +TAG=heavy diff --git a/jobs/turris4x-omnia.conf b/jobs/turris4x-omnia.conf new file mode 100644 index 0000000..3b47512 --- /dev/null +++ b/jobs/turris4x-omnia.conf @@ -0,0 +1 @@ +TAG=heavy diff --git a/nodes/heavy.conf b/nodes/heavy.conf new file mode 100644 index 0000000..db1bd7e --- /dev/null +++ b/nodes/heavy.conf @@ -0,0 +1,2 @@ +EXECUTORS=2 +TAGS=heavy -- cgit v1.2.3