]> git.ipfire.org Git - thirdparty/asterisk.git/commit
CI: Move test group config files to Jenkins
authorGeorge Joseph <gjoseph@digium.com>
Fri, 12 Apr 2019 16:32:44 +0000 (10:32 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Mon, 15 Apr 2019 12:51:26 +0000 (06:51 -0600)
commit18fe583d128a86e9cf6a9c47545fc5e24f988636
treee4fdb3aae53367a84b5b1c8d74045656b18b421f
parent03b6d18e99414203a5576c914c546d16f19fcc47
CI: Move test group config files to Jenkins

One of the downaides of having things like test configuration
in the git repo is that it can't be changed at runtime.  You have
to create a review for the changes and merge it mefore it will
take effect.

This review moves the data currently held in
tests/CI/periodic-dailyTestGroups.json and
tests/CI/gateTestGroups.json into a Jenkins Config File attached
to the job definitions.  This allows us to alter it from the
Jenkins UI at runtime.  The original files stay in the repo
as documentation.

Change-Id: I14b9702f6285ce1fb2420287ba0e7d3b59109763
tests/CI/gateTestGroups.json
tests/CI/gates.jenkinsfile
tests/CI/periodic-dailyTestGroups.json
tests/CI/periodics-daily.jenkinsfile