diff --git a/pillar/base/users/ambv.sls b/pillar/base/users/ambv.sls index e7c35337..1242618a 100644 --- a/pillar/base/users/ambv.sls +++ b/pillar/base/users/ambv.sls @@ -1,6 +1,9 @@ users: ambv: access: + benchmarks: + allowed: true + sudo: true bugs: allowed: true groups: diff --git a/pillar/base/users/diegorusso.sls b/pillar/base/users/diegorusso.sls index a28254da..9123badf 100644 --- a/pillar/base/users/diegorusso.sls +++ b/pillar/base/users/diegorusso.sls @@ -1,6 +1,9 @@ users: diegorusso: access: + benchmarks: + allowed: true + sudo: true buildbot: allowed: true sudo: true diff --git a/pillar/base/users/encukou.sls b/pillar/base/users/encukou.sls index f91f80f6..904906b8 100644 --- a/pillar/base/users/encukou.sls +++ b/pillar/base/users/encukou.sls @@ -1,6 +1,9 @@ users: encukou: access: + benchmarks: + allowed: true + sudo: true buildbot: allowed: true sudo: true diff --git a/pillar/base/users/haypo.sls b/pillar/base/users/haypo.sls index 6fb92af8..6ada416c 100644 --- a/pillar/base/users/haypo.sls +++ b/pillar/base/users/haypo.sls @@ -1,6 +1,9 @@ users: haypo: access: + benchmarks: + allowed: true + sudo: true buildbot: allowed: true sudo: true diff --git a/pillar/base/users/itamaro.sls b/pillar/base/users/itamaro.sls index 70a50074..ad165160 100644 --- a/pillar/base/users/itamaro.sls +++ b/pillar/base/users/itamaro.sls @@ -1,6 +1,9 @@ users: itamaro: access: + benchmarks: + allowed: true + sudo: true buildbot: allowed: true sudo: true diff --git a/pillar/base/users/pablogsal.sls b/pillar/base/users/pablogsal.sls index 4a684a4f..73d1e81d 100644 --- a/pillar/base/users/pablogsal.sls +++ b/pillar/base/users/pablogsal.sls @@ -1,6 +1,9 @@ users: pablogsal: access: + benchmarks: + allowed: true + sudo: true buildbot: allowed: true sudo: true diff --git a/pillar/base/users/thomas.sls b/pillar/base/users/thomas.sls index ae45a27c..81a8479b 100644 --- a/pillar/base/users/thomas.sls +++ b/pillar/base/users/thomas.sls @@ -1,6 +1,9 @@ users: thomas: access: + benchmarks: + allowed: true + sudo: true buildbot: allowed: true sudo: true diff --git a/pillar/base/users/zware.sls b/pillar/base/users/zware.sls index c64c0631..d7fba198 100644 --- a/pillar/base/users/zware.sls +++ b/pillar/base/users/zware.sls @@ -1,6 +1,9 @@ users: zware: access: + benchmarks: + allowed: true + sudo: true buildbot: allowed: true sudo: true diff --git a/pillar/prod/roles.sls b/pillar/prod/roles.sls index 9c736adb..4188bf61 100644 --- a/pillar/prod/roles.sls +++ b/pillar/prod/roles.sls @@ -21,6 +21,11 @@ roles: purpose: "Hosting for CPython buildbot server" contact: "zware, haypo, pablogsa" category: "python-core" + benchmarks: + pattern: "cesw-gbt-r263-p30-01" + purpose: "Hosting for CPython benchmarks" + contact: "diegorusso" + category: "python-core" cdn-logs: pattern: "cdn-logs*.nyc1.psf.io" purpose: "Realtime log streaming from Fastly CDN for debug"