Skip to content

Commit 0d750ae

Browse files
authored
allow users to access new role (#623)
1 parent d31031c commit 0d750ae

File tree

9 files changed

+29
-0
lines changed

9 files changed

+29
-0
lines changed

pillar/base/users/ambv.sls

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
users:
22
ambv:
33
access:
4+
benchmarks:
5+
allowed: true
6+
sudo: true
47
bugs:
58
allowed: true
69
groups:

pillar/base/users/diegorusso.sls

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
users:
22
diegorusso:
33
access:
4+
benchmarks:
5+
allowed: true
6+
sudo: true
47
buildbot:
58
allowed: true
69
sudo: true

pillar/base/users/encukou.sls

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
users:
22
encukou:
33
access:
4+
benchmarks:
5+
allowed: true
6+
sudo: true
47
buildbot:
58
allowed: true
69
sudo: true

pillar/base/users/haypo.sls

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
users:
22
haypo:
33
access:
4+
benchmarks:
5+
allowed: true
6+
sudo: true
47
buildbot:
58
allowed: true
69
sudo: true

pillar/base/users/itamaro.sls

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
users:
22
itamaro:
33
access:
4+
benchmarks:
5+
allowed: true
6+
sudo: true
47
buildbot:
58
allowed: true
69
sudo: true

pillar/base/users/pablogsal.sls

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
users:
22
pablogsal:
33
access:
4+
benchmarks:
5+
allowed: true
6+
sudo: true
47
buildbot:
58
allowed: true
69
sudo: true

pillar/base/users/thomas.sls

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
users:
22
thomas:
33
access:
4+
benchmarks:
5+
allowed: true
6+
sudo: true
47
buildbot:
58
allowed: true
69
sudo: true

pillar/base/users/zware.sls

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
users:
22
zware:
33
access:
4+
benchmarks:
5+
allowed: true
6+
sudo: true
47
buildbot:
58
allowed: true
69
sudo: true

pillar/prod/roles.sls

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ roles:
2121
purpose: "Hosting for CPython buildbot server"
2222
contact: "zware, haypo, pablogsa"
2323
category: "python-core"
24+
benchmarks:
25+
pattern: "cesw-gbt-r263-p30-01"
26+
purpose: "Hosting for CPython benchmarks"
27+
contact: "diegorusso"
28+
category: "python-core"
2429
cdn-logs:
2530
pattern: "cdn-logs*.nyc1.psf.io"
2631
purpose: "Realtime log streaming from Fastly CDN for debug"

0 commit comments

Comments
 (0)