Skip to content

Commit f12cc1b

Browse files
MrBr-githubgalnoam
authored andcommitted
[CI] Update GHPRB service user
Shared user sometimes been abused by other teams causing GitHub token exhaustion This causes delays in GHPRB plug in response Move to media team dedicated service user Issue: HPCINFRA-3443 Signed-off-by: Michael Braverman <[email protected]>
1 parent 19accb5 commit f12cc1b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.ci/proj_jjb.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@
8888
failure-status: "[FAIL]"
8989
error-status: "[FAIL]"
9090
status-add-test-results: true
91-
auth-id: 'swx-jenkins5_gh_token'
91+
# svc-nbu-swx-media from GitHub Pull Request Builder
92+
auth-id: 'svc-nbu-swx-media_GHPRB_ID'
9293
org-list: ["Mellanox"]
9394
white-list: ["swx-jenkins","swx-jenkins2","swx-jenkins3","mellanox-github"]
9495
allow-whitelist-orgs-as-admins: true

.ci/windows/windows_proj_jjb.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
failure-status: "[FAIL]"
3434
error-status: "[FAIL]"
3535
status-add-test-results: true
36-
# swx-jenkins5 from GitHub Pull Request Builder
37-
auth-id: 'swx-jenkins5_gh_token'
36+
# svc-nbu-swx-media from GitHub Pull Request Builder
37+
auth-id: 'svc-nbu-swx-media_GHPRB_ID'
3838
org-list: ["Mellanox", "mellanox-hpc", "Mellanox-lab"]
3939
allow-whitelist-orgs-as-admins: true
4040
cancel-builds-on-update: true

0 commit comments

Comments
 (0)