summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMatthieu Huin <mhuin@redhat.com>2019-11-21 15:18:45 +0100
committerTobias Henkel <tobias.henkel@bmw.de>2019-12-10 07:33:30 +0100
commita0015014c94b4b8a51327cfdbb737eb7fed5b659 (patch)
treedd0399930a3de08f36c86970ad569a42622af927 /tools
parent951c4058452576d58e80e1c0dbb7f37eeb04338c (diff)
downloadzuul-a0015014c94b4b8a51327cfdbb737eb7fed5b659.tar.gz
enqueue: make trigger deprecated
The patchset or ref, pipeline and project should be enough to trigger an enqueue. The trigger argument is not validated or used anymore when enqueueing via RPC. Change-Id: I9166e6d44291070f01baca9238f04feedcee7f5b
Diffstat (limited to 'tools')
-rwxr-xr-xtools/zuul-changes.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/zuul-changes.py b/tools/zuul-changes.py
index cf9350d5f..fe513c285 100755
--- a/tools/zuul-changes.py
+++ b/tools/zuul-changes.py
@@ -67,7 +67,6 @@ for tenant in tenants:
cid, cps = change['id'].split(',')
print("zuul enqueue"
" --tenant %s"
- " --trigger gerrit"
" --pipeline %s"
" --project %s"
" --change %s,%s" % (tenant, pipeline['name'],
@@ -78,7 +77,6 @@ for tenant in tenants:
cmd = 'zuul enqueue-ref' \
' --tenant %s' \
' --pipeline %s' \
- ' --trigger timer' \
' --project %s' \
' --ref %s' % (tenant, pipeline['name'],
change['project_canonical'],