diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-08-27 16:03:07 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-08-27 16:03:07 +0200 |
commit | d0ec56218f28f8c4ad969ad986de2e3e3e172930 (patch) | |
tree | aa3b6499dcce7e6a6156584616a3f81bdb0e7c4c | |
parent | 70c6e0b9b1b0bc7252cb248f1b6e9fd304c60251 (diff) | |
download | laminar-cnf-d0ec56218f28f8c4ad969ad986de2e3e3e172930.tar.gz laminar-cnf-d0ec56218f28f8c4ad969ad986de2e3e3e172930.tar.bz2 laminar-cnf-d0ec56218f28f8c4ad969ad986de2e3e3e172930.zip |
Limit heavy load tasks to only two
-rw-r--r-- | jobs/turris3x-omnia.conf | 1 | ||||
-rw-r--r-- | jobs/turris3x-turris.conf | 1 | ||||
-rw-r--r-- | jobs/turris4x-mox.conf | 1 | ||||
-rw-r--r-- | jobs/turris4x-omnia.conf | 1 | ||||
-rw-r--r-- | nodes/heavy.conf | 2 |
5 files changed, 6 insertions, 0 deletions
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 |