summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2020-09-14 11:20:20 +0200
committerTobias Henkel <tobias.henkel@bmw.de>2020-09-14 13:21:34 +0200
commitb9c2d25dce9e99f08ec76f03c87d1cbd0362af2a (patch)
treeb38030b7a8373edd2b0052c79e75197af7eb0a8c /requirements.txt
parentb2f6d48cc5d27599a5f4fabb6ddfb5768b575baa (diff)
downloadzuul-b9c2d25dce9e99f08ec76f03c87d1cbd0362af2a.tar.gz
Don't match branch protection rule patterns locally
Branch protection rules in github are fn patterns which are currently matched locally in zuul. This is error prone and can lead in edge cases to wrong matches resulting in wrong enqueue decisions into gate pipelines. When requesting branch protection rules in github we also can request the matching refs along with the rules. This is much safer since we can plain text match them against the change branch. Change-Id: Ic995d4b2e16a5d741f0209fa9236959d8f4d10b9
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 019bd352a..20778a1fd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -32,7 +32,6 @@ paho-mqtt
cherrypy
ws4py
routes
-pathspec
jsonpath-rw
urllib3!=1.25.4,!=1.25.5 # https://github.com/urllib3/urllib3/pull/1684
cheroot!=8.1.*,!=8.2.*,!=8.3.0 # https://github.com/cherrypy/cheroot/issues/263