aboutsummaryrefslogtreecommitdiff
path: root/tcwg-cleanup-stale-workspaces.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-05-04 10:52:35 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-05-04 10:52:35 +0000
commit9a4914aca1a036c628fd43cfee9d7e463a8d1057 (patch)
treefdef75bd9a8fbea5549b4cdde75a5aaace5e891e /tcwg-cleanup-stale-workspaces.yaml
parentf9d39c1ab74a707ce2fb02811bcb2c27b6bdfff9 (diff)
tcwg-cleanup-stale-workspaces: Remove obsolete parameter
Change-Id: I417ff1da1a75c7e80c6c47d47cabfb51e2be1ef8
Diffstat (limited to 'tcwg-cleanup-stale-workspaces.yaml')
-rw-r--r--tcwg-cleanup-stale-workspaces.yaml6
1 files changed, 1 insertions, 5 deletions
diff --git a/tcwg-cleanup-stale-workspaces.yaml b/tcwg-cleanup-stale-workspaces.yaml
index b4847094..d9c2a5f1 100644
--- a/tcwg-cleanup-stale-workspaces.yaml
+++ b/tcwg-cleanup-stale-workspaces.yaml
@@ -35,10 +35,6 @@
default: '/home/tcwg-buildslave/workspace'
description: 'Top-level workspace directory. Can be used to delete workspaces for specific jobs. Do not override unless you understand what you are doing.'
- string:
- name: maxdepth
- default: '1'
- description: 'Depth of search for outdated directories. Do not override unless you understand what you are doing.'
- - string:
name: scripts_branch
default: master
description: 'Scripts branch to use'
@@ -102,7 +98,7 @@
set -ex
- ./tcwg-cleanup-stale-workspaces.sh --days $days --dry_run $dry_run --workspace_top $workspace_top --maxdepth $maxdepth
+ ./tcwg-cleanup-stale-workspaces.sh --days $days --dry_run $dry_run --workspace_top $workspace_top
publishers:
- email:
recipients: 'maxim.kuvyrkov@linaro.org christophe.lyon@linaro.org'