gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin-deployment] branch master updated: fix names


From: gnunet
Subject: [libeufin-deployment] branch master updated: fix names
Date: Thu, 26 Nov 2020 14:51:38 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin-deployment.

The following commit(s) were added to refs/heads/master by this push:
     new fd4e42e  fix names
fd4e42e is described below

commit fd4e42e9329144af0d19432db28145f69d34b4db
Author: MS <ms@taler.net>
AuthorDate: Thu Nov 26 14:51:34 2020 +0100

    fix names
---
 buildbot/master.cfg | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index caf89bc..3a12f42 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -161,14 +161,14 @@ c["www"] = {
     ]),
     "authz": util.Authz(
         allowRules=[
-            util.ForceBuildEndpointMatcher(role="admins",
-                                           builder="integration-tests"),
-            util.ForceBuildEndpointMatcher(role="admins",
-                                           builder="unit-tests"),
-            util.RebuildBuildEndpointMatcher(role="admins",
-                                             builder="integration-tests"),
-            util.RebuildBuildEndpointMatcher(role="admins",
-                                             builder="unit-tests")
+            util.ForceBuildEndpointMatcher(
+                role="admins",
+                builder="all-builder"
+            ),
+            util.RebuildBuildEndpointMatcher(
+                role="admins",
+                builder="all-builder"
+            ),
         ],
         roleMatchers=[
             util.RolesFromUsername(

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]