diff options
author | Hans-Christoph Steiner <hans@eds.org> | 2017-11-08 09:30:21 +0100 |
---|---|---|
committer | Mattia Rizzolo <mattia@debian.org> | 2017-11-08 12:02:55 +0100 |
commit | cfaf042ae484268bc3cf1524df0a84720cd95e37 (patch) | |
tree | 0a62fb183050e441de519102a3ec5828493dfd26 /job-cfg | |
parent | c9d07156e6d6d5e94632a4c03d25aaa4f23edefb (diff) | |
download | jenkins.debian.net-cfaf042ae484268bc3cf1524df0a84720cd95e37.tar.xz |
reproducible_fdroid: separate testsuite into its own job
Right now, minor failures in the test suite mark the long lived jobs as
failed. The test suite always takes shorter than an hour to run, so it can
be more easily repeated. The tests are moved from the other two jobs into
this one.
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 0e9bd56f..cf11fbbc 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -701,6 +701,20 @@ my_parse_rules: '/srv/jenkins/logparse/reproducible-extra.rules' my_naginator_regex: 'Caused by: hudson.plugins.git.GitException: Command "git fetch' + - '{name}_{otherproject_git_blocked}': + otherproject_git_blocked: + - 'fdroid_test': + my_description: 'Run tests on all the built APKs for F-Droid.' + my_timed: '42 23 1 1 *' + my_hname: 'profitbricks7' + my_gitrepo: 'https://gitlab.com/fdroid/fdroidserver.git' + my_recipients: 'jenkins+reproducible-builds qa-jenkins-scm@lists.alioth.debian.org hans@guardianproject.info michael.poehn@fsfe.org' + my_blocker: '^reproducible_fdroid.*' + my_gitbranches: 'master' + my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' + my_parse_rules: '/srv/jenkins/logparse/reproducible-extra.rules' + my_naginator_regex: 'Caused by: hudson.plugins.git.GitException: Command "git fetch' + - '{name}_{otherproject_git}': otherproject_git: - 'reprotest_from_git_master': |