diff options
Diffstat (limited to 'job-cfg/ruby-qa.yaml')
-rw-r--r-- | job-cfg/ruby-qa.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/job-cfg/ruby-qa.yaml b/job-cfg/ruby-qa.yaml index 707ee8ec..94c9dc85 100644 --- a/job-cfg/ruby-qa.yaml +++ b/job-cfg/ruby-qa.yaml @@ -32,6 +32,10 @@ - job-template: defaults: ruby-qa + name: '{name}_stable' + +- job-template: + defaults: ruby-qa name: '{name}_testing' - job-template: @@ -54,4 +58,10 @@ distro: 'testing' gitrepo: 'git://anonscm.debian.org/pkg-ruby-extras/ruby-debian-qa.git' my_shell: './ci-run' + - '{name}_stable': + triggers: + - timed: "31 5 * * *" + distro: 'stable' + gitrepo: 'git://anonscm.debian.org/pkg-ruby-extras/ruby-debian-qa.git' + my_shell: './ci-run' |