Skip to content

Commit

Permalink
ci: fix remaining uses of old 'simple-github-client' name
Browse files Browse the repository at this point in the history
  • Loading branch information
ahal committed Oct 25, 2023
1 parent 47b7626 commit a4c6bbd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion taskcluster/ci/codecov/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tasks:
env:
MOZ_FETCHES_DIR: /builds/worker/fetches
scopes:
- secrets:get:project/releng/mozilla/simple-github-client/build/level-1/ci
- secrets:get:project/mozilla/simple-github/level-any/codecov
dependencies:
test: test-unit
fetches:
Expand Down
6 changes: 3 additions & 3 deletions taskcluster/ci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ trust-domain: "mozilla"
task-priority: low

taskgraph:
cached-task-prefix: "mozilla.v2.simple-github-client"
cached-task-prefix: "mozilla.v2.simple-github"
repositories:
simple-github-client:
name: "simple-github-client"
simple_github:
name: "simple-github"

workers:
aliases:
Expand Down
4 changes: 1 addition & 3 deletions taskcluster/scripts/codecov-upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ def fetch_secret(secret_name):
return r.json()["secret"]


token = fetch_secret("project/releng/mozilla/simple-github-client/build/level-1/ci")[
"codecov_api_token"
]
token = fetch_secret("project/mozilla/simple-github/level-any/codecov")["token"]
uploader = FETCHES_DIR / "codecov"
uploader.chmod(uploader.stat().st_mode | stat.S_IEXEC)
subprocess.run(
Expand Down

0 comments on commit a4c6bbd

Please sign in to comment.