Skip to content

Commit c1d8986

Browse files
josephperrottjelbourn
authored andcommitted
ci: update saucelabs to use angular-components account (#17873)
Currently all saucelabs usage in our repos is done using the same account angular-ci. By migrating to use individual accounts for each repo, we can better track the usage for each repo as well as providing concurrency limiting on a per repo basis.
1 parent ed53a9b commit c1d8986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ jobs:
240240
<<: *job_defaults
241241
resource_class: xlarge
242242
environment:
243-
SAUCE_USERNAME: "angular-ci"
244-
SAUCE_ACCESS_KEY: "9b988f434ff8-fbca-8aa4-4ae3-35442987"
243+
SAUCE_USERNAME: "angular-components"
244+
SAUCE_ACCESS_KEY: "63348201a846-eeb9-3ee4-300f-ea990b8a"
245245
# Note: This number should not be too high because otherwise we might run into
246246
# a rate limit exception.
247247
KARMA_PARALLEL_BROWSERS: 2

0 commit comments

Comments
 (0)