Skip to content

Commit

Permalink
Configure skylab service account for goldctl used by pixel tests
Browse files Browse the repository at this point in the history
BUG=1399908

Change-Id: Iaeadbe4695ce401aff12294d1dfffb7866e65be3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4320703
Commit-Queue: Xinan Lin <linxinan@chromium.org>
Reviewed-by: Brian Sheedy <bsheedy@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1114836}
  • Loading branch information
linxinan-chops authored and Chromium LUCI CQ committed Mar 8, 2023
1 parent fe91194 commit c3f0b83
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
6 changes: 4 additions & 2 deletions testing/buildbot/chromium.gpu.fyi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5490,7 +5490,8 @@
"--dont-restore-color-profile-after-test",
"--test-machine-name",
"${buildername}",
"--git-revision=${got_revision}"
"--git-revision=${got_revision}",
"--service-account=/creds/service_accounts/skylab-drone.json"
],
"autotest_name": "chromium_GPU",
"bucket": "chromiumos-image-archive",
Expand Down Expand Up @@ -5561,7 +5562,8 @@
"--dont-restore-color-profile-after-test",
"--test-machine-name",
"${buildername}",
"--git-revision=${got_revision}"
"--git-revision=${got_revision}",
"--service-account=/creds/service_accounts/skylab-drone.json"
],
"autotest_name": "chromium_GPU",
"bucket": "chromiumos-image-archive",
Expand Down
14 changes: 14 additions & 0 deletions testing/buildbot/test_suite_exceptions.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -2920,6 +2920,13 @@
'--extra-browser-args=--disable-wcg-for-test',
],
},
'ChromeOS FYI Release Skylab (kevin)': {
'args': [
# Skylab currently doesn't support use of LUCI_CONTEXT, so Gold cannot
# automatically get the service account to authenticate with.
'--service-account=/creds/service_accounts/skylab-drone.json',
],
},
'android_optional_gpu_tests_rel': {
'args': [
# See above.
Expand Down Expand Up @@ -3405,6 +3412,13 @@
'--extra-browser-args=--disable-wcg-for-test',
],
},
'ChromeOS FYI Release Skylab (kevin)': {
'args': [
# Skylab currently doesn't support use of LUCI_CONTEXT, so Gold cannot
# automatically get the service account to authenticate with.
'--service-account=/creds/service_accounts/skylab-drone.json',
],
},
'android_optional_gpu_tests_rel': {
'args': [
# See above.
Expand Down

0 comments on commit c3f0b83

Please sign in to comment.