aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/erlang-dot-mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-05-15 14:16:21 +0200
committerLoïc Hoguin <[email protected]>2018-05-15 14:16:21 +0200
commit96f7c7661a112f0eb75893cf81d39d46c4e6522f (patch)
tree9f3af15021e128d0448cb50c262a771801dc990c /pipelines/erlang-dot-mk
parentdc121ca13e085f0df3f5b3c264a692b4dc0be0d5 (diff)
downloadci-96f7c7661a112f0eb75893cf81d39d46c4e6522f.tar.gz
ci-96f7c7661a112f0eb75893cf81d39d46c4e6522f.tar.bz2
ci-96f7c7661a112f0eb75893cf81d39d46c4e6522f.zip
Update pipelines
Diffstat (limited to 'pipelines/erlang-dot-mk')
-rw-r--r--pipelines/erlang-dot-mk50
1 files changed, 49 insertions, 1 deletions
diff --git a/pipelines/erlang-dot-mk b/pipelines/erlang-dot-mk
index 6423f73..bd89388 100644
--- a/pipelines/erlang-dot-mk
+++ b/pipelines/erlang-dot-mk
@@ -36,12 +36,28 @@
},
"scheduled_builds_count": 0,
"running_builds_count": 0,
- "scheduled_jobs_count": 1,
+ "scheduled_jobs_count": 0,
"running_jobs_count": 1,
"waiting_jobs_count": 0,
"steps": [
{
"type": "script",
+ "name": "Alpine",
+ "command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=alpine"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
+ "type": "script",
"name": "Arch Linux",
"command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k",
"artifact_paths": "logs.html",
@@ -58,6 +74,38 @@
},
{
"type": "script",
+ "name": "CentOS",
+ "command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=centos"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
+ "type": "script",
+ "name": "Debian",
+ "command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=debian"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
+ "type": "script",
"name": "FreeBSD",
"command": "gmake check -j 8 -k\r\ngmake check LEGACY=1 -j 8 -k",
"artifact_paths": "logs.html",