diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-05-26 16:48:55 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-05-26 16:48:55 +0200 |
commit | ae708d6f7fcd11382e9cfc67f07a8d3932a269b4 (patch) | |
tree | 3604d5fddec48039df5fe87b3a30d6c5b7b4bb06 /job-cfg | |
parent | 91a3d55376a7e04fc23ae46611d6a08f05d28b32 (diff) | |
download | jenkins.debian.net-ae708d6f7fcd11382e9cfc67f07a8d3932a269b4.tar.xz |
torbrowser-launcher: drop tests installing from stretch as torbrowser-launcher has been removed from it (#863407)
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/torbrowser-launcher.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/job-cfg/torbrowser-launcher.yaml b/job-cfg/torbrowser-launcher.yaml index 867c8d6d..ffd374e0 100644 --- a/job-cfg/torbrowser-launcher.yaml +++ b/job-cfg/torbrowser-launcher.yaml @@ -177,8 +177,8 @@ #- experimental: { my_hour: 1 } - unstable: { my_hour: 2 } - unstable: { my_hour: 2, opt_name: 'via_tor', my_opt_desc: ' (download via tor)', opt_arg: ' via_tor' } - - stretch: { my_hour: 3 } - - stretch: { my_hour: 3, opt_name: '_via_tor', my_opt_desc: ' (download via tor)', opt_arg: ' via_tor' } + #- stretch: { my_hour: 3 } + #- stretch: { my_hour: 3, opt_name: '_via_tor', my_opt_desc: ' (download via tor)', opt_arg: ' via_tor' } - jessie: { my_hour: 4 } - jessie: { my_hour: 4, opt_name: '_via_tor', my_opt_desc: ' (download via tor)', opt_arg: ' via_tor' } - jessie: { my_hour: 4, my_wday: 2, opt_name: '_from_backports', opt_desc: 'backports', opt_arg: ' backports' } @@ -186,7 +186,7 @@ - stretch: { my_hour: 3, my_wday: 2, opt_name: '_from_unstable', opt_desc: 'unstable', opt_arg: ' unstable' } #- jessie: { my_hour: 4, my_wday: 2, opt_name: '_from_experimental', opt_desc: 'experimental', opt_arg: ' experimental' } - jessie: { my_hour: 4, my_wday: 2, opt_name: '_from_unstable', opt_desc: 'unstable', opt_arg: ' unstable' } - - jessie: { my_hour: 4, my_wday: 2, opt_name: '_from_stretch', opt_desc: 'stretch', opt_arg: ' stretch' } + #- jessie: { my_hour: 4, my_wday: 2, opt_name: '_from_stretch', opt_desc: 'stretch', opt_arg: ' stretch' } my_description: 'Test torbrowser-launcher from {opt_desc} on {dist}/amd64.' my_timed: '23 {my_hour} * * {my_wday}' my_shell: '/srv/jenkins/bin/test_torbrowser-launcher.sh {dist}{opt_arg}' |