diff options
-rw-r--r-- | contexts/default.conf | 1 | ||||
-rw-r--r-- | contexts/heavy.conf | 1 | ||||
-rw-r--r-- | contexts/rapid.conf | 0 | ||||
-rw-r--r-- | nodes/heavy.conf | 2 | ||||
-rw-r--r-- | nodes/notag.conf | 2 | ||||
-rw-r--r-- | nodes/rapid.conf | 2 | ||||
-rw-r--r-- | templates/alpine.conf | 2 | ||||
-rw-r--r-- | templates/turris.conf | 2 |
8 files changed, 4 insertions, 8 deletions
diff --git a/contexts/default.conf b/contexts/default.conf new file mode 100644 index 0000000..551bf21 --- /dev/null +++ b/contexts/default.conf @@ -0,0 +1 @@ +EXECUTORS=0 diff --git a/contexts/heavy.conf b/contexts/heavy.conf new file mode 100644 index 0000000..378f0e6 --- /dev/null +++ b/contexts/heavy.conf @@ -0,0 +1 @@ +EXECUTORS=3 diff --git a/contexts/rapid.conf b/contexts/rapid.conf new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/contexts/rapid.conf diff --git a/nodes/heavy.conf b/nodes/heavy.conf deleted file mode 100644 index db1bd7e..0000000 --- a/nodes/heavy.conf +++ /dev/null @@ -1,2 +0,0 @@ -EXECUTORS=2 -TAGS=heavy diff --git a/nodes/notag.conf b/nodes/notag.conf deleted file mode 100644 index d1ee7d9..0000000 --- a/nodes/notag.conf +++ /dev/null @@ -1,2 +0,0 @@ -# Disable untagged jobs -EXECUTORS=0 diff --git a/nodes/rapid.conf b/nodes/rapid.conf deleted file mode 100644 index dc6a190..0000000 --- a/nodes/rapid.conf +++ /dev/null @@ -1,2 +0,0 @@ -EXECUTORS=20 -TAGS=rapid diff --git a/templates/alpine.conf b/templates/alpine.conf index 6649781..76e5623 100644 --- a/templates/alpine.conf +++ b/templates/alpine.conf @@ -1,2 +1,2 @@ -TAGS=heavy +CONTEXTS=heavy TIMEOUT=43200 diff --git a/templates/turris.conf b/templates/turris.conf index 6649781..76e5623 100644 --- a/templates/turris.conf +++ b/templates/turris.conf @@ -1,2 +1,2 @@ -TAGS=heavy +CONTEXTS=heavy TIMEOUT=43200 |